Searched refs:PY_INT64_T (Results 1 – 8 of 8) sorted by relevance
438 #ifndef PY_INT64_T441 #define PY_INT64_T PY_LONG_LONG macro
48 typedef PY_INT64_T stwodigits; /* signed variant of twodigits */
135 #ifndef PY_INT64_T136 #define PY_INT64_T int64_t macro
70 PyAPI_FUNC(PyInterpreterState *) _PyInterpreterState_LookUpID(PY_INT64_T);
352 #define PY_INT64_T int64_t macro
57 #define PY_INT64_T int64_t macro
274 _PyInterpreterState_LookUpID(PY_INT64_T requested_id) in _PyInterpreterState_LookUpID()281 PY_INT64_T id = PyInterpreterState_GetID(interp); in _PyInterpreterState_LookUpID()
1021 .. c:function:: PY_INT64_T PyInterpreterState_GetID(PyInterpreterState *interp)