Searched refs:tickSecShifted (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/testzlib/
H A Dtestzlib.c96 DWORDLONG ticksShifted,tickSecShifted; local
109 tickSecShifted = Int64ShrlMod32(*(DWORDLONG*)&ticksPerSecond,dwLog);
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
/haiku-buildtools/binutils/zlib/contrib/testzlib/
H A Dtestzlib.c96 DWORDLONG ticksShifted,tickSecShifted; local
109 tickSecShifted = Int64ShrlMod32(*(DWORDLONG*)&ticksPerSecond,dwLog);
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));

Completed in 40 milliseconds