Home
last modified time | relevance | path

Searched defs:le16toh (Results 1 – 3 of 3) sorted by relevance

/external/kmod/port-gnu/
Dendian-darwin.h27 # define le16toh(x) OSSwapLittleToHostInt16(x) macro
53 # define le16toh(x) letoh16(x) macro
71 # define le16toh(x) (x) macro
89 # define le16toh(x) __builtin_bswap16(x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h24 # define le16toh(x) (x) macro
39 # define le16toh(x) __bswap_16 (x) macro
/external/iperf3/src/
Dportable_endian.h26 # define le16toh(x) letoh16(x) macro
51 # define le16toh(x) OSSwapLittleToHostInt16(x) macro
97 # define le16toh(x) (x) macro
115 # define le16toh(x) __builtin_bswap16(x) macro