Searched refs:sum_ns (Results 1 – 1 of 1) sorted by relevance
3224 long int sum_ns = pc.seconds.tv_nsec + pc.rel_ns; in get_date() local3225 long int normalized_ns = (sum_ns % BILLION + BILLION) % BILLION; in get_date()3233 long int d4 = (sum_ns - normalized_ns) / BILLION; in get_date()