Home | History | Annotate | Download | only in Objects

Lines Matching full:small_ints

79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS];
92 v = small_ints[ival + NSMALLNEGINTS];
1463 small_ints[ival + NSMALLNEGINTS] = v;
1505 small_ints[p->ob_ival +
1508 small_ints[p->ob_ival +
1536 q = small_ints;