Home
last modified time | relevance | path

Searched refs:long_new_impl (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
H A Dlongobject.c.h6 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase);
36 return_value = long_new_impl(type, x, obase); in long_new()
/third_party/python/Objects/
H A Dlongobject.c5354 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase) in long_new_impl() function
5411 tmp = (PyLongObject *)long_new_impl(&PyLong_Type, x, obase); in long_subtype_new()

Completed in 8 milliseconds