Home
last modified time | relevance | path

Searched refs:PY_UINT64_T (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/PC/
Dpyconfig.h421 #ifndef PY_UINT64_T
424 #define PY_UINT64_T unsigned PY_LONG_LONG macro
/external/python/cpython3/Modules/_sha3/
Dsha3module.c43 #elif SIZEOF_VOID_P == 8 && defined(PY_UINT64_T)
51 #if KeccakOpt == 64 && defined(PY_UINT64_T)
53 typedef PY_UINT64_T UINT64;
/external/python/cpython2/Include/
Dlongintrepr.h47 typedef PY_UINT64_T twodigits;
Dpyport.h114 #ifndef PY_UINT64_T
115 #define PY_UINT64_T uint64_t macro
/external/python/cpython3/PC/
Dpyconfig.h369 #define PY_UINT64_T uint64_t macro
/external/python/cpython3/Include/
Dpyport.h53 #define PY_UINT64_T uint64_t macro
/external/python/cpython2/Python/
Ddtoa.c162 #define ULLong PY_UINT64_T