/external/kernel-headers/original/asm-arm/ |
posix_types.h | 57 int __val[2];
|
/external/kernel-headers/original/asm-x86/ |
posix_types_32.h | 45 int __val[2];
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
bitset | 122 bitset(unsigned long __val) : _Base(__val) { } 192 set(size_t __pos, bool __val = true) 194 _Base::set(__pos, __val);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
posix_types_32.h | 45 int __val[2];
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
typesizes.h | 59 #define __FSID_T_TYPE struct { int __val[2]; }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
posix_types_32.h | 50 int __val[2];
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
posix_types_32.h | 50 int __val[2];
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
bitset | 122 bitset(unsigned long __val) : _Base(__val) { } 192 set(size_t __pos, bool __val = true) 194 _Base::set(__pos, __val);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
posix_types_32.h | 50 int __val[2];
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
bitset | 122 bitset(unsigned long __val) : _Base(__val) { } 192 set(size_t __pos, bool __val = true) 194 _Base::set(__pos, __val);
|
/bionic/libc/private/ |
bionic_tls.h | 120 ({ register unsigned int __val asm("r0"); \ 121 asm ("mrc p15, 0, r0, c13, c0, 3" : "=r"(__val) ); \ 122 (volatile void*)__val; })
|
/external/stlport/stlport/stl/ |
_bitset.h | 114 _Base_bitset(unsigned long __val) { 116 _M_w[0] = __val; 217 _Base_bitset(unsigned long __val) : _M_w(__val) {} 333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val) 334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); } 417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); } 487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) { 488 if (__val) [all...] |
_list.h | 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type), 312 list(size_type __n, const_reference __val) 314 { this->insert(begin(), __n, __val); } 315 list(size_type __n, const_reference __val, const allocator_type& __a) 318 { this->insert(begin(), __n, __val); } local 555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); } 557 void _M_fill_assign(size_type __n, const_reference __val); 567 void _M_assign_dispatch(_Integer __n, _Integer __val, 569 _M_fill_assign(__n, __val); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 114 _Base_bitset(unsigned long __val) { 116 _M_w[0] = __val; 217 _Base_bitset(unsigned long __val) : _M_w(__val) {} 333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val) 334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); } 417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); } 487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) { 488 if (__val) [all...] |
_list.h | 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type), 312 list(size_type __n, const_reference __val) 314 { this->insert(begin(), __n, __val); } 315 list(size_type __n, const_reference __val, const allocator_type& __a) 318 { this->insert(begin(), __n, __val); } local 555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); } 557 void _M_fill_assign(size_type __n, const_reference __val); 567 void _M_assign_dispatch(_Integer __n, _Integer __val, 569 _M_fill_assign(__n, __val); [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 114 _Base_bitset(unsigned long __val) { 116 _M_w[0] = __val; 217 _Base_bitset(unsigned long __val) : _M_w(__val) {} 333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val) 334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); } 417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); } 487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) { 488 if (__val) [all...] |
_list.h | 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type), 312 list(size_type __n, const_reference __val) 314 { this->insert(begin(), __n, __val); } 315 list(size_type __n, const_reference __val, const allocator_type& __a) 318 { this->insert(begin(), __n, __val); } local 555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); } 557 void _M_fill_assign(size_type __n, const_reference __val); 567 void _M_assign_dispatch(_Integer __n, _Integer __val, 569 _M_fill_assign(__n, __val); [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 114 _Base_bitset(unsigned long __val) { 116 _M_w[0] = __val; 217 _Base_bitset(unsigned long __val) : _M_w(__val) {} 333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val) 334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); } 417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); } 487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) { 488 if (__val) [all...] |
_list.h | 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type), 312 list(size_type __n, const_reference __val) 314 { this->insert(begin(), __n, __val); } 315 list(size_type __n, const_reference __val, const allocator_type& __a) 318 { this->insert(begin(), __n, __val); } local 555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); } 557 void _M_fill_assign(size_type __n, const_reference __val); 567 void _M_assign_dispatch(_Integer __n, _Integer __val, 569 _M_fill_assign(__n, __val); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_algo.h | 181 const _Tp& __val, input_iterator_tag) 183 while (__first != __last && !(*__first == __val)) 203 const _Tp& __val, random_access_iterator_tag) 210 if (*__first == __val) 214 if (*__first == __val) 218 if (*__first == __val) 222 if (*__first == __val) 230 if (*__first == __val) 234 if (*__first == __val) 238 if (*__first == __val) 2143 __val = *__i; local 2165 __val = *__i; local [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 181 const _Tp& __val, input_iterator_tag) 183 while (__first != __last && !(*__first == __val)) 203 const _Tp& __val, random_access_iterator_tag) 210 if (*__first == __val) 214 if (*__first == __val) 218 if (*__first == __val) 222 if (*__first == __val) 230 if (*__first == __val) 234 if (*__first == __val) 238 if (*__first == __val) 2143 __val = *__i; local 2165 __val = *__i; local [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 181 const _Tp& __val, input_iterator_tag) 183 while (__first != __last && !(*__first == __val)) 203 const _Tp& __val, random_access_iterator_tag) 210 if (*__first == __val) 214 if (*__first == __val) 218 if (*__first == __val) 222 if (*__first == __val) 230 if (*__first == __val) 234 if (*__first == __val) 238 if (*__first == __val) 2143 __val = *__i; local 2165 __val = *__i; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
slist | 395 assign(size_type __n, const _Tp& __val) 396 { _M_fill_assign(__n, __val); } 399 _M_fill_assign(size_type __n, const _Tp& __val); 411 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 412 { _M_fill_assign((size_type) __n, (_Tp) __val); } 697 remove(const _Tp& __val); 752 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 758 __node->_M_data = __val; 763 _M_insert_after_fill(__prev, __n, __val); 858 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 395 assign(size_type __n, const _Tp& __val) 396 { _M_fill_assign(__n, __val); } 399 _M_fill_assign(size_type __n, const _Tp& __val); 411 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 412 { _M_fill_assign((size_type) __n, (_Tp) __val); } 697 remove(const _Tp& __val); 752 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 758 __node->_M_data = __val; 763 _M_insert_after_fill(__prev, __n, __val); 858 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
slist | 395 assign(size_type __n, const _Tp& __val) 396 { _M_fill_assign(__n, __val); } 399 _M_fill_assign(size_type __n, const _Tp& __val); 411 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) 412 { _M_fill_assign((size_type) __n, (_Tp) __val); } 697 remove(const _Tp& __val); 752 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) 758 __node->_M_data = __val; 763 _M_insert_after_fill(__prev, __n, __val); 858 slist<_Tp, _Alloc>::remove(const _Tp& __val) [all...] |