OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__swap32md
(Results
1 - 21
of
21
) sorted by null
/bionic/libc/arch-arm/include/machine/
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-mips/include/machine/
endian.h
42
#define
__swap32md
(x) ({ \
macro
51
(uint64_t)
__swap32md
(_swap64md_x >> 32) | \
52
(uint64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/bionic/libc/arch-x86/include/machine/
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-3/arch-arm/include/machine/
endian.h
62
#define
__swap32md
(x) ({ \
macro
70
(u_int64_t)
__swap32md
(_swap64md_x >> 32) | \
71
(u_int64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/development/ndk/platforms/android-9/arch-mips/include/machine/
endian.h
42
#define
__swap32md
(x) ({ \
macro
51
(uint64_t)
__swap32md
(_swap64md_x >> 32) | \
52
(uint64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/development/ndk/platforms/android-9/arch-x86/include/machine/
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; \
/prebuilts/ndk/4/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; \
/prebuilts/ndk/4/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; \
/prebuilts/ndk/6/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; \
/prebuilts/ndk/7/platforms/android-14/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; \
/prebuilts/ndk/7/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; \
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/machine/
endian.h
62
#define
__swap32md
(x) ({ \
macro
70
(u_int64_t)
__swap32md
(_swap64md_x >> 32) | \
71
(u_int64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
endian.h
42
#define
__swap32md
(x) ({ \
macro
51
(uint64_t)
__swap32md
(_swap64md_x >> 32) | \
52
(uint64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
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; \
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/machine/
endian.h
62
#define
__swap32md
(x) ({ \
macro
70
(u_int64_t)
__swap32md
(_swap64md_x >> 32) | \
71
(u_int64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/machine/
endian.h
62
#define
__swap32md
(x) ({ \
macro
70
(u_int64_t)
__swap32md
(_swap64md_x >> 32) | \
71
(u_int64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/machine/
endian.h
62
#define
__swap32md
(x) ({ \
macro
70
(u_int64_t)
__swap32md
(_swap64md_x >> 32) | \
71
(u_int64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/machine/
endian.h
62
#define
__swap32md
(x) ({ \
macro
70
(u_int64_t)
__swap32md
(_swap64md_x >> 32) | \
71
(u_int64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/machine/
endian.h
62
#define
__swap32md
(x) ({ \
macro
70
(u_int64_t)
__swap32md
(_swap64md_x >> 32) | \
71
(u_int64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
endian.h
42
#define
__swap32md
(x) ({ \
macro
51
(uint64_t)
__swap32md
(_swap64md_x >> 32) | \
52
(uint64_t)
__swap32md
(_swap64md_x & 0xffffffff) << 32; \
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
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; \
Completed in 4851 milliseconds