Home
last modified time | relevance | path

Searched refs:PY_ULLONG_MAX (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dpyport.h74 #define PY_ULLONG_MAX ULLONG_MAX macro
79 #define PY_ULLONG_MAX (__LONG_LONG_MAX__*2ULL + 1ULL) macro
82 #define PY_ULLONG_MAX (~0ULL) macro
83 #define PY_LLONG_MAX ((long long)(PY_ULLONG_MAX>>1))
/external/python/cpython3/PC/
Dpyconfig.h222 #define PY_ULLONG_MAX ULLONG_MAX macro
249 # define PY_ULLONG_MAX _UI64_MAX macro
/external/python/cpython2/PC/
Dpyconfig.h289 #define PY_ULLONG_MAX ULLONG_MAX macro
317 # define PY_ULLONG_MAX _UI64_MAX macro
/external/python/cpython3/Include/
Dpyport.h70 #define PY_ULLONG_MAX ULLONG_MAX macro
/external/python/cpython2/Modules/
D_testcapimodule.c2982 PyModule_AddObject(m, "ULLONG_MAX", PyLong_FromUnsignedLongLong(PY_ULLONG_MAX)); in init_testcapi()
/external/python/cpython3/Misc/
DHISTORY11480 - Issue #10325: Fix two issues in the fallback definitions for PY_ULLONG_MAX and