Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_bitutils.h5 - _Py_bswap16(uint16_t)
34 _Py_bswap16(uint16_t word) in _Py_bswap16() function
/third_party/python/Modules/
H A D_testinternalcapi.c50 uint16_t u16 = _Py_bswap16(UINT16_C(0x3412)); in test_bswap()
53 "_Py_bswap16(0x3412) returns %u", u16); in test_bswap()
/third_party/python/Modules/_ctypes/
H A Dcfield.c426 # define SWAP_SHORT _Py_bswap16

Completed in 4 milliseconds