Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dcdf.c81 #define CDF_TOLE8(x) \ macro
91 CDF_TOLE8(CAST(uint64_t, x))))
225 return CDF_TOLE8(sv); in cdf_tole8()
233 h->h_magic = CDF_TOLE8(h->h_magic); in cdf_swap_header()
234 h->h_uuid[0] = CDF_TOLE8(h->h_uuid[0]); in cdf_swap_header()
235 h->h_uuid[1] = CDF_TOLE8(h->h_uuid[1]); in cdf_swap_header()
292 d->d_storage_uuid[0] = CDF_TOLE8(d->d_storage_uuid[0]); in cdf_swap_dir()
293 d->d_storage_uuid[1] = CDF_TOLE8(d->d_storage_uuid[1]); in cdf_swap_dir()
295 d->d_created = CDF_TOLE8(CAST(uint64_t, d->d_created)); in cdf_swap_dir()
296 d->d_modified = CDF_TOLE8(CAST(uint64_t, d->d_modified)); in cdf_swap_dir()
[all …]