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