Home
last modified time | relevance | path

Searched refs:_PyLong_FormatBytesWriter (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dlongobject.h184 PyAPI_FUNC(char*) _PyLong_FormatBytesWriter(
/external/python/cpython3/Objects/
Dbytesobject.c873 res = _PyLong_FormatBytesWriter(&writer, res, in _PyBytes_FormatEx()
Dlongobject.c1958 _PyLong_FormatBytesWriter(_PyBytesWriter *writer, char *str, in _PyLong_FormatBytesWriter() function