Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetdate.y1457 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION; in get_date() local
1465 long int d4 = (sum_ns - normalized_ns) / BILLION; in get_date()
1477 result->tv_nsec = normalized_ns; in get_date()
H A Dgetdate.c3366 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION; in get_date() local
3374 long int d4 = (sum_ns - normalized_ns) / BILLION; in get_date()
3386 result->tv_nsec = normalized_ns; in get_date()