OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__swap64md
(Results
1 - 25
of
133
) sorted by null
1
2
3
4
5
6
/bionic/libc/arch-arm64/include/machine/
endian.h
45
#define
__swap64md
(x) __builtin_bswap64(x)
macro
/bionic/libc/arch-x86/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/bionic/libc/arch-x86_64/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/development/ndk/platforms/android-3/header-patches/include/machine/
endian.h
42
* uint64_t
__swap64md
(uint64_t x);
/development/ndk/platforms/android-9/arch-x86/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/development/ndk/platforms/android-L/arch-arm64/include/machine/
endian.h
45
#define
__swap64md
(x) __builtin_bswap64(x)
macro
/development/ndk/platforms/android-L/arch-x86/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/development/ndk/platforms/android-L/arch-x86_64/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/machine/
endian.h
45
#define
__swap64md
(x) __builtin_bswap64(x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/machine/
endian.h
41
#define
__swap64md
(x) __statement({ \
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
endian.h
39
#define
__swap64md
(x) __statement({ \
macro
/bionic/libc/arch-arm/include/machine/
endian.h
59
#define
__swap64md
(x) ({ \
macro
/bionic/libc/arch-mips/include/machine/
endian.h
49
#define
__swap64md
(x) ({ \
macro
/bionic/libc/arch-mips64/include/machine/
endian.h
49
#define
__swap64md
(x) ({ \
macro
/development/ndk/platforms/android-3/arch-arm/include/machine/
endian.h
68
#define
__swap64md
(x) ({ \
macro
/development/ndk/platforms/android-9/arch-mips/include/machine/
endian.h
49
#define
__swap64md
(x) ({ \
macro
/development/ndk/platforms/android-L/arch-arm/include/machine/
endian.h
68
#define
__swap64md
(x) ({ \
macro
Completed in 1369 milliseconds
1
2
3
4
5
6