OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swap32md
(Results
1 - 18
of
18
) sorted by null
/bionic/libc/arch-x86/include/
endian.h
33
#define
__swap32md
(x) ({ \
macro
40
#define
__swap32md
(x) ({ \
macro
52
(uint64_t)
__swap32md
(__swap64md_x >> 32) | \
53
(uint64_t)
__swap32md
(__swap64md_x & 0xffffffff) << 32; \
/development/ndk/platforms/android-9/arch-x86/include/
endian.h
33
#define
__swap32md
(x) ({ \
macro
40
#define
__swap32md
(x) ({ \
macro
52
(uint64_t)
__swap32md
(__swap64md_x >> 32) | \
53
(uint64_t)
__swap32md
(__swap64md_x & 0xffffffff) << 32; \
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
endian.h
33
#define
__swap32md
(x) ({ \
macro
40
#define
__swap32md
(x) ({ \
macro
52
(u_int64_t)
__swap32md
(__swap64md_x >> 32) | \
53
(u_int64_t)
__swap32md
(__swap64md_x & 0xffffffff) << 32; \
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
endian.h
33
#define
__swap32md
(x) ({ \
macro
40
#define
__swap32md
(x) ({ \
macro
52
(u_int64_t)
__swap32md
(__swap64md_x >> 32) | \
53
(u_int64_t)
__swap32md
(__swap64md_x & 0xffffffff) << 32; \
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
endian.h
33
#define
__swap32md
(x) ({ \
macro
40
#define
__swap32md
(x) ({ \
macro
52
(uint64_t)
__swap32md
(__swap64md_x >> 32) | \
53
(uint64_t)
__swap32md
(__swap64md_x & 0xffffffff) << 32; \
/bionic/libc/arch-arm/include/
endian.h
62
#define
__swap32md
(x) ({ \
macro
70
(u_int64_t)
__swap32md
(_swap64md_x >> 32) | \
71
(u_int64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/bionic/libc/arch-sh/include/
endian.h
21
#define
__swap32md
(x) ({ \
macro
/bionic/libc/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/development/ndk/platforms/android-3/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
endian.h
127
__swap32md
(__swap32_x); \
Completed in 2492 milliseconds