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

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

Completed in 48 milliseconds