Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/file/src/
Dcdf.h81 #define CDF_SHORT_SEC_SIZE(h) ((size_t)(1 << (h)->h_short_sec_size_p2)) macro
82 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h))
Dcdf.c312 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h); in cdf_check_stream()
407 size_t ss = CDF_SHORT_SEC_SIZE(h); in cdf_read_short_sector()
604 size_t ss = CDF_SHORT_SEC_SIZE(h), i, j; in cdf_read_short_sector_chain()
1590 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h)); in main()
Dreadcdf.c577 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h)); in file_trycdf()