Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c226 /* LZ4HC_protectDictEnd() :
231 static int LZ4HC_protectDictEnd(U32 const dictLimit, U32 const matchIndex) in LZ4HC_protectDictEnd() function
353 && LZ4HC_protectDictEnd(prefixIdx, matchCandidateIdx) ) { in LZ4HC_InsertAndGetWiderMatch()
380 if (LZ4HC_protectDictEnd(prefixIdx, newMatchIndex)) in LZ4HC_InsertAndGetWiderMatch()
389 if (!LZ4HC_protectDictEnd(prefixIdx, newMatchIndex)) { in LZ4HC_InsertAndGetWiderMatch()

Completed in 4 milliseconds