Searched refs:UnalignedBytes (Results 1 – 3 of 3) sorted by relevance
1071 UINTN UnalignedBytes; in CopyVideoBuffer() local1095 UnalignedBytes = (4 - ((UINTN) VbeBuffer & 0x3)) & 0x3; in CopyVideoBuffer()1097 if (UnalignedBytes != 0) { in CopyVideoBuffer()1103 UnalignedBytes, in CopyVideoBuffer()1107 FrameBufferAddr += UnalignedBytes; in CopyVideoBuffer()1108 VbeBuffer += UnalignedBytes; in CopyVideoBuffer()1114 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2; in CopyVideoBuffer()1115 RemainingBytes = (TotalBytes - UnalignedBytes) & 3; in CopyVideoBuffer()
1823 UINTN UnalignedBytes; in CopyVideoBuffer() local1847 UnalignedBytes = (4 - ((UINTN) VbeBuffer & 0x3)) & 0x3; in CopyVideoBuffer()1849 if (UnalignedBytes != 0) { in CopyVideoBuffer()1855 UnalignedBytes, in CopyVideoBuffer()1859 FrameBufferAddr += UnalignedBytes; in CopyVideoBuffer()1860 VbeBuffer += UnalignedBytes; in CopyVideoBuffer()1866 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2; in CopyVideoBuffer()1867 RemainingBytes = (TotalBytes - UnalignedBytes) & 3; in CopyVideoBuffer()
2152 UINTN UnalignedBytes; in CopyVideoBuffer() local2176 UnalignedBytes = (4 - ((UINTN) VbeBuffer & 0x3)) & 0x3; in CopyVideoBuffer()2178 if (UnalignedBytes != 0) { in CopyVideoBuffer()2184 UnalignedBytes, in CopyVideoBuffer()2188 FrameBufferAddr += UnalignedBytes; in CopyVideoBuffer()2189 VbeBuffer += UnalignedBytes; in CopyVideoBuffer()2195 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2; in CopyVideoBuffer()2196 RemainingBytes = (TotalBytes - UnalignedBytes) & 3; in CopyVideoBuffer()