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.c82 #define CDF_TOLE4(x) \ macro
89 CDF_TOLE4(CAST(uint32_t, x)) : \
201 return CDF_TOLE4(rv); in cdf_getuint32()
218 return CDF_TOLE4(sv); in cdf_tole4()
240 h->h_num_sectors_in_sat = CDF_TOLE4(h->h_num_sectors_in_sat); in cdf_swap_header()
241 h->h_secid_first_directory = CDF_TOLE4(h->h_secid_first_directory); in cdf_swap_header()
243 CDF_TOLE4(h->h_min_size_standard_stream); in cdf_swap_header()
245 CDF_TOLE4(CAST(uint32_t, h->h_secid_first_sector_in_short_sat)); in cdf_swap_header()
247 CDF_TOLE4(h->h_num_sectors_in_short_sat); in cdf_swap_header()
249 CDF_TOLE4(CAST(uint32_t, h->h_secid_first_sector_in_master_sat)); in cdf_swap_header()
[all …]