INT64 __stdcall PpmGetExitSamplingCountdown(){
unsigned int v0;
INT64 result;
v0 = PpmExitLatencySamplingPercentage;
result = 0i64;
if( (unsigned int)PpmExitLatencySamplingPercentage > 0x64 )
v0 = 100;
if( v0 )
return 0x64 / v0;
return result;
}