HomeSort by relevance Sort by last modified time
    Searched refs:LEAF (Results 1 - 6 of 6) 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/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 380 milliseconds