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

/freebsd-11-stable/contrib/xz/src/xz/
H A Dcoder.h47 /// If non-zero, start a new .xz Block after every opt_block_size bytes
49 extern uint64_t opt_block_size;
H A Dcoder.c28 uint64_t opt_block_size = 0; variable
230 mt_options.block_size = opt_block_size;
565 /// Resolve conflicts between opt_block_size and opt_block_list in single
567 /// larger than opt_block_size. If this is the case for the current Block
578 assert(opt_block_size > 0);
581 if (*next_block_remaining > opt_block_size) {
583 // into another opt_block_size length Block.
584 *block_remaining = opt_block_size;
605 if (hardware_threads_get() == 1 && opt_block_size > 0
606 && *block_remaining > opt_block_size) {
[all...]
H A Dargs.c449 opt_block_size = str_to_uint64("block-size", optarg,

Completed in 164 milliseconds