Home
last modified time | relevance | path

Searched refs:get_small_int (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Misc/
Dcoverity_model.c41 static PyObject *get_small_int(sdigit ival) in get_small_int() function
55 p = get_small_int(ival); in PyLong_FromLong()
/external/python/cpython3/Objects/
Dlongobject.c49 get_small_int(sdigit ival) in get_small_int() function
65 return get_small_int((sdigit)ival); \
75 return (PyLongObject *)get_small_int(ival); in maybe_small_long()