Searched defs:Py_ssize_t (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h165 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
170 typedef ssize_t Py_ssize_t; typedef
172 typedef Py_intptr_t Py_ssize_t; typedef
174 # error "Python needs a typedef for Py_ssize_t in pyport.h."
188 /* Largest positive value of type Py_ssize_t. */
189 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
190 /* Smallest negative value of type Py_ssize_t. */
198 * format to convert an argument with the width of a size_t or Py_ssize_t.
204 * the platform C requires to convert a size_t/Py_ssize_t argumen
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t; typedef
185 typedef Py_intptr_t Py_ssize_t; typedef
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
211 * format to convert an argument with the width of a size_t or Py_ssize_t.
217 * the platform C requires to convert a size_t/Py_ssize_t argumen
[all...]
/vbox/src/libs/xpcom18a4/python/src/
H A DPyXPCOM.h118 typedef int Py_ssize_t; typedef

Completed in 66 milliseconds