Searched refs:UnalignedBytes (Results 1 – 3 of 3) sorted by relevance
1076 UINTN UnalignedBytes; in CopyVideoBuffer() local1100 UnalignedBytes = (4 - ((UINTN) VbeBuffer & 0x3)) & 0x3; in CopyVideoBuffer()1102 if (UnalignedBytes != 0) { in CopyVideoBuffer()1108 UnalignedBytes, in CopyVideoBuffer()1112 FrameBufferAddr += UnalignedBytes; in CopyVideoBuffer()1113 VbeBuffer += UnalignedBytes; in CopyVideoBuffer()1119 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2; in CopyVideoBuffer()1120 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()
2153 UINTN UnalignedBytes; in CopyVideoBuffer() local2177 UnalignedBytes = (4 - ((UINTN) VbeBuffer & 0x3)) & 0x3; in CopyVideoBuffer()2179 if (UnalignedBytes != 0) { in CopyVideoBuffer()2185 UnalignedBytes, in CopyVideoBuffer()2189 FrameBufferAddr += UnalignedBytes; in CopyVideoBuffer()2190 VbeBuffer += UnalignedBytes; in CopyVideoBuffer()2196 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2; in CopyVideoBuffer()2197 RemainingBytes = (TotalBytes - UnalignedBytes) & 3; in CopyVideoBuffer()