Searched refs:chainTable (Results 1 – 2 of 2) sorted by relevance
83 #define DELTANEXTMAXD(p) chainTable[(p) & LZ4HC_MAXD_MASK] /* flexible, LZ4HC_MAXD depen…97 MEM_INIT(hc4->chainTable, 0xFF, sizeof(hc4->chainTable)); in LZ4HC_clearTables()120 U16* const chainTable = hc4->chainTable; in LZ4HC_Insert() local130 DELTANEXTU16(chainTable, idx) = (U16)delta; in LZ4HC_Insert()250 U16* const chainTable = hc4->chainTable; in LZ4HC_InsertAndGetWiderMatch() local323 U32 const candidateDist = DELTANEXTU16(chainTable, matchIndex + (U32)pos); in LZ4HC_InsertAndGetWiderMatch()337 { U32 const distNextMatch = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch()400 … { U32 const distToNextPattern = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch()409 matchIndex -= DELTANEXTU16(chainTable, matchIndex + matchChainPos); in LZ4HC_InsertAndGetWiderMatch()437 { U32 const nextOffset = DELTANEXTU16(dictCtx->chainTable, dictMatchIndex); in LZ4HC_InsertAndGetWiderMatch()
205 LZ4_u16 chainTable[LZ4HC_MAXD]; member