Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dcdf.c83 #define CDF_TOLE4(x) \ macro
90 CDF_TOLE4(CAST(uint32_t, x)) : \
202 return CDF_TOLE4(rv); in cdf_getuint32()
219 return CDF_TOLE4(sv); in cdf_tole4()
241 h->h_num_sectors_in_sat = CDF_TOLE4(h->h_num_sectors_in_sat); in cdf_swap_header()
242 h->h_secid_first_directory = CDF_TOLE4(h->h_secid_first_directory); in cdf_swap_header()
244 CDF_TOLE4(h->h_min_size_standard_stream); in cdf_swap_header()
246 CDF_TOLE4(CAST(uint32_t, h->h_secid_first_sector_in_short_sat)); in cdf_swap_header()
248 CDF_TOLE4(h->h_num_sectors_in_short_sat); in cdf_swap_header()
250 CDF_TOLE4(CAST(uint32_t, h->h_secid_first_sector_in_master_sat)); in cdf_swap_header()
[all …]