/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
stdatomic.h | 141 __atomic_flag_for_address(const volatile void* __z) __attribute__((const));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 417 _Prime_rehash_policy(float __z = 1.0) 418 : _M_max_load_factor(__z), _M_growth_factor(2.f), _M_next_resize(0) { } 633 max_load_factor(float __z) 636 __this->__rehash_policy(_Prime_rehash_policy(__z));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_tree.h | 316 _Rb_tree_rebalance_for_erase(_Rb_tree_node_base* const __z, 921 _Link_type __z = _M_create_node(__v); local 923 _Rb_tree_insert_and_rebalance(__insert_left, __z, 927 return iterator(__z); 940 _Link_type __z = _M_create_node(__v); local 942 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p, 945 return iterator(__z); [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 316 _Rb_tree_rebalance_for_erase(_Rb_tree_node_base* const __z, 921 _Link_type __z = _M_create_node(__v); local 923 _Rb_tree_insert_and_rebalance(__insert_left, __z, 927 return iterator(__z); 940 _Link_type __z = _M_create_node(__v); local 942 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p, 945 return iterator(__z); [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 316 _Rb_tree_rebalance_for_erase(_Rb_tree_node_base* const __z, 921 _Link_type __z = _M_create_node(__v); local 923 _Rb_tree_insert_and_rebalance(__insert_left, __z, 927 return iterator(__z); 940 _Link_type __z = _M_create_node(__v); local 942 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p, 945 return iterator(__z); [all...] |
/external/stlport/stlport/stl/ |
_function.h | 306 const _Operation3& __z) 307 : _M_fn1(__x), _M_fn2(__y), _M_fn3(__z) { }
|
_hashtable.h | 402 void max_load_factor(float __z) { 403 _M_max_load_factor = __z;
|
_bvector.h | 656 _STLP_PRIV _Bit_iterator __z(__q, 0); 657 this->_M_finish = _STLP_STD::copy(begin(), end(), __z);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 306 const _Operation3& __z) 307 : _M_fn1(__x), _M_fn2(__y), _M_fn3(__z) { }
|
_hashtable.h | 402 void max_load_factor(float __z) { 403 _M_max_load_factor = __z;
|
_bvector.h | 656 _STLP_PRIV _Bit_iterator __z(__q, 0); 657 this->_M_finish = _STLP_STD::copy(begin(), end(), __z);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
functional | 161 const _Operation3& __z) 162 : _M_fn1(__x), _M_fn2(__y), _M_fn3(__z) { }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
functional | 161 const _Operation3& __z) 162 : _M_fn1(__x), _M_fn2(__y), _M_fn3(__z) { }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 306 const _Operation3& __z) 307 : _M_fn1(__x), _M_fn2(__y), _M_fn3(__z) { }
|
_hashtable.h | 402 void max_load_factor(float __z) { 403 _M_max_load_factor = __z;
|
_bvector.h | 656 _STLP_PRIV _Bit_iterator __z(__q, 0); 657 this->_M_finish = _STLP_STD::copy(begin(), end(), __z);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
functional | 161 const _Operation3& __z) 162 : _M_fn1(__x), _M_fn2(__y), _M_fn3(__z) { }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 306 const _Operation3& __z) 307 : _M_fn1(__x), _M_fn2(__y), _M_fn3(__z) { }
|
_hashtable.h | 402 void max_load_factor(float __z) { 403 _M_max_load_factor = __z;
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
xmmintrin.h | 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 926 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
xmmintrin.h | 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 926 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
xmmintrin.h | 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 926 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
xmmintrin.h | 924 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 926 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 931 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 933 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
xmmintrin.h | 924 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 926 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 931 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 933 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 355 __MATHCALL (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z));
|