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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigaltstack.c 24 enum level { MAIN, OUTER, INNER, LEAF, NR_LEVELS };
53 while (level != LEAF);
69 level = LEAF;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigaltstack.c 24 enum level { MAIN, OUTER, INNER, LEAF, NR_LEVELS };
53 while (level != LEAF);
69 level = LEAF;
  /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/external/historical/nawk/dist/
b.c 49 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
54 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
239 penter(p1); /* enter parent pointers and leaf indices */
288 void penter(Node *p) /* set up parent pointers and leaf indices */
292 LEAF
319 LEAF
487 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */
494 LEAF
533 LEAF
    [all...]
  /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 58 milliseconds