Home
last modified time | relevance | path

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

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