Searched refs:cdf_timestamp_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/file/src/
H A Dcdf_time.c99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
147 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts)
186 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL;
H A Dcdf.h87 typedef int64_t cdf_timestamp_t; typedef
109 cdf_timestamp_t d_created;
110 cdf_timestamp_t d_modified;
172 cdf_timestamp_t _pi_tp;
284 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
285 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
332 int cdf_print_elapsed_time(char *, size_t, cdf_timestamp_t);
H A Dreadcdf.c132 cdf_timestamp_t tp;
H A Dcdf.c779 cdf_timestamp_t tp;
1098 cdf_print_elapsed_time(char *buf, size_t bufsiz, cdf_timestamp_t ts)
1281 cdf_timestamp_t tp;

Completed in 50 milliseconds