Searched refs:small_ints (Results 1 – 5 of 5) sorted by relevance
79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable92 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()
354 small_ints
43 static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable53 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()
10220 add its valid ints back to the small_ints array if they are in range.
27599 add its valid ints back to the small_ints array if they are in range.