Home
last modified time | relevance | path

Searched refs:htobe16 (Results 1 – 8 of 8) sorted by relevance

/external/kmod/port-gnu/
Dendian-darwin.h24 # define htobe16(x) OSSwapHostToBigInt16(x) macro
68 # define htobe16(x) htons(x) macro
86 # define htobe16(x) (x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h21 # define htobe16(x) __bswap_16 (x) macro
36 # define htobe16(x) (x) macro
/external/iperf3/src/
Dportable_endian.h48 # define htobe16(x) OSSwapHostToBigInt16(x) macro
94 # define htobe16(x) htons(x) macro
112 # define htobe16(x) (x) macro
/external/libmtp/m4/
Dbyteorder.m4218 #ifndef htobe16
219 # define htobe16(x) htons(x)
231 #define HTOBE16(x) (x) = htobe16(x)
355 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
/external/libexif/m4m/
Dgp-byteorder.m4220 #define htobe16(x) htons(x)
225 #define HTOBE16(x) (x) = htobe16(x)
304 #define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
/external/u-boot/tools/
Dmips-relocs.c65 _val = is_be ? htobe16(val) : htole16(val); \
/external/syzkaller/executor/
Dexecutor.cc1110 val = htobe16(val); in read_const_arg()
/external/libmtp/src/
Dptp-pack.c40 return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var)); in htod16p()