Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_deflate/
Ddeflate.c861 ulg max_block_size = 0xffff; in deflate_stored() local
864 if (max_block_size > s->pending_buf_size - 5) { in deflate_stored()
865 max_block_size = s->pending_buf_size - 5; in deflate_stored()
887 max_start = s->block_start + max_block_size; in deflate_stored()
/linux-4.19.296/include/acpi/
Dactbl1.h367 u32 max_block_size; member