Home
last modified time | relevance | path

Searched refs:PY_INT64_T (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/PC/
Dpyconfig.h438 #ifndef PY_INT64_T
441 #define PY_INT64_T PY_LONG_LONG macro
/external/python/cpython2/Include/
Dlongintrepr.h48 typedef PY_INT64_T stwodigits; /* signed variant of twodigits */
Dpyport.h135 #ifndef PY_INT64_T
136 #define PY_INT64_T int64_t macro
/external/python/cpython3/Include/internal/
Dpycore_pystate.h140 PyAPI_FUNC(struct _is*) _PyInterpreterState_LookUpID(PY_INT64_T);
/external/python/cpython3/PC/
Dpyconfig.h355 #define PY_INT64_T int64_t macro
/external/python/cpython3/Objects/
Dinterpreteridobject.c272 PY_INT64_T id = PyInterpreterState_GetID(interp); in _PyInterpreterState_GetIDObject()
/external/python/cpython3/Python/
Dpystate.c425 interp_look_up_id(_PyRuntimeState *runtime, PY_INT64_T requested_id) in interp_look_up_id()
429 PY_INT64_T id = PyInterpreterState_GetID(interp); in interp_look_up_id()
442 _PyInterpreterState_LookUpID(PY_INT64_T requested_id) in _PyInterpreterState_LookUpID()
/external/python/cpython3/Include/
Dpyport.h78 #define PY_INT64_T int64_t macro
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c2136 PY_INT64_T id = 0; in interp_get_main()
/external/python/cpython3/Doc/c-api/
Dinit.rst1059 .. c:function:: PY_INT64_T PyInterpreterState_GetID(PyInterpreterState *interp)