Home
last modified time | relevance | path

Searched defs:matchlimit (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/lib/lz4/
Dlz4_compress.c198 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_generic() local
536 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_destSize_generic() local
Dlz4hc_compress.c352 const BYTE * const matchlimit = (iend - LASTLITERALS); in LZ4HC_compress_generic() local
/kernel/linux/linux-5.10/lib/lz4/
Dlz4_compress.c198 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_generic() local
536 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_destSize_generic() local
Dlz4hc_compress.c352 const BYTE * const matchlimit = (iend - LASTLITERALS); in LZ4HC_compress_generic() local