Searched defs:r_byte (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c493 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p)) macro
512 x = r_byte(p);
513 x |= r_byte(p) << 8;
641 int type = r_byte(p);
705 n = r_byte(p);
746 n = r_byte(p);
759 n = r_byte(p);

Completed in 62 milliseconds