Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dintobject.c79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable
92 v = small_ints[ival + NSMALLNEGINTS]; in PyInt_FromLong()
1466 small_ints[ival + NSMALLNEGINTS] = v; in _PyInt_Init()
1508 small_ints[p->ob_ival + in PyInt_ClearFreeList()
1511 small_ints[p->ob_ival + in PyInt_ClearFreeList()
1539 q = small_ints; in PyInt_Fini()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt354 small_ints
/external/python/cpython3/Objects/
Dlongobject.c43 static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable
53 v = (PyObject *)&small_ints[ival + NSMALLNEGINTS]; in get_small_int()
5467 PyLongObject *v = small_ints; in _PyLong_Init()
5520 PyLongObject *v = small_ints; in PyLong_Fini()
/external/python/cpython2/Misc/
DHISTORY10220 add its valid ints back to the small_ints array if they are in range.
/external/python/cpython3/Misc/
DHISTORY27599 add its valid ints back to the small_ints array if they are in range.