Lines Matching refs:Functions
63 # Functions of memory allocators
81 # Functions that return a value that depends on the input, but the output might
93 # Functions that return a value that is data-dependent on the input.
139 # Functions that produce an output that does not depend on the input (shadow is
227 # Functions that produce output does not depend on the input (need to zero the
254 # Functions that produce an output that depend on the input (propagate the
272 # Functions that produce an output that is computed from the input, but is not
287 # Functions which take action based on global state, such as running a callback
291 # Functions that take a callback (wrap the callback manually).
369 # Functions that take a callback (wrap the callback manually).
372 # Functions that produce output does not depend on the input (need to zero the
379 # Functions that are written in asm or are called from asm.