Searched refs:int_to_bytes_impl (Results 1 – 2 of 2) sorted by relevance
253 int_to_bytes_impl(PyObject *self, Py_ssize_t length, PyObject *byteorder,314 return_value = int_to_bytes_impl(self, length, byteorder, is_signed); in int_to_bytes()
5861 int_to_bytes_impl(PyObject *self, Py_ssize_t length, PyObject *byteorder, in int_to_bytes_impl() function