OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:be32toh
(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
71
# define
be32toh
(x) __bswap_32 (x)
macro
86
# define
be32toh
(x) (x)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h
71
# define
be32toh
(x) __bswap_32 (x)
macro
86
# define
be32toh
(x) (x)
macro
/external/libmtp/src/
gphoto2-endian-intel.h
41
#ifndef
be32toh
42
# define
be32toh
(x) ntohl(x)
macro
47
#define
BE32TOH
(x) (x) =
be32toh
(x)
103
# define be32atoh(x)
be32toh
(*(uint32_t*)(x))
gphoto2-endian-ppc.h
41
#ifndef
be32toh
42
# define
be32toh
(x) ntohl(x)
macro
47
#define
BE32TOH
(x) (x) =
be32toh
(x)
/bionic/libc/include/sys/
endian.h
276
#define
be32toh
(x) htobe32(x)
macro
/development/ndk/platforms/android-L/include/sys/
endian.h
276
#define
be32toh
(x) htobe32(x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
endian.h
276
#define
be32toh
(x) htobe32(x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
endian.h
276
#define
be32toh
(x) htobe32(x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
endian.h
276
#define
be32toh
(x) htobe32(x)
macro
Completed in 269 milliseconds