Searched defs:Py_intptr_t (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h147 typedef intptr_t Py_intptr_t; typedef
151 typedef int Py_intptr_t; typedef
155 typedef long Py_intptr_t; typedef
159 typedef PY_LONG_LONG Py_intptr_t; typedef
172 typedef Py_intptr_t Py_ssize_t;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h160 typedef intptr_t Py_intptr_t; typedef
164 typedef int Py_intptr_t; typedef
168 typedef long Py_intptr_t; typedef
172 typedef PY_LONG_LONG Py_intptr_t; typedef
185 typedef Py_intptr_t Py_ssize_t;

Completed in 1060 milliseconds