Searched defs:pstartbyte (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.c525 const unsigned char* pstartbyte; /* LSB of bytes */ local
526 int incr; /* direction to move pstartbyte */
537 pstartbyte = bytes;
542 pstartbyte = bytes + n - 1;
595 const unsigned char* p = pstartbyte;

Completed in 1466 milliseconds