CHAR __stdcall PopIsDataAccruedByPowerRequestStats(INT64 a1){
CHAR v1;
unsigned int v3;
_QWORD *v4;
bool *v5;
__int64 v7;
v1 = 0;
v7 = 0i64;
v3 = 0;
while( 1 )
{
LODWORD(v4) = PopGetStopWatchByRequestType(a1, v3);
if( v4 )
{
PoQueryStopWatch(v4, &v7, v5);
if( v7 )
break;
}
if( ++v3 >= 4 )
return v1;
}
return 1;
}