HomeSort by: relevance | last modified time | path
    Searched defs:LEAF (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/restore/
restore.h 102 #define LEAF 1 /* non-directory entry */
  /src/sys/arch/mips/include/
asm.h 188 * No profilable local leaf routine.
197 * No profilable leaf routine.
205 * Declare a local leaf function.
212 * LEAF
213 * A leaf routine does
218 #define LEAF(x) \
224 * declare alternate entry to a static leaf routine
232 * declare alternate entry to leaf routine
  /src/sys/arch/alpha/include/
asm.h 197 * If you need to alias a leaf function, or to provide multiple entry points
198 * use the LEAF() macro for the main entry point and XLEAF() for the other
200 * "XLEAF"s must be nested within a "LEAF" and a ".end".
210 * if told about the register usage of LEAF procedures (and by transitive
270 * LEAF
271 * Declare a global leaf function.
272 * A leaf function does not call other functions AND does not
276 #define LEAF(_name_,_n_args_) \
299 * Declare a local leaf function.
312 * Global alias for a leaf function, or alternate entry poin
    [all...]

Completed in 13 milliseconds