Home
last modified time | relevance | path

Searched defs: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
H A Dgetdate.c3366 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION; in get_date() local