Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpyhash.c338 # define _le64toh(x) ((uint64_t)(x)) macro
340 # define _le64toh(x) OSSwapLittleToHostInt64(x) macro
342 # define _le64toh(x) le64toh(x) macro
344 # define _le64toh(x) (((uint64_t)(x) << 56) | \ macro
390 mi = _le64toh(mi); in siphash24()
409 b |= _le64toh(t); in siphash24()
434 _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1), in pysiphash()