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

  /external/valgrind/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/
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...]
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...]
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/libvpx/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...]
  /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/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/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 383 milliseconds