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

1 2 3

  /external/chromium_org/third_party/fontconfig/include/fc-lang/
fclang.h 33 #define LEAF(o,l) (LEAF0 + l * sizeof (FcCharLeaf) - (OFF0 + o * sizeof (intptr_t)))
    [all...]
  /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"
  /bionic/libc/arch-mips/bionic/
sigsetjmp.S 45 LEAF(sigsetjmp, FRAMESZ)
62 LEAF(siglongjmp, FRAMESZ)
_setjmp.S 47 LEAF(_setjmp, FRAMESZ)
99 LEAF(_longjmp, FRAMESZ)
  /bionic/libc/arch-mips64/bionic/
sigsetjmp.S 45 LEAF(sigsetjmp, FRAMESZ)
62 LEAF(siglongjmp, FRAMESZ)
vfork.S 44 LEAF(vfork,FRAMESZ)
syscall.S 38 LEAF(syscall,FRAMESZ)
__bionic_clone.S 45 LEAF(__bionic_clone, FRAMESZ)
_setjmp.S 47 LEAF(_setjmp, FRAMESZ)
99 LEAF(_longjmp, FRAMESZ)
  /development/ndk/sources/android/libportable/arch-mips/
sigsetjmp.S 46 LEAF(WRAP(sigsetjmp), FRAMESZ)
63 LEAF(WRAP(siglongjmp), FRAMESZ)
_setjmp.S 60 LEAF(_setjmp_portable, FRAMESZ)
130 LEAF(_longjmp_portable, FRAMESZ)
  /bionic/libc/arch-mips/string/
memset.S 74 LEAF(_memset16,0)
124 LEAF(_memset32,0)
150 LEAF(memset,0)
  /bionic/libc/arch-mips64/string/
memset.S 74 LEAF(_memset16,0)
124 LEAF(_memset32,0)
150 LEAF(memset,0)
  /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...]
  /bionic/libc/arch-mips/include/machine/
asm.h 181 * LEAF(x, fsize)
183 * Declare a leaf routine.
185 #define LEAF(x, fsize) \
197 * Declare a non-leaf routine (a routine that makes other C calls).
  /bionic/libc/arch-mips64/include/machine/
asm.h 181 * LEAF(x, fsize)
183 * Declare a leaf routine.
185 #define LEAF(x, fsize) \
197 * Declare a non-leaf routine (a routine that makes other C calls).
  /development/ndk/platforms/android-L/arch-mips/include/machine/
asm.h 181 * LEAF(x, fsize)
183 * Declare a leaf routine.
185 #define LEAF(x, fsize) \
197 * Declare a non-leaf routine (a routine that makes other C calls).
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
asm.h 181 * LEAF(x, fsize)
183 * Declare a leaf routine.
185 #define LEAF(x, fsize) \
197 * Declare a non-leaf routine (a routine that makes other C calls).
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 11 LEAF
51 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 188 LEAF(__copy_user_inatomic)
200 LEAF(memcpy) /* a0=dst a1=src a2=len */
530 LEAF(memmove)
542 LEAF(__rmemcpy) /* a0=dst a1=src a2=len */
memset.S 75 LEAF(memset)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/machine/
asm.h 181 * LEAF(x, fsize)
183 * Declare a leaf routine.
185 #define LEAF(x, fsize) \
197 * Declare a non-leaf routine (a routine that makes other C calls).
  /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...]
  /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

Completed in 283 milliseconds

1 2 3