OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htobe32
(Results
1 - 25
of
68
) sorted by null
1
2
3
/external/libmtp/src/
gphoto2-endian-intel.h
35
#ifndef
htobe32
36
# define
htobe32
(x) htonl(x)
macro
46
#define
HTOBE32
(x) (x) =
htobe32
(x)
122
# define htobe32a(a,x) *(uint32_t*)(a) =
htobe32
(x)
/device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h
48
#define
htobe32
(x) bswap32((x))
macro
62
#define
htobe32
(x) ((uint32_t)(x))
macro
/external/vboot_reference/cgpt/
cgpt_endian.h
26
# define
htobe32
(x) __bswap_32 (x)
macro
41
# define
htobe32
(x) (x)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h
69
# define
htobe32
(x) __bswap_32 (x)
macro
84
# define
htobe32
(x) (x)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h
69
# define
htobe32
(x) __bswap_32 (x)
macro
84
# define
htobe32
(x) (x)
macro
/bionic/libc/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/development/ndk/platforms/android-21/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/development/ndk/platforms/android-3/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
endian.h
79
#define
htobe32
__swap32
macro
99
#define be32toh(x)
htobe32
(x)
Completed in 1182 milliseconds
1
2
3