Searched refs:NSEC_PER_SEC (Results 1 – 3 of 3) sorted by relevance
42 #define NSEC_PER_SEC 1000000000ULL macro159 time->tv_sec += time->tv_nsec / NSEC_PER_SEC; in time_add()160 time->tv_nsec %= NSEC_PER_SEC; in time_add()
62 #define NSEC_PER_SEC 1000000000LL macro
1033 nsecs_t capture_time = (nsecs_t)tv->tv_sec * NSEC_PER_SEC + in captureResultCb()