Searched refs:_le64toh (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Python/
H A Dpyhash.c331 # define _le64toh(x) ((uint64_t)(x)) macro
333 # define _le64toh(x) OSSwapLittleToHostInt64(x) macro
335 # define _le64toh(x) le64toh(x) macro
337 # define _le64toh(x) (((uint64_t)(x) << 56) | \ macro
369 uint64_t k0 = _le64toh(_Py_HashSecret.siphash.k0);
370 uint64_t k1 = _le64toh(_Py_HashSecret.siphash.k1);
384 uint64_t mi = _le64toh(*in);
404 b |= _le64toh(t);

Completed in 224 milliseconds