Home
last modified time | relevance | path

Searched refs:int_to_bytes_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h193 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()
/external/python/cpython3/Objects/
Dlongobject.c5477 int_to_bytes_impl(PyObject *self, Py_ssize_t length, PyObject *byteorder, in int_to_bytes_impl() function