Searched refs:small_ints (Results 1 – 5 of 5) sorted by relevance
20 PyObject *obj = (PyObject*)interp->small_ints[index]; in __PyLong_GetSmallInt_internal()
290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS]; member
157 Objects/longobject.c:small_ints static PyLongObject small_ints[NSM…
5721 interp->small_ints[i] = v; in _PyLong_Init()5743 Py_CLEAR(interp->small_ints[i]); in _PyLong_Fini()
27599 add its valid ints back to the small_ints array if they are in range.