Home
last modified time | relevance | path

Searched refs:CDF_TIME_PREC (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dcdf_time.c114 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()
H A Dcdf.h92 #define CDF_TIME_PREC 10000000 macro
H A Dcdf.c1313 ts /= CDF_TIME_PREC; in cdf_print_elapsed_time()