Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dtimespec.h97 uint64_t b_sec = b / NSEC_PER_SEC; in timespec_add_nsec() local
99 bool overflow = (b_sec > (uint64_t)TIME_T_MAX) || in timespec_add_nsec()
100 ((uint64_t)a->tv_sec > (uint64_t)TIME_T_MAX - b_sec); in timespec_add_nsec()
102 r->tv_sec = (uint64_t)a->tv_sec + b_sec; in timespec_add_nsec()