Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dlz4.h648 #define LZ4_DECOMPRESS_INPLACE_MARGIN(compressedSize) (((compressedSize) >> 8) + 32) macro
/linux-6.15/fs/erofs/
H A Ddecompressor.c120 omargin < LZ4_DECOMPRESS_INPLACE_MARGIN(rq->inputsize)) in z_erofs_lz4_handle_overlap()