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

  /external/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/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/bison/lib/
strtol.c 201 # define L_(Ch) L##Ch
219 # define L_(Ch) Ch
306 if (*s == L_('\0'))
310 if (*s == L_('-'))
315 else if (*s == L_('+'))
324 if (*s == L_('0'))
326 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
345 for (c = *end; c != L_('\0'); c = *++end)
347 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')
    [all...]
  /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 211 milliseconds