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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2104 UINTN UnalignedBytes; local
2128 UnalignedBytes = (4 - ((UINTN) VbeBuffer & 0x3)) & 0x3;
2130 if (UnalignedBytes != 0) {
2136 UnalignedBytes,
2140 FrameBufferAddr += UnalignedBytes;
2141 VbeBuffer += UnalignedBytes;
2147 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2;
2148 RemainingBytes = (TotalBytes - UnalignedBytes) & 3;

Completed in 37 milliseconds