Home
last modified time | relevance | path

Searched refs:time_ns (Results 1 – 2 of 2) sorted by relevance

/support/
A Dtst-timespec.c29 time_t time_ns; member
53 .time_ns = 0,
56 .time_ns = 1,
59 .time_ns = TIMESPEC_HZ,
65 .time_ns = -1,
87 .time_ns = TIME_T_MAX,
97 .time_ns = TIME_T_MIN,
101 .time_ns = TIME_T_MAX,
105 .time_ns = TIME_T_MIN,
110 .time_ns = TIME_T_MAX,
[all …]
A Dtimespec.c68 time_t time_ns; in support_timespec_ns() local
69 if (INT_MULTIPLY_WRAPV(time.tv_sec, TIMESPEC_HZ, &time_ns)) in support_timespec_ns()
71 if (INT_ADD_WRAPV(time_ns, time.tv_nsec, &time_ns)) in support_timespec_ns()
73 return time_ns; in support_timespec_ns()

Completed in 6 milliseconds