Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h192 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj,
209 return_value = int_from_bytes_impl(type, bytes_obj, byteorder, is_signed); in int_from_bytes()
/external/python/cpython3/Objects/
Dlongobject.c5247 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl() function