Lines Matching refs:CDF_TOLE2
87 #define CDF_TOLE2(x) \ macro
90 CDF_TOLE2(CAST(uint16_t, x)) : \
180 return CDF_TOLE2(sv); in cdf_tole2()
203 h->h_revision = CDF_TOLE2(h->h_revision); in cdf_swap_header()
204 h->h_version = CDF_TOLE2(h->h_version); in cdf_swap_header()
205 h->h_byte_order = CDF_TOLE2(h->h_byte_order); in cdf_swap_header()
206 h->h_sec_size_p2 = CDF_TOLE2(h->h_sec_size_p2); in cdf_swap_header()
207 h->h_short_sec_size_p2 = CDF_TOLE2(h->h_short_sec_size_p2); in cdf_swap_header()
255 d->d_namelen = CDF_TOLE2(d->d_namelen); in cdf_swap_dir()
273 d->cl_word[0] = CDF_TOLE2(d->cl_word[0]); in cdf_swap_class()
274 d->cl_word[1] = CDF_TOLE2(d->cl_word[1]); in cdf_swap_class()
809 if (*d != CDF_TOLE2(*s)) in cdf_namecmp()
810 return CAST(unsigned char, *d) - CDF_TOLE2(*s); in cdf_namecmp()
948 inp->pi_u16 = CDF_TOLE2(inp->pi_u16); in cdf_copy_info()
1134 ssi->si_byte_order = CDF_TOLE2(si->si_byte_order); in cdf_unpack_summary_info()
1135 ssi->si_os_version = CDF_TOLE2(si->si_os_version); in cdf_unpack_summary_info()
1136 ssi->si_os = CDF_TOLE2(si->si_os); in cdf_unpack_summary_info()
1172 reclen = CDF_TOLE2(reclen); in cdf_unpack_catalog()
1412 name[j] = (char)CDF_TOLE2(d->d_name[j]); in cdf_dump_dir()