OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swap64
(Results
1 - 5
of
5
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
14
#define
swap64
(x) NXSwapLongLong(x)
macro
79
# define htobe64(x)
swap64
(x)
82
# define be64toh(x)
swap64
(x)
gphoto2-endian-ppc.h
14
#define
swap64
(x) NXSwapLongLong(x)
macro
64
# define le64toh(x)
swap64
(x)
/bionic/libc/include/sys/
endian.h
161
#define
swap64
__swap64
macro
/development/ndk/platforms/android-3/include/sys/
endian.h
160
#define
swap64
__swap64
macro
/development/ndk/platforms/android-L/include/sys/
endian.h
161
#define
swap64
__swap64
macro
Completed in 56 milliseconds