Lines Matching refs:cdf_timestamp_t
1059 cdf_timestamp_t tp;
1099 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
1100 -int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
1102 +int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
1103 +int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
1114 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
1115 +cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t)
1135 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts)
1136 +cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts)
1156 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL;
3061 - cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v));
3179 cdf_timestamp_t tp;