Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlongobject.c731 const unsigned char* pstartbyte; /* LSB of bytes */ in _PyLong_FromByteArray() local
743 pstartbyte = bytes; in _PyLong_FromByteArray()
748 pstartbyte = bytes + n - 1; in _PyLong_FromByteArray()
801 const unsigned char* p = pstartbyte; in _PyLong_FromByteArray()