Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlongobject.c529 const unsigned char* pendbyte; /* MSB of bytes */ in _PyLong_FromByteArray() local
540 pendbyte = bytes + n - 1; in _PyLong_FromByteArray()
545 pendbyte = bytes; in _PyLong_FromByteArray()
550 is_signed = *pendbyte >= 0x80; in _PyLong_FromByteArray()
557 const unsigned char* p = pendbyte; in _PyLong_FromByteArray()