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

  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 25 #undef L_
49 #define L_ AVL_UNIQUE
53 #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 21 #undef L_
41 #define L_ AVL_UNIQUE
45 #define L_(X) X
160 #define L_BALANCE_PARAM_DECL_PREFIX L_(avl) *l_tree,
182 L_SC void L_(init)(L_(avl) *l_tree)
191 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)
338 L_SC AVL_HANDLE L_(insert)(L_(avl) *l_tree, AVL_HANDLE h
    [all...]
  /external/llvm/test/MC/COFF/
symbol-fragment-offset.s 17 movl $L_.str0, (%esp)
19 movl $L_.str1, (%esp)
21 movl $L_.str2, (%esp)
28 L_.str0: # @.str0
31 L_.str1: # @.str1
35 L_.str2:
basic-coff.s 17 movl $L_.str, (%esp)
24 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/main/coregrind/m_syswrap/
syscall-x86-darwin.S 90 L_$0_1: /* Even though we can't take a signal until the
102 jc L_$0_7 /* __pthread_sigmask failed */
136 L_$0_2:
147 L_$0_3: /* In the range [3, 4), the syscall result is in %eax and %edx and C,
164 L_$0_4: /* Re-block signals. If eip is in [4,5), then the syscall is
173 jc L_$0_7 /* __pthread_sigmask failed */
176 L_$0_5: /* now safe from signals */
182 L_$0_7: /* failure: return 0x8000 | error code */
214 #define FOO(scclass,labelno) L_##scclass##_##labelno
syscall-amd64-darwin.S 96 L_$0_1: /* Even though we can't take a signal until the sigprocmask completes,
139 L_$0_2: syscall
140 L_$0_3: /* In the range [3, 4), the syscall result is in %rax,
162 L_$0_4: /* Re-block signals. If eip is in [4,5), then the syscall
180 L_$0_5: /* now safe from signals */
187 L_$0_7: // failure: return 0x8000 | error code
216 #define FOO(scclass,labelno) L_##scclass##_##labelno
  /external/compiler-rt/lib/
assembly.h 27 #define LOCAL_LABEL(name) L_##name
31 #define LOCAL_LABEL(name) .L_##name
  /external/llvm/test/MC/MachO/ARM/
darwin-Thumb-reloc.s 16 .long L_.str-(LPC0_0+4)
20 L_.str:
  /external/openfst/src/include/fst/
minimize.h 193 L_.Enqueue(class_id);
201 L_.Enqueue(class_id);
257 P_.FinalizeSplit(&L_);
270 P_.FinalizeSplit(&L_);
276 while (!L_.Empty()) {
277 ClassId C = L_.Head();
278 L_.Dequeue();
291 Queue L_;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 180 L_.Enqueue(class_id);
188 L_.Enqueue(class_id);
244 P_.FinalizeSplit(&L_);
257 P_.FinalizeSplit(&L_);
263 while (!L_.Empty()) {
264 ClassId C = L_.Head();
265 L_.Dequeue();
278 Queue L_;
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]

Completed in 824 milliseconds