Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h796 # define PY_BIG_ENDIAN 1 macro
799 # define PY_BIG_ENDIAN 0 macro
/third_party/python/Modules/_sha3/
Dsha3module.c40 #elif PY_BIG_ENDIAN
63 #if PY_BIG_ENDIAN
/third_party/python/Modules/_ctypes/
Dstgdict.c371 big_endian = !PY_BIG_ENDIAN; in PyCStructUnionType_update_stgdict()
374 big_endian = PY_BIG_ENDIAN; in PyCStructUnionType_update_stgdict()
/third_party/python/Modules/
D_randommodule.c329 #if PY_BIG_ENDIAN in random_seed()
Darraymodule.c1828 const int is_big_endian = PY_BIG_ENDIAN; in typecode_to_mformat_code()
/third_party/python/Modules/_io/
Dtextio.c731 #if PY_BIG_ENDIAN in utf16_encode()
760 #if PY_BIG_ENDIAN in utf32_encode()
2335 #if PY_BIG_ENDIAN
/third_party/python/Python/
Dsysmodule.c2842 #if PY_BIG_ENDIAN in _PySys_InitCore()
/third_party/python/Objects/
Dunicodeobject.c6247 #if PY_BIG_ENDIAN in _PyUnicode_EncodeUTF16()
/third_party/python/Misc/
DHISTORY6309 - Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified