Searched refs:L_ (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h27 #undef L_ macro
50 #define L_ AVL_UNIQUE macro
54 #define L_(X) X macro
88 L_(avl); typedef in typeref:struct:__anon13224
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_(av
183 L_(iter); typedef in typeref:struct:__anon13225
221 #undef L_ macro
[all...]
H A Dcavl_impl.h23 #undef L_ macro
43 #define L_ AVL_UNIQUE macro
47 #define L_(X) X macro
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_(inser
1132 #undef L_ macro
[all...]
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h27 #undef L_ macro
50 #define L_ AVL_UNIQUE macro
54 #define L_(X) X macro
88 L_(avl); typedef in typeref:struct:__anon24994
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_(av
183 L_(iter); typedef in typeref:struct:__anon24995
221 #undef L_ macro
[all...]
H A Dcavl_impl.h23 #undef L_ macro
43 #define L_ AVL_UNIQUE macro
47 #define L_(X) X macro
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_(inser
1132 #undef L_ macro
[all...]
/external/llvm/test/MC/COFF/
H A Dsymbol-fragment-offset-64.s16 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:
H A Dsymbol-fragment-offset.s16 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:
H A Dbasic-coff-64.s16 movl $.L_.str, (%esp)
23 .L_.str: # @.str
H A Dbasic-coff.s16 movl $L_.str, (%esp)
23 L_.str: # @.str
/external/bison/lib/
H A Dprintf-frexp.c50 # define L_(literal) literal##L macro
63 # define L_(literal) literal macro
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.
[all...]
H A Dfrexp.c46 # define L_(literal) literal##L macro
54 # define L_(literal) literal macro
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);
H A Disnan.c49 # define L_(literal) literal##L macro
61 # define L_(literal) literal macro
73 # define L_(literal) literal##f macro
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.
[all...]
H A Dstrtol.c192 # define L_(Ch) L##Ch macro
205 # define L_(Ch) Ch macro
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_('
[all...]
/external/llvm/test/MC/AsmParser/
H A Dhello.s16 leal L_.str-"L1$pb"(%eax), %eax
26 L_.str:
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-x86-darwin.S90 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
H A Dsyscall-amd64-darwin.S96 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/llvm/test/CodeGen/PowerPC/
H A Dhello-reloc.s27 addis r2, r2, ha16(L_.str-L0$pb)
28 la r3, lo16(L_.str-L0$pb)(r2)
57 L_.str: ; @.str
/external/compiler-rt/lib/builtins/
H A Dassembly.h27 #define LOCAL_LABEL(name) L_##name
33 #define LOCAL_LABEL(name) .L_##name
/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-Thumb-reloc.s16 .long L_.str-(LPC0_0+4)
20 L_.str:
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h1111 #define S_(a) L_ ## a
1112 #define L_(a) L_ ## a macro
1120 #define ADC_L(a, b) adc L_(b), L_(a)
1123 #define ADD_L(a, b) add L_(b), L_(a)
1126 #define AND_L(a, b) and L_(b), L_(a)
1130 #define BOUND_L(a, b) bound L_(
[all...]
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1111 #define S_(a) L_ ## a
1112 #define L_(a) L_ ## a macro
1120 #define ADC_L(a, b) adc L_(b), L_(a)
1123 #define ADD_L(a, b) add L_(b), L_(a)
1126 #define AND_L(a, b) and L_(b), L_(a)
1130 #define BOUND_L(a, b) bound L_(
[all...]
/external/openfst/src/include/fst/
H A Dminimize.h193 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_; member in class:fst::CyclicMinimizer
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dminimize.h180 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_; member in class:fst::CyclicMinimizer
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc59 #define L_ 14 macro
73 PL,PL,PL,C_, PL,E_,PL,PL, PL,I_,PL,PL, L_,PL,PL,PL,
75 PL,PL,PL,C_, PL,E_,PL,PL, PL,I_,PL,PL, L_,PL,PL,PL,
103 #undef L_ macro
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dvideo.rtpdump629 �=g��9J�I���{���Rq���(g׊���~:�����: ɏ���n�}=��#�ج_����h�`3��"��@�oir�C���E�e`��T��g����O>>C�t:����v��qZ�Gd=L� �u�ѿ�����/����;������Jt��,����~���i�+VQT����ӟY ��pZ'o/���]���:by/�� ې�=�n�ai��.��f��}rc!�d"�� h�h@@�f?��h|#���W�ӾZu���s� ������Cq�J����z���;�����9TS��Й��_�����{�����{^ {}�E�h[�\W��|_����q�t$��4?��k�[���K�T � '/��wB�Q<����ɱ�K��]/�{�so�q^����}qZ`^'�zb�,_���&���-��{��[���7��v�����X�J>N��s_�7œU��BZNm��� ؋�wo�c[ ���=�n�n��.��f��w�rd!������cr_�{����oz��љ��}���հ�ǯ�� <hD�����/x܀����\���_u�|�,��u��hh�E;�/�k� 59��?��g�߽�O_6�b�M����8믯��H~��`@/e�6��9����x�c_�:-nؾ � �����M��w~����L_��I��' �C�������+���-�#s��B@TX�R�b`����������\O{��e;���ض|)����;��n�Kc���Ko���gPT�^�_�����x�@W��?w�I��/z��ʅ ���i���_�{�h�g���>k�A���}�ӡ_M���e�ݏ����Zn����޸j�)���vU���ȧ����������f��|�o��Fv=�����h\��������{���W�n��g�7�/W��E�m���N��p�`��f
1227 �t�1Y��������"���b�T�����]o�1x_&G�Гc��E�xwЪ�r*��C���w{�u�z���v X�L룝\�;A�-&iF�??{L_7*� �L�v�؁�И�gS�����(��j�å�2�����hp�}�:�xth��]�:������L"�c�n��%���EC�L�զx K��c|��܇���t�=�E�㱃�ڸ���+/Q�Bl��qXTvſ�O��WW6�������23���׌(�)��Ck�o~`�����64&��-�� l3=U�|!�|S��e��v^�@qX��k�hM�v�뛡��� ��l?�����3���A�b�^�4�������W{����d�TD�>.|j�����_�Ḷ%@p��4�t�S�����0~��|]�L��T鷌S�ж*bčyW��-K�Б�u��M>������\ eԥ�ڧ�����̥�����;߽4��Yy��ĸzn���x��() c:�I�P�AL�.�**.�8@>%�iPy��p�������{v��}�{�?zo�PE�.^�tww`Y��}��lV:_��v��m��q97F |H������F��ѧ0�?8_�{(��"w�[��6I���B&��±����M�Z"m�����-�����Hv�S{�M�'B�տ3=�����t�� ��i��$���۵|�-Z�3�40�L_�}�5[�{<@sn[��}����N�t������^?,�� �[?n��~pA�1�Wc66��xY�����t3J�ʑ��Y�K��-`�� ��{��v����Oo�J�������tV�ܩ��~> ��a�>>z �;����Ǟ�/ j��c �g ���r������?��O����5Y�q !쓻I4� ��~��%� n����O;D���IsZ෵���t}��o�����$Jz� �����!>�� �܌�_ �ϧN}�'�O�/�k�F 2����[����u�:�f����k���"<O�Υ��ht.p�������?��>@n��뗃.��f��q&r�!�xb< BDއb�q�� o��T�,#�%�sqb/ϟE�����ړ�/�>&J�um�o֢��a/7��L��G��g�z��˪ٯ�%��>+�������-.7$O}���b/����y�;��J'b�$B\��K�.n:���N;��7$���h�[�%����$)���Y�)!I��>An��-��.��f��-r�!��f2�z|�:�oxG)'��8J���O ����ğ����7^�P���� 6��?���
/external/pcre/dist/
H A Dpcre_exec.c370 L_##rw:\

Completed in 384 milliseconds