Searched defs:le64toh (Results 1 – 5 of 5) 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
32 # define le64toh(x) letoh64(x) macro61 # define le64toh(x) OSSwapLittleToHostInt64(x) macro107 # define le64toh(x) (x) macro125 # define le64toh(x) __builtin_bswap64(x) macro
34 # define le64toh(x) (x) macro49 # define le64toh(x) __bswap_64 (x) macro
37 #define le64toh(v) OSSwapLittleToHostInt64(v) macro58 #define le64toh(v) (v) macro78 #define le64toh(v) __builtin_bswap64(v) macro
66 #define le64toh(x) ((uint64_t)(x)) macro80 #define le64toh(x) bswap64((x)) macro