Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_bitutils.h49 _Py_bswap32(uint32_t word) in _Py_bswap32() function
/third_party/python/Modules/
D_testinternalcapi.c51 uint32_t u32 = _Py_bswap32(UINT32_C(0x78563412)); in test_bswap()
Dsha256module.c75 *buffer = _Py_bswap32(*buffer); in longReverse()
/third_party/python/Modules/_ctypes/
Dcfield.c431 # define SWAP_INT _Py_bswap32
437 # define SWAP_LONG _Py_bswap32
/third_party/python/Objects/stringlib/
Dcodecs.h745 return _Py_bswap32(word); in STRINGLIB()