Searched refs:log2_bs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c208 unsigned char log2_bs; member in struct:isofile::__anon1673
3392 bp[8] = file->zisofs.log2_bs;
7439 file->zisofs.log2_bs = ZF_LOG2_BS;
7445 >> file->zisofs.log2_bs;
7497 unsigned char log2_bs; local
7540 log2_bs = p[5];
7542 log2_bs > 30 || log2_bs < 7)
7547 (ARCHIVE_LITERAL_LL(1) << log2_bs) -1) >> log2_bs;
[all...]

Completed in 58 milliseconds