Home
last modified time | relevance | path

Searched defs:le64toh (Results 1 – 2 of 2) sorted by relevance

/external/kmod/port-gnu/
Dendian-darwin.h37 # define le64toh(x) OSSwapLittleToHostInt64(x) macro
59 # define le64toh(x) letoh64(x) macro
81 # define le64toh(x) (x) macro
99 # define le64toh(x) __builtin_bswap64(x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h34 # define le64toh(x) (x) macro
49 # define le64toh(x) __bswap_64 (x) macro