OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__swap32md
(Results
26 - 50
of
138
) sorted by null
1
2
3
4
5
6
/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-L/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-L/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-L/arch-mips64/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-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-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/9/platforms/android-12/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/9/platforms/android-12/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/9/platforms/android-13/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/9/platforms/android-13/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/9/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/9/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/9/platforms/android-15/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/9/platforms/android-15/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/9/platforms/android-16/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/9/platforms/android-16/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/9/platforms/android-17/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/9/platforms/android-17/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/9/platforms/android-18/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; \
Completed in 5528 milliseconds
1
2
3
4
5
6