Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h749 #define PY_BIG_ENDIAN 1 macro
752 #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/
D_randommodule.c298 #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()
2209 #if PY_BIG_ENDIAN
/external/python/cpython3/Python/
Dsysmodule.c2351 #if PY_BIG_ENDIAN in _PySys_BeginInit()
/external/python/cpython3/Objects/
Dunicodeobject.c5733 #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