OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdf_timestamp_t
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/file/dist/src/
cdf.h
90
typedef int64_t
cdf_timestamp_t
;
typedef
112
cdf_timestamp_t
d_created;
113
cdf_timestamp_t
d_modified;
176
cdf_timestamp_t
_pi_tp;
288
int cdf_timestamp_to_timespec(struct timespec *,
cdf_timestamp_t
);
289
int cdf_timespec_to_timestamp(
cdf_timestamp_t
*, const struct timespec *);
335
int cdf_print_elapsed_time(char *, size_t,
cdf_timestamp_t
);
cdf_time.c
105
cdf_timestamp_to_timespec(struct timespec *ts,
cdf_timestamp_t
t)
153
cdf_timespec_to_timestamp(
cdf_timestamp_t
*t, const struct timespec *ts)
197
static const
cdf_timestamp_t
tst = 0x01A5E403C2D59C00ULL;
print.c
286
cdf_timestamp_to_timespec(&ts, CAST(
cdf_timestamp_t
, v));
readcdf.c
158
cdf_timestamp_t
tp;
cdf.c
1308
cdf_print_elapsed_time(char *buf, size_t bufsiz,
cdf_timestamp_t
ts)
1491
cdf_timestamp_t
tp;
Completed in 18 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026