Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_compress.c191 const BYTE * const lowRefLimit = ip - dictPtr->dictSize; in LZ4_compress_generic() local
284 ? (match < lowRefLimit) in LZ4_compress_generic()
416 if (((dictIssue == dictSmall) ? (match >= lowRefLimit) : 1) in LZ4_compress_generic()
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_compress.c191 const BYTE * const lowRefLimit = ip - dictPtr->dictSize; in LZ4_compress_generic() local
284 ? (match < lowRefLimit) in LZ4_compress_generic()
416 if (((dictIssue == dictSmall) ? (match >= lowRefLimit) : 1) in LZ4_compress_generic()

Completed in 3 milliseconds