Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.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;
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1879 ulg max_block_size = 0xffff; local
1882 if (max_block_size > s->pending_buf_size - 5) {
1883 max_block_size = s->pending_buf_size - 5;
1908 max_start = s->block_start + max_block_size;