Searched refs:normalized_ns (Results 1 – 2 of 2) sorted by relevance
1457 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION; in get_date() local1465 long int d4 = (sum_ns - normalized_ns) / BILLION; in get_date()1477 result->tv_nsec = normalized_ns; in get_date()
3366 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION; in get_date() local3374 long int d4 = (sum_ns - normalized_ns) / BILLION; in get_date()3386 result->tv_nsec = normalized_ns; in get_date()