Home
last modified time | relevance | path

Searched defs:le64toh (Results 1 – 4 of 4) 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
/external/libmtp/src/
Dgphoto2-endian-intel.h67 # define le64toh(x) (x) macro
Dgphoto2-endian-ppc.h64 # define le64toh(x) swap64(x) macro