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