Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_bitutils.h6 - _Py_bswap32(uint32_t)
49 _Py_bswap32(uint32_t word) in _Py_bswap32() function
/third_party/python/Modules/
H A D_testinternalcapi.c16 #include "pycore_bitutils.h" // _Py_bswap32()
57 uint32_t u32 = _Py_bswap32(UINT32_C(0x78563412)); in test_bswap()
60 "_Py_bswap32(0x78563412) returns %lu", u32); in test_bswap()
H A Dsha256module.c23 #include "pycore_bitutils.h" // _Py_bswap32()
78 *buffer = _Py_bswap32(*buffer); in longReverse()
/third_party/python/Modules/_ctypes/
H A Dcfield.c11 #include "pycore_bitutils.h" // _Py_bswap32()
432 # define SWAP_INT _Py_bswap32
438 # define SWAP_LONG _Py_bswap32
/third_party/python/Objects/stringlib/
H A Dcodecs.h7 #include "pycore_bitutils.h" // _Py_bswap32()
756 return _Py_bswap32(word);

Completed in 5 milliseconds