Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Platform / Pei / EarlyVideoPei / BitmapGetDataOffset.c
@Ajax Dong Ajax Dong 2 days ago 151 bytes Full restructure
int __fastcall BitmapGetDataOffset(int a1)
{
  int result; // eax

  result = 11 * (a1 / 2);
  if ( (a1 & 1) != 0 )
    result += 6;
  return result;
}