Searched refs:Py_intptr_t (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | pyport.h | 160 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;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pyport.h | 121 typedef intptr_t Py_intptr_t; typedef 134 typedef Py_intptr_t Py_ssize_t;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pyport.h | 121 typedef intptr_t Py_intptr_t; typedef 134 typedef Py_intptr_t Py_ssize_t;
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pyport.h | 121 typedef intptr_t Py_intptr_t; typedef 134 typedef Py_intptr_t Py_ssize_t;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pyport.h | 121 typedef intptr_t Py_intptr_t; typedef 134 typedef Py_intptr_t Py_ssize_t;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pyport.h | 121 typedef intptr_t Py_intptr_t; typedef 134 typedef Py_intptr_t Py_ssize_t;
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 3387 Py_intptr_t spawnval; in posix_spawnv() 3477 Py_intptr_t spawnval; in posix_spawnve() 3635 Py_intptr_t spawnval; in posix_spawnvp() 3716 Py_intptr_t spawnval; in posix_spawnvpe() 5605 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen() 5616 fd1 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen() 5627 fd1 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen() 5638 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen() 5664 fd1 = _open_osfhandle((Py_intptr_t)hChildStdinWrDup, mode); in _PyPopen() 5666 fd2 = _open_osfhandle((Py_intptr_t)hChildStdoutRdDup, mode); in _PyPopen() [all …]
|
D | selectmodule.c | 1388 : CMP((Py_intptr_t)s->e.udata, (Py_intptr_t)o->e.udata) in kqueue_event_richcompare()
|
D | socketmodule.c | 2367 Py_intptr_t fd;
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 139 Py_intptr_t handle; in msvcrt_get_osfhandle()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 854 type,Py_intptr_t,3.2,,
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 292 [typedef.Py_intptr_t]
|