Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dcdf.c87 #define CDF_TOLE8(x) \ macro
97 CDF_TOLE8(CAST(uint64_t, x))))
231 return CDF_TOLE8(sv); in cdf_tole8()
239 h->h_magic = CDF_TOLE8(h->h_magic); in cdf_swap_header()
240 h->h_uuid[0] = CDF_TOLE8(h->h_uuid[0]); in cdf_swap_header()
241 h->h_uuid[1] = CDF_TOLE8(h->h_uuid[1]); in cdf_swap_header()
298 d->d_storage_uuid[0] = CDF_TOLE8(d->d_storage_uuid[0]); in cdf_swap_dir()
299 d->d_storage_uuid[1] = CDF_TOLE8(d->d_storage_uuid[1]); in cdf_swap_dir()
301 d->d_created = CDF_TOLE8(CAST(uint64_t, d->d_created)); in cdf_swap_dir()
302 d->d_modified = CDF_TOLE8(CAST(uint64_t, d->d_modified)); in cdf_swap_dir()
[all …]