Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h776 #define PY_BIG_ENDIAN 1 macro
779 #define PY_BIG_ENDIAN 0 macro
/external/python/cpython3/Modules/_sha3/
Dsha3module.c40 #elif PY_BIG_ENDIAN
63 #if PY_BIG_ENDIAN
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c371 big_endian = !PY_BIG_ENDIAN; in PyCStructUnionType_update_stgdict()
374 big_endian = PY_BIG_ENDIAN; in PyCStructUnionType_update_stgdict()
/external/python/cpython3/Modules/
D_randommodule.c311 #if PY_BIG_ENDIAN in random_seed()
Darraymodule.c1819 const int is_big_endian = PY_BIG_ENDIAN; in typecode_to_mformat_code()
/external/python/cpython3/Modules/_io/
Dtextio.c728 #if PY_BIG_ENDIAN in utf16_encode()
757 #if PY_BIG_ENDIAN in utf32_encode()
2283 #if PY_BIG_ENDIAN
/external/python/cpython3/Python/
Dsysmodule.c2689 #if PY_BIG_ENDIAN in _PySys_InitCore()
/external/python/cpython3/Objects/
Dunicodeobject.c5881 #if PY_BIG_ENDIAN in _PyUnicode_EncodeUTF16()
/external/python/cpython3/Misc/
DHISTORY6309 - Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified