/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/ |
unaligned.h | 17 #define __get_unaligned_2_le(__p) (__p[0] | __p[1] << 8) 19 #define __get_unaligned_2_be(__p) (__p[0] << 8 | __p[1]) 21 #define __get_unaligned_4_le(__p) (__p[0] | __p[1] << 8 | __p[2] << 16 | __p[3] << 24 [all...] |
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/ |
unaligned.h | 17 #define __get_unaligned_2_le(__p) (__p[0] | __p[1] << 8) 19 #define __get_unaligned_2_be(__p) (__p[0] << 8 | __p[1]) 21 #define __get_unaligned_4_le(__p) (__p[0] | __p[1] << 8 | __p[2] << 16 | __p[3] << 24 [all...] |
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/ |
unaligned.h | 17 #define __get_unaligned_2_le(__p) (__p[0] | __p[1] << 8) 19 #define __get_unaligned_2_be(__p) (__p[0] << 8 | __p[1]) 21 #define __get_unaligned_4_le(__p) (__p[0] | __p[1] << 8 | __p[2] << 16 | __p[3] << 24 [all...] |
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/ |
unaligned.h | 17 #define __get_unaligned_2_le(__p) (__p[0] | __p[1] << 8) 19 #define __get_unaligned_2_be(__p) (__p[0] << 8 | __p[1]) 21 #define __get_unaligned_4_le(__p) (__p[0] | __p[1] << 8 | __p[2] << 16 | __p[3] << 24 [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ |
unaligned.h | 17 #define __get_unaligned_2_le(__p) (__p[0] | __p[1] << 8) 19 #define __get_unaligned_2_be(__p) (__p[0] << 8 | __p[1]) 21 #define __get_unaligned_4_le(__p) (__p[0] | __p[1] << 8 | __p[2] << 16 | __p[3] << 24 [all...] |
/external/clang/test/CodeGenCXX/ |
DynArrayInit.cpp | 7 inline void* operator new[](unsigned long, void* __p) { return __p; }
|
/external/tcpdump/ |
cpack.h | 46 #define cpack_int8(__s, __p) cpack_uint8((__s), (u_int8_t*)(__p)) 47 #define cpack_int16(__s, __p) cpack_uint16((__s), (u_int16_t*)(__p)) 48 #define cpack_int32(__s, __p) cpack_uint32((__s), (u_int32_t*)(__p)) 49 #define cpack_int64(__s, __p) cpack_uint64((__s), (u_int64_t*)(__p))
|
/external/stlport/stlport/stl/ |
_construct.h | 90 inline void _Construct_aux (_T1* __p, const __false_type&) { 91 new(__p) _T1(); 95 inline void _Construct_aux (_T1* __p, const __true_type&) { 97 *__p = _T1(0); 101 *__p = _T1(); 106 inline void _Construct(_T1* __p) { 108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 111 _Construct_aux (__p, _HasDefaultZeroValue(__p)._Answer()); 113 _Construct_aux (__p, _Is_POD(__p)._Answer()) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 90 inline void _Construct_aux (_T1* __p, const __false_type&) { 91 new(__p) _T1(); 95 inline void _Construct_aux (_T1* __p, const __true_type&) { 97 *__p = _T1(0); 101 *__p = _T1(); 106 inline void _Construct(_T1* __p) { 108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 111 _Construct_aux (__p, _HasDefaultZeroValue(__p)._Answer()); 113 _Construct_aux (__p, _Is_POD(__p)._Answer()) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 90 inline void _Construct_aux (_T1* __p, const __false_type&) { 91 new(__p) _T1(); 95 inline void _Construct_aux (_T1* __p, const __true_type&) { 97 *__p = _T1(0); 101 *__p = _T1(); 106 inline void _Construct(_T1* __p) { 108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 111 _Construct_aux (__p, _HasDefaultZeroValue(__p)._Answer()); 113 _Construct_aux (__p, _Is_POD(__p)._Answer()) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 90 inline void _Construct_aux (_T1* __p, const __false_type&) { 91 new(__p) _T1(); 95 inline void _Construct_aux (_T1* __p, const __true_type&) { 97 *__p = _T1(0); 101 *__p = _T1(); 106 inline void _Construct(_T1* __p) { 108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 111 _Construct_aux (__p, _HasDefaultZeroValue(__p)._Answer()); 113 _Construct_aux (__p, _Is_POD(__p)._Answer()) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 90 inline void _Construct_aux (_T1* __p, const __false_type&) { 91 new(__p) _T1(); 95 inline void _Construct_aux (_T1* __p, const __true_type&) { 97 *__p = _T1(0); 101 *__p = _T1(); 106 inline void _Construct(_T1* __p) { 108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 111 _Construct_aux (__p, _HasDefaultZeroValue(__p)._Answer()); 113 _Construct_aux (__p, _Is_POD(__p)._Answer()) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 90 inline void _Construct_aux (_T1* __p, const __false_type&) { 91 new(__p) _T1(); 95 inline void _Construct_aux (_T1* __p, const __true_type&) { 97 *__p = _T1(0); 101 *__p = _T1(); 106 inline void _Construct(_T1* __p) { 108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 111 _Construct_aux (__p, _HasDefaultZeroValue(__p)._Answer()); 113 _Construct_aux (__p, _Is_POD(__p)._Answer()) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_construct.h | 90 inline void _Construct_aux (_T1* __p, const __false_type&) { 91 new(__p) _T1(); 95 inline void _Construct_aux (_T1* __p, const __true_type&) { 97 *__p = _T1(0); 101 *__p = _T1(); 106 inline void _Construct(_T1* __p) { 108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1)); 111 _Construct_aux (__p, _HasDefaultZeroValue(__p)._Answer()); 113 _Construct_aux (__p, _Is_POD(__p)._Answer()) [all...] |
/external/clang/lib/Headers/ |
immintrin.h | 81 _rdrand16_step(unsigned short *__p) 83 return __builtin_ia32_rdrand16_step(__p); 87 _rdrand32_step(unsigned int *__p) 89 return __builtin_ia32_rdrand32_step(__p); 94 _rdrand64_step(unsigned long long *__p) 96 return __builtin_ia32_rdrand64_step(__p);
|
/prebuilts/sdk/renderscript/clang-include/ |
immintrin.h | 81 _rdrand16_step(unsigned short *__p) 83 return __builtin_ia32_rdrand16_step(__p); 87 _rdrand32_step(unsigned int *__p) 89 return __builtin_ia32_rdrand32_step(__p); 94 _rdrand64_step(unsigned long long *__p) 96 return __builtin_ia32_rdrand64_step(__p);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
new_allocator.h | 92 // __p is not permitted to be a null pointer. 94 deallocate(pointer __p, size_type) 95 { ::operator delete(__p); } 104 construct(pointer __p, const _Tp& __val) 105 { ::new((void *)__p) _Tp(__val); } 110 construct(pointer __p, _Args&&... __args) 111 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); } 115 destroy(pointer __p) { __p->~_Tp(); }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
new_allocator.h | 92 // __p is not permitted to be a null pointer. 94 deallocate(pointer __p, size_type) 95 { ::operator delete(__p); } 104 construct(pointer __p, const _Tp& __val) 105 { ::new((void *)__p) _Tp(__val); } 110 construct(pointer __p, _Args&&... __args) 111 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); } 115 destroy(pointer __p) { __p->~_Tp(); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
new_allocator.h | 92 // __p is not permitted to be a null pointer. 94 deallocate(pointer __p, size_type) 95 { ::operator delete(__p); } 104 construct(pointer __p, const _Tp& __val) 105 { ::new((void *)__p) _Tp(__val); } 110 construct(pointer __p, _Args&&... __args) 111 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); } 115 destroy(pointer __p) { __p->~_Tp(); }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
new_allocator.h | 92 // __p is not permitted to be a null pointer. 94 deallocate(pointer __p, size_type) 95 { ::operator delete(__p); } 104 construct(pointer __p, const _Tp& __val) 105 { ::new((void *)__p) _Tp(__val); } 110 construct(pointer __p, _Args&&... __args) 111 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); } 115 destroy(pointer __p) { __p->~_Tp(); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
new_allocator.h | 92 // __p is not permitted to be a null pointer. 94 deallocate(pointer __p, size_type) 95 { ::operator delete(__p); } 104 construct(pointer __p, const _Tp& __val) 105 { ::new((void *)__p) _Tp(__val); } 110 construct(pointer __p, _Args&&... __args) 111 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); } 115 destroy(pointer __p) { __p->~_Tp(); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
malloc_allocator.h | 102 // __p is not permitted to be a null pointer. 104 deallocate(pointer __p, size_type) 105 { std::free(static_cast<void*>(__p)); } 114 construct(_Up* __p, _Args&&... __args) 115 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } 119 destroy(_Up* __p) { __p->~_Up(); } 124 construct(pointer __p, const _Tp& __val) 125 { ::new((void *)__p) value_type(__val); } 128 destroy(pointer __p) { __p->~_Tp(); [all...] |
new_allocator.h | 97 // __p is not permitted to be a null pointer. 99 deallocate(pointer __p, size_type) 100 { ::operator delete(__p); } 109 construct(_Up* __p, _Args&&... __args) 110 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } 114 destroy(_Up* __p) { __p->~_Up(); } 119 construct(pointer __p, const _Tp& __val) 120 { ::new((void *)__p) _Tp(__val); } 123 destroy(pointer __p) { __p->~_Tp(); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
malloc_allocator.h | 102 // __p is not permitted to be a null pointer. 104 deallocate(pointer __p, size_type) 105 { std::free(static_cast<void*>(__p)); } 114 construct(_Up* __p, _Args&&... __args) 115 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } 119 destroy(_Up* __p) { __p->~_Up(); } 124 construct(pointer __p, const _Tp& __val) 125 { ::new((void *)__p) value_type(__val); } 128 destroy(pointer __p) { __p->~_Tp(); [all...] |
new_allocator.h | 97 // __p is not permitted to be a null pointer. 99 deallocate(pointer __p, size_type) 100 { ::operator delete(__p); } 109 construct(_Up* __p, _Args&&... __args) 110 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } 114 destroy(_Up* __p) { __p->~_Up(); } 119 construct(pointer __p, const _Tp& __val) 120 { ::new((void *)__p) _Tp(__val); } 123 destroy(pointer __p) { __p->~_Tp(); [all...] |