Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c879 U32 const prefixIdxLimit = startIndex - dictSize; /* used when dictDirective == dictSmall */ in LZ4_compress_generic_validated() local
1001 …if ((dictIssue == dictSmall) && (matchIndex < prefixIdxLimit)) { continue; } /* match outside o… in LZ4_compress_generic_validated()
1187 if ( ((dictIssue==dictSmall) ? (matchIndex >= prefixIdxLimit) : 1) in LZ4_compress_generic_validated()