OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htobe16
(Results
1 - 13
of
13
) sorted by null
/device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h
47
#define
htobe16
(x) bswap16((x))
macro
61
#define
htobe16
(x) ((uint16_t)(x))
macro
/external/vboot_reference/cgpt/
cgpt_endian.h
21
# define
htobe16
(x) __bswap_16 (x)
macro
36
# define
htobe16
(x) (x)
macro
/external/kmod/port-gnu/
endian-darwin.h
24
# define
htobe16
(x) OSSwapHostToBigInt16(x)
macro
68
# define
htobe16
(x) htons(x)
macro
86
# define
htobe16
(x) (x)
macro
/bionic/libc/include/sys/
endian.h
78
#define
htobe16
(x) __swap16(x)
macro
98
#define be16toh(x)
htobe16
(x)
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h
68
#define
htobe16
(x) bswap16((x))
macro
82
#define
htobe16
(x) ((uint16_t)(x))
macro
/frameworks/av/media/img_utils/include/img_utils/
EndianUtils.h
178
return
htobe16
(in);
183
return
htobe16
(in);
/device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h
150
#define
htobe16
(x) (x)
macro
157
#define
HTOBE16
(x) (void) (x)
166
#define
htobe16
(x) bswap16((uint16_t)(x))
173
#define
HTOBE16
(x) (x) = bswap16((uint16_t)(x))
182
#define be16toh(x)
htobe16
(x)
189
#define BE16TOH(x)
HTOBE16
(x)
/external/iperf3/src/
portable_endian.h
48
# define
htobe16
(x) OSSwapHostToBigInt16(x)
macro
94
# define
htobe16
(x) htons(x)
macro
112
# define
htobe16
(x) (x)
macro
/bionic/tests/
endian_test.cpp
64
ASSERT_EQ(be16,
htobe16
(le16));
/external/u-boot/tools/
mips-relocs.c
65
_val = is_be ?
htobe16
(val) : htole16(val); \
/device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c
340
query_upiu->ts.desc.length =
htobe16
(length);
344
query_upiu->ts.desc.length =
htobe16
(length);
/external/syzkaller/executor/
executor.cc
1110
val =
htobe16
(val);
[
all
...]
/external/libmtp/src/
ptp-pack.c
40
return ((params->byteorder==PTP_DL_LE)?htole16(var):
htobe16
(var));
[
all
...]
Completed in 896 milliseconds