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

12

/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
H A Dammintrin.h74 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
76 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
91 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
93 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
H A Dammintrin.h74 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
76 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
91 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
93 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
H A Dammintrin.h57 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
59 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
75 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
77 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
H A Dammintrin.h57 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
59 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
75 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
77 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
H A Dammintrin.h57 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
59 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
75 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
77 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
H A Dammintrin.h57 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
59 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
75 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
77 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
H A Dammintrin.h57 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
59 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
75 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
77 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
H A Dammintrin.h57 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
59 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
75 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
77 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
H A Dammintrin.h57 _mm_extracti_si64 (__m128i __X, unsigned const int __I, unsigned const int __L) argument
59 return (__m128i) __builtin_ia32_extrqi ((__v2di) __X, __I, __L);
75 _mm_inserti_si64(__m128i __X, __m128i __Y, unsigned const int __I, unsigned const int __L) argument
77 return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_tree.c692 _Base_ptr __L = _S_left(__x); local
696 if ((__L && __L->_M_color == _S_rb_tree_red) ||
700 if (__L && _M_key_compare(_S_key(__x), _S_key(__L)))
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_tree.c692 _Base_ptr __L = _S_left(__x); local
696 if ((__L && __L->_M_color == _S_rb_tree_red) ||
700 if (__L && _M_key_compare(_S_key(__x), _S_key(__L)))
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_tree.c692 _Base_ptr __L = _S_left(__x); local
696 if ((__L && __L->_M_color == _S_rb_tree_red) ||
700 if (__L && _M_key_compare(_S_key(__x), _S_key(__L)))
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_tree.c692 _Base_ptr __L = _S_left(__x); local
696 if ((__L && __L->_M_color == _S_rb_tree_red) ||
700 if (__L && _M_key_compare(_S_key(__x), _S_key(__L)))
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_tree.c692 _Base_ptr __L = _S_left(__x); local
696 if ((__L && __L->_M_color == _S_rb_tree_red) ||
700 if (__L && _M_key_compare(_S_key(__x), _S_key(__L)))
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_tree.c692 _Base_ptr __L = _S_left(__x); local
696 if ((__L && __L->_M_color == _S_rb_tree_red) ||
700 if (__L && _M_key_compare(_S_key(__x), _S_key(__L)))
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_tree.c692 _Base_ptr __L = _S_left(__x); local
696 if ((__L && __L->_M_color == _S_rb_tree_red) ||
700 if (__L && _M_key_compare(_S_key(__x), _S_key(__L)))
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_tree.c692 _Base_ptr __L = _S_left(__x); local
696 if ((__L && __L->_M_color == _S_rb_tree_red) ||
700 if (__L && _M_key_compare(_S_key(__x), _S_key(__L)))
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dstl_tree.h1509 _Const_Link_type __L = _S_left(__x); local
1513 if ((__L && __L->_M_color == _S_red)
1517 if (__L && _M_impl._M_key_compare(_S_key(__x), _S_key(__L)))
1522 if (!__L && !__R && _Rb_tree_black_count(__x, _M_root()) != __len)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dstl_tree.h1624 _Const_Link_type __L = _S_left(__x); local
1628 if ((__L && __L->_M_color == _S_red)
1632 if (__L && _M_impl._M_key_compare(_S_key(__x), _S_key(__L)))
1637 if (!__L && !__R && _Rb_tree_black_count(__x, _M_root()) != __len)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dstl_tree.h1624 _Const_Link_type __L = _S_left(__x); local
1628 if ((__L && __L->_M_color == _S_red)
1632 if (__L && _M_impl._M_key_compare(_S_key(__x), _S_key(__L)))
1637 if (!__L && !__R && _Rb_tree_black_count(__x, _M_root()) != __len)
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_tree.h1509 _Const_Link_type __L = _S_left(__x); local
1513 if ((__L && __L->_M_color == _S_red)
1517 if (__L && _M_impl._M_key_compare(_S_key(__x), _S_key(__L)))
1522 if (!__L && !__R && _Rb_tree_black_count(__x, _M_root()) != __len)
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_tree.h1509 _Const_Link_type __L = _S_left(__x); local
1513 if ((__L && __L->_M_color == _S_red)
1517 if (__L && _M_impl._M_key_compare(_S_key(__x), _S_key(__L)))
1522 if (!__L && !__R && _Rb_tree_black_count(__x, _M_root()) != __len)
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_tree.h1509 _Const_Link_type __L = _S_left(__x); local
1513 if ((__L && __L->_M_color == _S_red)
1517 if (__L && _M_impl._M_key_compare(_S_key(__x), _S_key(__L)))
1522 if (!__L && !__R && _Rb_tree_black_count(__x, _M_root()) != __len)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dstl_tree.h1501 _Const_Link_type __L = _S_left(__x); local
1505 if ((__L && __L->_M_color == _S_red)
1509 if (__L && _M_impl._M_key_compare(_S_key(__x), _S_key(__L)))
1514 if (!__L && !__R && _Rb_tree_black_count(__x, _M_root()) != __len)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_tree.h1624 _Const_Link_type __L = _S_left(__x); local
1628 if ((__L && __L->_M_color == _S_red)
1632 if (__L && _M_impl._M_key_compare(_S_key(__x), _S_key(__L)))
1637 if (!__L && !__R && _Rb_tree_black_count(__x, _M_root()) != __len)

Completed in 487 milliseconds

12