Home
last modified time | relevance | path

Searched refs:PY_UINT64_T (Results 1 – 4 of 4) 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/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/cpython2/Python/
Ddtoa.c162 #define ULLong PY_UINT64_T