Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpyhash.c336 # define _le64toh(x) ((uint64_t)(x)) macro
338 # define _le64toh(x) OSSwapLittleToHostInt64(x) macro
340 # define _le64toh(x) le64toh(x) macro
342 # define _le64toh(x) (((uint64_t)(x) << 56) | \ macro