Home
last modified time | relevance | path

Searched defs:PY_ULLONG_MAX (Results 1 – 4 of 4) 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
/external/python/cpython3/PC/
Dpyconfig.h225 #define PY_ULLONG_MAX ULLONG_MAX macro
252 # 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.h49 #define PY_ULLONG_MAX ULLONG_MAX macro