Home
last modified time | relevance | path

Searched refs:small_ints (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_long.h20 PyObject *obj = (PyObject*)interp->small_ints[index]; in __PyLong_GetSmallInt_internal()
Dpycore_interp.h290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS]; member
/third_party/python/Tools/c-analyzer/
DTODO157 Objects/longobject.c:small_ints static PyLongObject small_ints[NSM…
/third_party/python/Objects/
Dlongobject.c5721 interp->small_ints[i] = v; in _PyLong_Init()
5743 Py_CLEAR(interp->small_ints[i]); in _PyLong_Fini()
/third_party/python/Misc/
DHISTORY27599 add its valid ints back to the small_ints array if they are in range.