Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Ddecompressor.c15 #ifndef LZ4_DECOMPRESS_INPLACE_MARGIN
16 #define LZ4_DECOMPRESS_INPLACE_MARGIN(srcsize) (((srcsize) >> 8) + 32) macro
139 ofull - oend < LZ4_DECOMPRESS_INPLACE_MARGIN(inputsize)) in z_erofs_handle_inplace_io()