Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c226 static int LZ4HC_protectDictEnd(U32 const dictLimit, U32 const matchIndex) in LZ4HC_protectDictEnd() function
349 && LZ4HC_protectDictEnd(dictLimit, matchCandidateIdx) ) { in LZ4HC_InsertAndGetWiderMatch()
375 if (LZ4HC_protectDictEnd(dictLimit, newMatchIndex)) in LZ4HC_InsertAndGetWiderMatch()
384 if (!LZ4HC_protectDictEnd(dictLimit, newMatchIndex)) { in LZ4HC_InsertAndGetWiderMatch()