Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf_time.c109 ts->tv_nsec = (t % CDF_TIME_PREC) * 100; in cdf_timestamp_to_timespec()
111 t /= CDF_TIME_PREC; in cdf_timestamp_to_timespec()
160 *t = (ts->ts_nsec / 100) * CDF_TIME_PREC; in cdf_timespec_to_timestamp()
H A Dcdf.h90 #define CDF_TIME_PREC 10000000 macro
H A Dcdf.c1254 ts /= CDF_TIME_PREC; in cdf_print_elapsed_time()

Completed in 14 milliseconds