Home
last modified time | relevance | path

Searched refs:_PY_NSMALLNEGINTS (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_long.h53 assert(-_PY_NSMALLNEGINTS <= value && value < _PY_NSMALLPOSINTS); in __PyLong_GetSmallInt_internal()
54 size_t index = _PY_NSMALLNEGINTS + value; in __PyLong_GetSmallInt_internal()
Dpycore_interp.h206 #define _PY_NSMALLNEGINTS 5 macro
290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS];
/third_party/python/Objects/
Dlongobject.c24 #define NSMALLNEGINTS _PY_NSMALLNEGINTS