OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swap32
(Results
1 - 5
of
5
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
13
#define
swap32
(x) NXSwapLong(x)
macro
gphoto2-endian-ppc.h
13
#define
swap32
(x) NXSwapLong(x)
macro
55
# define htole32(x)
swap32
(x)
61
# define le32toh(x)
swap32
(x)
/bionic/libc/include/sys/
endian.h
160
#define
swap32
__swap32
macro
/development/ndk/platforms/android-3/include/sys/
endian.h
159
#define
swap32
__swap32
macro
/development/ndk/platforms/android-L/include/sys/
endian.h
160
#define
swap32
__swap32
macro
Completed in 189 milliseconds