Searched defs:_le64toh (Results 1 – 1 of 1) sorted by relevance
331 # define _le64toh(x) ((uint64_t)(x)) macro333 # define _le64toh(x) OSSwapLittleToHostInt64(x) macro335 # define _le64toh(x) le64toh(x) macro337 # define _le64toh(x) (((uint64_t)(x) << 56) | \ macro