HomeSort by relevance Sort by last modified time
    Searched refs:__p (Results 1 - 25 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-arm/
unaligned.h 42 #define __get_unaligned_2_le(__p) \
43 (__p[0] | __p[1] << 8)
45 #define __get_unaligned_2_be(__p) \
46 (__p[0] << 8 | __p[1])
48 #define __get_unaligned_4_le(__p) \
49 (__p[0] | __p[1] << 8 | __p[2] << 16 | __p[3] << 24
    [all...]
  /bionic/libc/kernel/arch-arm/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...]
  /development/ndk/platforms/android-3/arch-arm/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/linux-x86/toolchain/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(); }
  /prebuilt/ndk/android-ndk-r5/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(); }
  /prebuilt/ndk/android-ndk-r6/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(); }

Completed in 397 milliseconds

1 2 3 4 5 6 7 8 91011>>