Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dcdf.c89 #define CDF_TOLE4(x) \ macro
96 CDF_TOLE4(CAST(uint32_t, x)) : \
208 return CDF_TOLE4(rv); in cdf_getuint32()
225 return CDF_TOLE4(sv); in cdf_tole4()
247 h->h_num_sectors_in_sat = CDF_TOLE4(h->h_num_sectors_in_sat); in cdf_swap_header()
248 h->h_secid_first_directory = CDF_TOLE4(h->h_secid_first_directory); in cdf_swap_header()
250 CDF_TOLE4(h->h_min_size_standard_stream); in cdf_swap_header()
252 CDF_TOLE4(CAST(uint32_t, h->h_secid_first_sector_in_short_sat)); in cdf_swap_header()
254 CDF_TOLE4(h->h_num_sectors_in_short_sat); in cdf_swap_header()
256 CDF_TOLE4(CAST(uint32_t, h->h_secid_first_sector_in_master_sat)); in cdf_swap_header()
[all …]