Lines Matching refs:tv_nsec
54 * tv_nsec is of type 'long', and on a 64-bit machine using only
63 if (x.tv_nsec < -3l * NANOSECONDS ||
64 x.tv_nsec > 3l * NANOSECONDS) {
65 z = x.tv_nsec / NANOSECONDS;
66 x.tv_nsec -= z * NANOSECONDS;
74 if (x.tv_nsec < 0)
76 x.tv_nsec += NANOSECONDS;
78 } while (x.tv_nsec < 0);
79 else if (x.tv_nsec >= NANOSECONDS)
81 x.tv_nsec -= NANOSECONDS;
83 } while (x.tv_nsec >= NANOSECONDS);
98 if (c.tv_nsec != 0) {
100 c.tv_nsec = NANOSECONDS - c.tv_nsec;
123 r = (a.tv_nsec > b.tv_nsec) -
124 (a.tv_nsec < b.tv_nsec);
142 r = (a.tv_nsec > 0);
161 y.l_uf = TVNTOF(v.tv_nsec);
182 out.tv_nsec = FTOTVN(absx.l_uf);
186 out.tv_nsec = -out.tv_nsec;
200 out.tv_nsec = FTOTVN(x.l_uf);
221 out.tv_nsec = FTOTVN(x.l_uf);