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

  /bionic/libm/alpha/
s_copysign.S 42 LEAF(copysign, 2)
s_copysignf.S 42 LEAF(copysignf, 2)
  /development/scripts/
combine_sdks.sh 89 # rename the directory to the leaf minus the .zip of OUTPUT
90 LEAF=$(echo "$OUTPUT" | sed -e "s:.*\.zip/::" | sed -e "s:.zip$::")
91 mv * "$LEAF"
93 zip $V -qr "$TMP_ZIP" "$LEAF"
  /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...]
  /external/iproute2/examples/
cbq.init-v0.7.3 77 # without leaf qdisc were not updated
98 # - added initial support for SFQ as leaf qdisc
113 # - added options PARENT, LEAF, ISOLATED and BOUNDED. This allows
248 # attached. You might want to use LEAF=none for the parent class as
254 # LEAF=none|tbf|sfq optional, default "tbf"
256 # Tells the script to attach specified leaf queueing discipline to CBQ
261 # bounded), you must set LEAF to "none" or "sfq".
264 # several hosts in the same class, you might want to specify LEAF=sfq to
265 # attach SFQ as leaf queueing discipline to that class.
273 # Note: Don't forget to set LEAF to "none" or "sfq", otherwise the class wil
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 11 LEAF
51 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */
  /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...]
  /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
  /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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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
  /external/kernel-headers/original/asm-mips/
asm.h 49 * LEAF - declare leaf routine
51 #define LEAF(symbol) \
  /external/openssl/crypto/bn/asm/
mips3.s 67 LEAF(bn_mul_add_words)
196 LEAF(bn_mul_words)
295 LEAF(bn_sqr_words)
382 LEAF(bn_add_words)
482 LEAF(bn_sub_words)
578 LEAF(bn_div_3_words)
623 LEAF(bn_div_words)
763 LEAF(bn_mul_comba8)
1391 LEAF(bn_mul_comba4)
1555 LEAF(bn_sqr_comba8
    [all...]

Completed in 2502 milliseconds