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

/vbox/src/libs/zlib-1.2.6/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 184 milliseconds