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