Home
last modified time | relevance | path

Searched refs:PY_UINT32_T (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/PC/
Dpyconfig.h411 #ifndef PY_UINT32_T
414 #define PY_UINT32_T unsigned int macro
417 #define PY_UINT32_T unsigned long macro
/external/python/cpython2/Include/
Dlongintrepr.h45 typedef PY_UINT32_T digit;
Dpyport.h101 #ifndef PY_UINT32_T
102 #define PY_UINT32_T uint32_t macro
/external/python/cpython2/Python/
Ddtoa.c155 typedef PY_UINT32_T ULong;