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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 27 #undef L_
50 #define L_ AVL_UNIQUE
54 #define L_(X) X
88 L_(avl);
92 L_SC void L_(init)(L_(avl) *tree);
94 L_SC int L_(is_empty)(L_(avl) *tree);
96 L_SC AVL_HANDLE L_(insert)(L_(avl) *tree, AVL_HANDLE h)
    [all...]
cavl_impl.h 23 #undef L_
43 #define L_ AVL_UNIQUE
47 #define L_(X) X
162 #define L_BALANCE_PARAM_DECL_PREFIX L_(avl) *l_tree,
184 L_SC void L_(init)(L_(avl) *l_tree) {
192 L_SC int L_(is_empty)(L_(avl) *l_tree) {
204 L_SC AVL_HANDLE L_(balance)(L_BALANCE_PARAM_DECL_PREFIX AVL_HANDLE bal_h) {
310 L_SC AVL_HANDLE L_(insert)(L_(avl) *l_tree, AVL_HANDLE h)
    [all...]
  /external/llvm/test/MC/COFF/
symbol-fragment-offset-64.s 16 movl $.L_.str0, (%esp)
18 movl $.L_.str1, (%esp)
20 movl $.L_.str2, (%esp)
27 .L_.str0: # @.str0
30 .L_.str1: # @.str1
34 .L_.str2:
symbol-fragment-offset.s 16 movl $L_.str0, (%esp)
18 movl $L_.str1, (%esp)
20 movl $L_.str2, (%esp)
27 L_.str0: # @.str0
30 L_.str1: # @.str1
34 L_.str2:
basic-coff-64.s 16 movl $.L_.str, (%esp)
23 .L_.str: # @.str
basic-coff.s 16 movl $L_.str, (%esp)
23 L_.str: # @.str
  /external/bison/lib/
printf-frexp.c 50 # define L_(literal) literal##L
63 # define L_(literal) literal
95 if (x >= L_(1.0))
104 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5);
131 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5);
140 if (x >= L_(1.0))
150 if (x < L_(1.0))
160 if (x >= L_(1.0)
    [all...]
frexp.c 46 # define L_(literal) literal##L
54 # define L_(literal) literal
88 if (x >= L_(1.0))
96 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5);
130 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5);
isnan.c 49 # define L_(literal) literal##L
61 # define L_(literal) literal
73 # define L_(literal) literal##f
130 static DOUBLE zero = L_(0.0);
132 DOUBLE plus_inf = L_(1.0) / zero;
133 DOUBLE minus_inf = -L_(1.0) / zero;
136 static memory_double nan = { L_(0.0) / L_(0.0) };
137 static DOUBLE plus_inf = L_(1.0) / L_(0.0)
    [all...]
strtol.c 192 # define L_(Ch) L##Ch
205 # define L_(Ch) Ch
292 if (*s == L_('\0'))
296 if (*s == L_('-'))
301 else if (*s == L_('+'))
310 if (*s == L_('0'))
312 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
331 for (c = *end; c != L_('\0'); c = *++end)
333 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')
    [all...]
  /external/llvm/test/MC/AsmParser/
hello.s 16 leal L_.str-"L1$pb"(%eax), %eax
26 L_.str:
  /external/valgrind/coregrind/m_syswrap/
syscall-x86-darwin.S 91 L_$0_1: /* Even though we can't take a signal until the
103 jc L_$0_7 /* __pthread_sigmask failed */
137 L_$0_2:
148 L_$0_3: /* In the range [3, 4), the syscall result is in %eax and %edx and C,
165 L_$0_4: /* Re-block signals. If eip is in [4,5), then the syscall is
174 jc L_$0_7 /* __pthread_sigmask failed */
177 L_$0_5: /* now safe from signals */
183 L_$0_7: /* failure: return 0x8000 | error code */
215 #define FOO(scclass,labelno) L_##scclass##_##labelno
syscall-amd64-darwin.S 97 L_$0_1: /* Even though we can't take a signal until the sigprocmask completes,
140 L_$0_2: syscall
141 L_$0_3: /* In the range [3, 4), the syscall result is in %rax,
163 L_$0_4: /* Re-block signals. If eip is in [4,5), then the syscall
181 L_$0_5: /* now safe from signals */
188 L_$0_7: // failure: return 0x8000 | error code
217 #define FOO(scclass,labelno) L_##scclass##_##labelno
  /art/runtime/interpreter/mterp/mips/
bincmp.S 29 bgez a2, .L_${opcode}_finish
35 .L_${opcode}_finish:
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/compiler-rt/lib/builtins/
assembly.h 27 #define LOCAL_LABEL(name) L_##name
36 #define LOCAL_LABEL(name) .L_##name
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 27 addis r2, r2, ha16(L_.str-L0$pb)
28 la r3, lo16(L_.str-L0$pb)(r2)
57 L_.str: ; @.str
  /external/llvm/test/MC/MachO/AArch64/
darwin-ARM64-reloc.s 18 adrp x0, L_.str@PAGE
33 L_.str:
44 ; CHECK-NEXT: Symbol: L_.str
  /external/llvm/test/MC/X86/
compact-unwind.s 68 L_.str: ## @.str
  /external/llvm/test/MC/MachO/ARM/
darwin-Thumb-reloc.s 16 .long L_.str-(LPC0_0+4)
20 L_.str:
  /external/webrtc/talk/media/testdata/
video.rtpdump     [all...]
  /external/pcre/dist/
pcre_exec.c 370 L_##rw:\
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 476 B?N~mS?."4?hqJ?y???l))???l????2?/%?BT?[?????j?UYZ??j?\V1??5????x$q???@??C|XL?&?I?2h~?2?? ??Q??Y?Y????@y???'?L%?? ?7|b? .B?Ac?P?? V!?? Z?TY??_?X?5VAOF??l?$???????0?}[??EI??X?[??MT??|??XR?z.?Pi?#?`#?.?kP?9L_? `.?*??;@0JZ????F?GgP?p2q? X?Y?r ????pJ!(??l?+!?W_?u]C9Dk*?F??U???ëH?I??G??1T?#u4C????'?3?B??4?y?(?X?)&P?X"?@?dH???5??PB3;??p/N?? ??????V|??SEaI?5?f0?^9??^??[???D?}\???I??X?????!'??????ej?$F?^N?R?/$?k?d8[Cq??$???s)s????bc?Pp?b??l6M&??b? ?fE0h??f?????d???A???&7????M???? ?L?b? ?_2D?p
    [all...]

Completed in 637 milliseconds