Home | History | Annotate | Download | only in Objects

Lines Matching full:small_ints

31 static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS];
41 v = (PyObject *)&small_ints[ival + NSMALLNEGINTS];
3119 small_ints, so negating it in-place is safe. */
5511 PyLongObject *v = small_ints;
5555 PyLongObject *v = small_ints;