Searched defs:small_ints (Results 1 – 3 of 3) sorted by relevance
23 auto small_ints = input | std::views::take_while(small); in main() local
290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS]; member
79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable