/* DxeIplLzmaGetProp @ 0xffc16d80 size=0x2f */
int __fastcall DxeIplLzmaGetProp(_DWORD *a1, unsigned int n8, _DWORD *a3, _DWORD *a4)
{
unsigned int n8_1; // eax
if ( n8 < 8 ) /*0xffc16d83*/
return -2147483646; /*0xffc16d83*/
n8_1 = *a1 + 8; /*0xffc16d87*/
if ( n8 < n8_1 || n8_1 < 8 ) /*0xffc16d91*/
return -2147483646; /*0xffc16da9*/
*a4 = 13368; /*0xffc16d97*/
*a3 = a1[1]; /*0xffc16da4*/
return 0; /*0xffc16da8*/
}