Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dgetdate.c3224 long int sum_ns = pc.seconds.tv_nsec + pc.rel_ns; in get_date() local
3225 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION; in get_date()
3233 long int d4 = (sum_ns - normalized_ns) / BILLION; in get_date()