HomeSort by relevance Sort by last modified time
    Searched defs:LEAF (Results 1 - 13 of 13) sorted by null

  /system/core/libcutils/tests/memset_mips/
memset_omips.S 35 LEAF (memset_omips,0)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 11 LEAF
51 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */
  /bionic/libc/arch-mips/include/machine/
asm.h 215 * LEAF(x, fsize)
217 * Declare a leaf routine.
219 #define LEAF(x, fsize) \
235 * Declare a non-profiled leaf routine.
248 * Declare a non-leaf routine (a routine that makes other C calls).
262 * Declare a non-profiled non-leaf routine
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 215 * LEAF(x, fsize)
217 * Declare a leaf routine.
219 #define LEAF(x, fsize) \
235 * Declare a non-profiled leaf routine.
248 * Declare a non-leaf routine (a routine that makes other C calls).
262 * Declare a non-profiled non-leaf routine
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 215 * LEAF(x, fsize)
217 * Declare a leaf routine.
219 #define LEAF(x, fsize) \
235 * Declare a non-profiled leaf routine.
248 * Declare a non-leaf routine (a routine that makes other C calls).
262 * Declare a non-profiled non-leaf routine
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 215 * LEAF(x, fsize)
217 * Declare a leaf routine.
219 #define LEAF(x, fsize) \
235 * Declare a non-profiled leaf routine.
248 * Declare a non-leaf routine (a routine that makes other C calls).
262 * Declare a non-profiled non-leaf routine
  /bionic/libc/kernel/arch-mips/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
  /external/kernel-headers/original/asm-mips/
asm.h 49 * LEAF - declare leaf routine
51 #define LEAF(symbol) \
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, 0, ra
  /ndk/sources/host-tools/nawk-20071023/
b.c 46 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
51 leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL, EMPTYRE):
134 penter(p1); /* enter parent pointers and leaf indices */
183 void penter(Node *p) /* set up parent pointers and leaf indices */
187 LEAF
212 LEAF
339 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */
346 LEAF
388 LEAF
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 178 /* Header of a disk block. More precisely, header of a formatted leaf
185 struct key blk_right_delim_key; /* Right delimiting key for this block (supported for leaf level nodes
189 #define DISK_LEAF_NODE_LEVEL 1 /* Leaf node level. */
346 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL)
349 #define ITEMHEAD ((struct item_head *) ((int) LEAF + BLKH_SIZE))
661 * which is simultanously leaf and root */
662 memcpy (LEAF, ROOT, INFO->blocksize);
674 * 1 LEAF node (if the ROOT is also a LEAF it is copied here
743 if (ih == &ITEMHEAD[BLOCKHEAD (LEAF)->blk_nr_item]
    [all...]

Completed in 2674 milliseconds