Searched defs:le64toh (Results 1 – 4 of 4) sorted by relevance
37 # define le64toh(x) OSSwapLittleToHostInt64(x) macro59 # define le64toh(x) letoh64(x) macro81 # define le64toh(x) (x) macro99 # define le64toh(x) __builtin_bswap64(x) macro
34 # define le64toh(x) (x) macro49 # define le64toh(x) __bswap_64 (x) macro
67 # define le64toh(x) (x) macro
64 # define le64toh(x) swap64(x) macro