Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dcdf.h82 #define CDF_SHORT_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_short_sec_size_p2) macro
83 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h))
H A Dcdf.c346 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h); in cdf_check_stream()
446 size_t ss = CDF_SHORT_SEC_SIZE(h); in cdf_read_short_sector()
650 size_t ss = CDF_SHORT_SEC_SIZE(h), i, j; in cdf_read_short_sector_chain()
1638 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h)); in main()
H A Dreadcdf.c580 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h)); in file_trycdf()