Home
last modified time | relevance | path

Searched defs:be16toh (Results 1 – 5 of 5) sorted by relevance

/external/kmod/port-gnu/
Dendian-darwin.h26 # define be16toh(x) OSSwapBigToHostInt16(x) macro
52 # define be16toh(x) betoh16(x) macro
70 # define be16toh(x) ntohs(x) macro
88 # define be16toh(x) (x) macro
/external/iperf3/src/
Dportable_endian.h25 # define be16toh(x) betoh16(x) macro
50 # define be16toh(x) OSSwapBigToHostInt16(x) macro
96 # define be16toh(x) ntohs(x) macro
114 # define be16toh(x) (x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h23 # define be16toh(x) __bswap_16 (x) macro
38 # define be16toh(x) (x) macro
/external/webrtc/rtc_base/
Dbyte_order.h28 #define be16toh(v) OSSwapBigToHostInt16(v) macro
51 #define be16toh(v) ntohs(v) macro
71 #define be16toh(v) (v) macro
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h61 #define be16toh(x) bswap16((x)) macro
75 #define be16toh(x) ((uint16_t)(x)) macro