Searched refs:int_from_bytes_impl (Results 1 – 2 of 2) sorted by relevance
192 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()
5247 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl() function