FUN_14008d780

2026-05-31 08:35


/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */

ulonglong FUN_14008d780(void)

{
BOOL BVar1; //boolean as I understand
ulonglong uVar2; //max unsigned long long max MAX_LONG
longlong local_res8 [4];

if (_DAT_1400cc8d0 != -1) { //if global char != -1 so not error
local_res8[0] = 0;
BVar1 = QueryPerformanceCounter(local_res8); //get time stamp if I remeber right
if ((BVar1 != 0) && (local_res8[0] = local_res8[0] - _DAT_1400cc8d0, -1 < local_res8[0])) {
uVar2 = ((local_res8[0] % DAT_1400cc8c8) * 1000) / DAT_1400cc8c8 +
(local_res8[0] / DAT_1400cc8c8) * 1000;
if (0x7fffffff < (longlong)uVar2) {
uVar2 = 0xffffffff;
}
return uVar2 & 0xffffffff;
}
}
return 0xffffffff;
}