Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c421 U32 dictMatchIndex = dictCtx->hashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch() local
423 matchIndex = dictMatchIndex + lowestMatchIndex - (U32)dictEndOffset; in LZ4HC_InsertAndGetWiderMatch()
425 const BYTE* const matchPtr = dictCtx->prefixStart - dictCtx->dictLimit + dictMatchIndex; in LZ4HC_InsertAndGetWiderMatch()
430 const BYTE* vLimit = ip + (dictEndOffset - dictMatchIndex); in LZ4HC_InsertAndGetWiderMatch()
441 { U32 const nextOffset = DELTANEXTU16(dictCtx->chainTable, dictMatchIndex); in LZ4HC_InsertAndGetWiderMatch()
442 dictMatchIndex -= nextOffset; in LZ4HC_InsertAndGetWiderMatch()

Completed in 4 milliseconds