Searched refs:now (Results 1 – 2 of 2) sorted by relevance
123 hp_timing_t now; in gettime() local124 HP_TIMING_NOW (now); in gettime()125 e->time_low = now & 0xffffffff; in gettime()126 e->time_high = now >> 32; in gettime()128 struct __timespec64 now; in gettime()130 __clock_gettime64 (CLOCK_REALTIME, &now); in gettime()131 usecs = (uint64_t)now.tv_nsec / 1000 + (uint64_t)now.tv_sec * 1000000; in gettime()
373 uint64_t now; in main() local377 now = ((uint64_t) entry.time_high) << 32 | entry.time_low; in main()385 previously = now; in main()456 uint64_t now; in main() local460 now = ((uint64_t) entry.time_high) << 32 | entry.time_low; in main()461 xpos = 40 + ((xsize - 80) * (now - start_time)) / total_time; in main()
Completed in 8 milliseconds