OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:le32toh
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
endian.h
72
# define
le32toh
(x) (x)
macro
87
# define
le32toh
(x) __bswap_32 (x)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h
72
# define
le32toh
(x) (x)
macro
87
# define
le32toh
(x) __bswap_32 (x)
macro
/external/libmtp/src/
gphoto2-endian-intel.h
63
#ifndef
le32toh
64
# define
le32toh
(x) (x)
macro
74
#define
LE32TOH
(x) (void) (x)
112
# define le32atoh(x)
le32toh
(*(uint32_t*)(x))
gphoto2-endian-ppc.h
60
#ifndef
le32toh
61
# define
le32toh
(x) swap32(x)
macro
77
#define
LE32TOH
(x) (x) =
le32toh
(x)
/bionic/libc/include/sys/
endian.h
279
#define
le32toh
(x) htole32(x)
macro
/development/ndk/platforms/android-L/include/sys/
endian.h
279
#define
le32toh
(x) htole32(x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
endian.h
279
#define
le32toh
(x) htole32(x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
endian.h
279
#define
le32toh
(x) htole32(x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
endian.h
279
#define
le32toh
(x) htole32(x)
macro
Completed in 48 milliseconds