char __fastcall RtlpDetermineHotPatchExtent(int a1, _DWORD *a2, _DWORD *a3){
int v3;
v3 = a1 & 0xFC000;
if( v3 == 114688 )
{
*a2 = -6;
goto LABEL_10;
}
if( v3 == 180224 )
{
LABEL_8:
*a2 = 0;
LABEL_10:
*a3 = 8;
return 1;
}
if( v3 != 245760 )
{
if( v3 != 376832 && v3 != 491520 )
return 0;
goto LABEL_8;
}
*a2 = 0;
*a3 = 4;
return 1;
}