Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlongobject.c734 const unsigned char* pstartbyte; /* LSB of bytes */ in _PyLong_FromByteArray() local
746 pstartbyte = bytes; in _PyLong_FromByteArray()
751 pstartbyte = bytes + n - 1; in _PyLong_FromByteArray()
804 const unsigned char* p = pstartbyte; in _PyLong_FromByteArray()