Home
last modified time | relevance | path

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

/trueos/contrib/file/src/
HDcdf.c73 #define CDF_TOLE8(x) ((uint64_t)(NEED_SWAP ? _cdf_tole8(x) : (uint64_t)(x))) macro
77 CDF_TOLE4(x) : CDF_TOLE8(x)))
163 return CDF_TOLE8(sv); in cdf_tole8()
171 h->h_magic = CDF_TOLE8(h->h_magic); in cdf_swap_header()
172 h->h_uuid[0] = CDF_TOLE8(h->h_uuid[0]); in cdf_swap_header()
173 h->h_uuid[1] = CDF_TOLE8(h->h_uuid[1]); in cdf_swap_header()
228 d->d_storage_uuid[0] = CDF_TOLE8(d->d_storage_uuid[0]); in cdf_swap_dir()
229 d->d_storage_uuid[1] = CDF_TOLE8(d->d_storage_uuid[1]); in cdf_swap_dir()
231 d->d_created = CDF_TOLE8((uint64_t)d->d_created); in cdf_swap_dir()
232 d->d_modified = CDF_TOLE8((uint64_t)d->d_modified); in cdf_swap_dir()
[all …]