Newer
Older
AMI-Aptio-BIOS-Reversed / DxeIpl / DxeIplLzmaGetNumBits.c
@Ajax Dong Ajax Dong 2 days ago 466 bytes Init
/* DxeIplLzmaGetNumBits @ 0xffc18924 size=0x23 */
char __cdecl DxeIplLzmaGetNumBits(unsigned int DxeIpl, int a2)
{
  unsigned int DxeIpl_1; // ecx

  if ( DxeIpl > DxeIpl_1 ) /*0xffc1892a*/
    goto LABEL_4; /*0xffc1892a*/
  if ( DxeIpl_1 < DxeIpl + a2 ) /*0xffc18934*/
    return 1; /*0xffc18943*/
  if ( DxeIpl >= DxeIpl_1 ) /*0xffc18938*/
  {
LABEL_4:
    if ( DxeIpl < DxeIpl_1 + 8 ) /*0xffc1893f*/
      return 1; /*0xffc1893f*/
  }
  return 0; /*0xffc18943*/
}