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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c527 const unsigned char* pendbyte; /* MSB of bytes */ local
538 pendbyte = bytes + n - 1;
543 pendbyte = bytes;
548 is_signed = *pendbyte >= 0x80;
555 const unsigned char* p = pendbyte;

Completed in 300 milliseconds