Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_bitutils.h7 - _Py_bswap64(uint64_t)
66 _Py_bswap64(uint64_t word) in _Py_bswap64() function
/third_party/python/Modules/
H A D_testinternalcapi.c64 uint64_t u64 = _Py_bswap64(UINT64_C(0xEFCDAB9078563412)); in test_bswap()
67 "_Py_bswap64(0xEFCDAB9078563412) returns %llu", u64); in test_bswap()
H A Dsha512module.c23 #include "pycore_bitutils.h" // _Py_bswap64()
66 *buffer = _Py_bswap64(*buffer); in longReverse()
/third_party/python/Modules/_ctypes/
H A Dcfield.c440 # define SWAP_LONG _Py_bswap64
446 # define SWAP_LONG_LONG _Py_bswap64

Completed in 4 milliseconds