Lines Matching refs:then
48 long long now, then; in calculate_timespace() local
59 then = get_time(); in calculate_timespace()
61 timed = (unsigned int)(then - now); in calculate_timespace()
70 then = get_time(); in calculate_timespace()
72 timed = (unsigned int)(then - now); in calculate_timespace()
94 long long now, then; in start_benchmark() local
142 then = get_time(); in start_benchmark()
143 performance_time += then - now - sleep_time; in start_benchmark()
148 (long)(then - now), sleep_time, in start_benchmark()
168 then = get_time(); in start_benchmark()
169 powersave_time += then - now - sleep_time; in start_benchmark()
174 (long)(then - now), sleep_time, in start_benchmark()