Searched refs:NSECS_PER_SEC (Results 1 – 3 of 3) sorted by relevance
30 my $NSECS_PER_SEC = 1000000000;36 return $secs * $NSECS_PER_SEC + $nsecs;42 return $nsecs / $NSECS_PER_SEC;48 return $nsecs % $NSECS_PER_SEC;
18 NSECS_PER_SEC = 1000000000 variable24 return secs * NSECS_PER_SEC + nsecs27 return nsecs / NSECS_PER_SEC30 return nsecs % NSECS_PER_SEC
24 #define NSECS_PER_SEC 1000000000 macro451 diff = NSECS_PER_SEC * (int64_t)((int) t1.tv_sec - (int) t2.tv_sec); in calcdiff_ns()482 } while (calcdiff_ns(now, start) < NSECS_PER_SEC); in check_sigev_none()539 } while (calcdiff_ns(now, start) < NSECS_PER_SEC); in check_gettime()590 } while (calcdiff_ns(now, start) < NSECS_PER_SEC); in check_overrun()