Home
last modified time | relevance | path

Searched refs:small_ints (Results 1 – 2 of 2) 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()
1463 small_ints[ival + NSMALLNEGINTS] = v; in _PyInt_Init()
1505 small_ints[p->ob_ival + in PyInt_ClearFreeList()
1508 small_ints[p->ob_ival + in PyInt_ClearFreeList()
1536 q = small_ints; in PyInt_Fini()
/external/python/cpython2/Misc/
DHISTORY10220 add its valid ints back to the small_ints array if they are in range.