Searched refs:_PY_NSMALLNEGINTS (Results 1 – 3 of 3) sorted by relevance
53 assert(-_PY_NSMALLNEGINTS <= value && value < _PY_NSMALLPOSINTS); in __PyLong_GetSmallInt_internal()54 size_t index = _PY_NSMALLNEGINTS + value; in __PyLong_GetSmallInt_internal()
206 #define _PY_NSMALLNEGINTS 5 macro290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS];
24 #define NSMALLNEGINTS _PY_NSMALLNEGINTS