Home
last modified time | relevance | path

Searched defs:Py_uintptr_t (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpyport.h159 typedef uintptr_t Py_uintptr_t; typedef
163 typedef unsigned int Py_uintptr_t; typedef
167 typedef unsigned long Py_uintptr_t; typedef
171 typedef unsigned PY_LONG_LONG Py_uintptr_t; typedef
/external/python/cpython3/Include/
Dpyport.h97 typedef uintptr_t Py_uintptr_t; typedef