Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dlongobject.c891 twodigits thisbyte = *p; in _PyLong_FromByteArray() local
894 thisbyte = (0xff ^ thisbyte) + carry; in _PyLong_FromByteArray()
895 carry = thisbyte >> 8; in _PyLong_FromByteArray()
896 thisbyte &= 0xff; in _PyLong_FromByteArray()
898 /* Because we're going LSB to MSB, thisbyte is in _PyLong_FromByteArray()
901 accum |= thisbyte << accumbits; in _PyLong_FromByteArray()

Completed in 9 milliseconds