Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py52 max_block_size = 4 * 1024
53 if bsize > max_block_size:
54 bsize = max_block_size
/openbmc/u-boot/lib/
H A Dlz4_wrapper.c45 u8 max_block_size:3; member
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c1467 ulg max_block_size = 0xffff; local
1470 if (max_block_size > s->pending_buf_size - 5) {
1471 max_block_size = s->pending_buf_size - 5;
1493 max_start = s->block_start + max_block_size;