Searched refs:CDF_TIME_PREC (Results 1 – 3 of 3) sorted by relevance
108 ts->tv_nsec = (t % CDF_TIME_PREC) * 100; in cdf_timestamp_to_timespec()110 t /= CDF_TIME_PREC; in cdf_timestamp_to_timespec()159 *t = (ts->ts_nsec / 100) * CDF_TIME_PREC; in cdf_timespec_to_timestamp()
90 #define CDF_TIME_PREC 10000000 macro
1307 ts /= CDF_TIME_PREC; in cdf_print_elapsed_time()