Lines Matching refs:cdf_timestamp_t
1085 cdf_timestamp_t tp;
1136 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
1137 -int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
1139 +int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
1140 +int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
1151 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
1152 +cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t)
1172 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts)
1173 +cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts)
1193 static const cdf_timestamp_t tst = 0x01A5E403C2D59C00ULL;
3223 cdf_timestamp_t tp;