Searched defs:le16toh (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/cgpt/
H A Dcgpt_endian.h14 #ifndef le16toh
24 # define le16toh(x) (x) macro
39 # define le16toh(x) __bswap_16 (x) macro
/external/kmod/port-gnu/
H A 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

Completed in 119 milliseconds