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