/external/clang/lib/Headers/ |
mmintrin.h | 386 _mm_set_pi32(int __i1, int __i0) 388 return (__m64)__builtin_ia32_vec_init_v2si(__i0, __i1); 424 _mm_setr_pi32(int __i0, int __i1) 426 return _mm_set_pi32(__i1, __i0);
|
/prebuilts/sdk/renderscript/clang-include/ |
mmintrin.h | 386 _mm_set_pi32(int __i1, int __i0) 388 return (__m64)__builtin_ia32_vec_init_v2si(__i0, __i1); 424 _mm_setr_pi32(int __i0, int __i1) 426 return _mm_set_pi32(__i1, __i0);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
find.h | 128 _RAIter1 __i1 = __begin1 + __start; local 137 if (__selector(__i1, __i2, __pred)) 145 ++__i1;
|
/external/stlport/stlport/stl/ |
_list.h | 711 const_iterator __i1 = __x.begin(); local 713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 714 ++__i1; 717 return __i1 == __end1 && __i2 == __end2;
|
_slist.h | 846 const_iterator __i1 = _SL1.begin(); local 848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 849 ++__i1; 852 return __i1 == __end1 && __i2 == __end2;
|
/external/stlport/stlport/stl/debug/ |
_debug.c | 583 __stl_debug_engine<_Dummy>::_Check_same_owner(const __owned_link& __i1, 585 _STLP_VERBOSE_RETURN(__i1._Valid(), _StlMsg_INVALID_LEFTHAND_ITERATOR) 587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS) 593 __stl_debug_engine<_Dummy>::_Check_same_or_null_owner(const __owned_link& __i1, 595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 711 const_iterator __i1 = __x.begin(); local 713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 714 ++__i1; 717 return __i1 == __end1 && __i2 == __end2;
|
_slist.h | 846 const_iterator __i1 = _SL1.begin(); local 848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 849 ++__i1; 852 return __i1 == __end1 && __i2 == __end2;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 583 __stl_debug_engine<_Dummy>::_Check_same_owner(const __owned_link& __i1, 585 _STLP_VERBOSE_RETURN(__i1._Valid(), _StlMsg_INVALID_LEFTHAND_ITERATOR) 587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS) 593 __stl_debug_engine<_Dummy>::_Check_same_or_null_owner(const __owned_link& __i1, 595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
slist | 798 const_iterator __i1 = _SL1.begin(); 800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 802 ++__i1; 805 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
slist | 800 const_iterator __i1 = _SL1.begin(); 802 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 804 ++__i1; 807 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
slist | 800 const_iterator __i1 = _SL1.begin(); 802 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 804 ++__i1; 807 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 798 const_iterator __i1 = _SL1.begin(); 800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 802 ++__i1; 805 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 711 const_iterator __i1 = __x.begin(); local 713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 714 ++__i1; 717 return __i1 == __end1 && __i2 == __end2;
|
_slist.h | 846 const_iterator __i1 = _SL1.begin(); local 848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 849 ++__i1; 852 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 583 __stl_debug_engine<_Dummy>::_Check_same_owner(const __owned_link& __i1, 585 _STLP_VERBOSE_RETURN(__i1._Valid(), _StlMsg_INVALID_LEFTHAND_ITERATOR) 587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS) 593 __stl_debug_engine<_Dummy>::_Check_same_or_null_owner(const __owned_link& __i1, 595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 798 const_iterator __i1 = _SL1.begin(); 800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 802 ++__i1; 805 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 711 const_iterator __i1 = __x.begin(); local 713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 714 ++__i1; 717 return __i1 == __end1 && __i2 == __end2;
|
_slist.h | 846 const_iterator __i1 = _SL1.begin(); local 848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 849 ++__i1; 852 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 583 __stl_debug_engine<_Dummy>::_Check_same_owner(const __owned_link& __i1, 585 _STLP_VERBOSE_RETURN(__i1._Valid(), _StlMsg_INVALID_LEFTHAND_ITERATOR) 587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS) 593 __stl_debug_engine<_Dummy>::_Check_same_or_null_owner(const __owned_link& __i1, 595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 798 const_iterator __i1 = _SL1.begin(); 800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 802 ++__i1; 805 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 711 const_iterator __i1 = __x.begin(); local 713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 714 ++__i1; 717 return __i1 == __end1 && __i2 == __end2;
|
_slist.h | 846 const_iterator __i1 = _SL1.begin(); local 848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 849 ++__i1; 852 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 583 __stl_debug_engine<_Dummy>::_Check_same_owner(const __owned_link& __i1, 585 _STLP_VERBOSE_RETURN(__i1._Valid(), _StlMsg_INVALID_LEFTHAND_ITERATOR) 587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS) 593 __stl_debug_engine<_Dummy>::_Check_same_or_null_owner(const __owned_link& __i1, 595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
slist | 798 const_iterator __i1 = _SL1.begin(); 800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 802 ++__i1; 805 return __i1 == __end1 && __i2 == __end2;
|