Home
last modified time | relevance | path

Searched defs:small_ints (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_interp.h290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS]; member
/external/python/cpython2/Objects/
Dintobject.c79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable