Home | History | Annotate | Download | only in liblog

Lines Matching refs:tv_nsec

38     tv_nsec = 0;
108 tv_nsec = 0;
112 tv_nsec = tv_nsec + (*ret - '0') * mul;
131 tv_nsec = 0;
142 if (this->tv_nsec < (unsigned long int)T.tv_nsec) {
144 this->tv_nsec = NS_PER_SEC + this->tv_nsec - T.tv_nsec;
146 this->tv_nsec -= T.tv_nsec;
159 if (this->tv_nsec < T.tv_nsec) {
161 this->tv_nsec = NS_PER_SEC + this->tv_nsec - T.tv_nsec;
163 this->tv_nsec -= T.tv_nsec;