OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swap16
(Results
1 - 5
of
5
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
12
#define
swap16
(x) NXSwapShort(x)
macro
gphoto2-endian-ppc.h
12
#define
swap16
(x) NXSwapShort(x)
macro
52
# define htole16(x)
swap16
(x)
58
# define le16toh(x)
swap16
(x)
/bionic/libc/include/sys/
endian.h
152
*__swap16_multi_v =
swap16
(*__swap16_multi_v); \
159
#define
swap16
__swap16
macro
/development/ndk/platforms/android-3/include/sys/
endian.h
151
*__swap16_multi_v =
swap16
(*__swap16_multi_v); \
158
#define
swap16
__swap16
macro
/development/ndk/platforms/android-L/include/sys/
endian.h
152
*__swap16_multi_v =
swap16
(*__swap16_multi_v); \
159
#define
swap16
__swap16
macro
Completed in 237 milliseconds