Home
last modified time | relevance | path

Searched defs:le16toh (Results 1 – 2 of 2) 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