Home
last modified time | relevance | path

Searched defs:be16toh (Results 1 – 3 of 3) 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/vboot_reference/cgpt/
Dcgpt_endian.h23 # define be16toh(x) __bswap_16 (x) macro
38 # 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