Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDdeflate.c1403 ulg max_block_size = 0xffff; local
1406 if (max_block_size > s->pending_buf_size - 5) {
1407 max_block_size = s->pending_buf_size - 5;
1429 max_start = s->block_start + max_block_size;
/NextBSD/lib/libz/
HDdeflate.c1571 ulg max_block_size = 0xffff; local
1574 if (max_block_size > s->pending_buf_size - 5) {
1575 max_block_size = s->pending_buf_size - 5;
1597 max_start = s->block_start + max_block_size;
/NextBSD/sys/libkern/
HDzlib.c1584 ulg max_block_size = 0xffff; local
1587 if (max_block_size > s->pending_buf_size - 5) {
1588 max_block_size = s->pending_buf_size - 5;
1610 max_start = s->block_start + max_block_size;