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

/linux-master/fs/erofs/
H A Ddecompressor.c14 #ifndef LZ4_DECOMPRESS_INPLACE_MARGIN
15 #define LZ4_DECOMPRESS_INPLACE_MARGIN(srcsize) (((srcsize) >> 8) + 32) macro
136 omargin < LZ4_DECOMPRESS_INPLACE_MARGIN(rq->inputsize))

Completed in 153 milliseconds