Searched refs:CDF_TIME_PREC (Results 1 – 3 of 3) sorted by relevance
114 ts->tv_nsec = (t % CDF_TIME_PREC) * 100; in cdf_timestamp_to_timespec()116 t /= CDF_TIME_PREC; in cdf_timestamp_to_timespec()165 *t = (ts->ts_nsec / 100) * CDF_TIME_PREC; in cdf_timespec_to_timestamp()
92 #define CDF_TIME_PREC 10000000 macro
1313 ts /= CDF_TIME_PREC; in cdf_print_elapsed_time()