Searched refs:oflow (Results 1 – 2 of 2) sorted by relevance
23 bool oflow; in timespec_add_ms() local26 oflow = ts->tv_nsec >= NSEC_PER_SEC; in timespec_add_ms()27 ts->tv_sec += oflow; in timespec_add_ms()28 ts->tv_nsec -= oflow * NSEC_PER_SEC; in timespec_add_ms()
172 bool oflow; in timespec_add_ms() local175 oflow = ts->tv_nsec >= NSEC_PER_SEC; in timespec_add_ms()176 ts->tv_sec += oflow; in timespec_add_ms()177 ts->tv_nsec -= oflow * NSEC_PER_SEC; in timespec_add_ms()