Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dlongobject.c.h329 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj,
365 return_value = int_from_bytes_impl(type, bytes_obj, byteorder, is_signed); in int_from_bytes()
/third_party/python/Objects/
Dlongobject.c5516 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl() function