Home
last modified time | relevance | path

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

/NextBSD/contrib/file/src/
HDcdf.h66 uint16_t h_short_sec_size_p2; member
81 #define CDF_SHORT_SEC_SIZE(h) ((size_t)(1 << (h)->h_short_sec_size_p2))
HDcdf.c181 h->h_short_sec_size_p2 = CDF_TOLE2(h->h_short_sec_size_p2); in cdf_swap_header()
210 CDF_UNPACK(h->h_short_sec_size_p2); in cdf_unpack_header()
333 if (h->h_short_sec_size_p2 > 20) { in cdf_read_header()
335 h->h_short_sec_size_p2)); in cdf_read_header()