Home
last modified time | relevance | path

Searched refs:pstartbyte (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dlongobject.c818 const unsigned char* pstartbyte; /* LSB of bytes */ in _PyLong_FromByteArray() local
819 int incr; /* direction to move pstartbyte */ in _PyLong_FromByteArray()
830 pstartbyte = bytes; in _PyLong_FromByteArray()
835 pstartbyte = bytes + n - 1; in _PyLong_FromByteArray()
888 const unsigned char* p = pstartbyte; in _PyLong_FromByteArray()

Completed in 9 milliseconds