Searched refs:timeVal (Results 1 – 1 of 1) sorted by relevance
985 UInt64 timeVal; in CrcBench() local1001 timeVal = GetTimeCount(); in CrcBench()1017 timeVal = GetTimeCount(); in CrcBench()1021 timeVal = GetTimeCount() - timeVal; in CrcBench()1022 if (timeVal == 0) in CrcBench()1023 timeVal = 1; in CrcBench()1026 speed = MyMultDiv64(size, timeVal, GetFreq()); in CrcBench()