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()122 U16* const chainTable = hc4->chainTable; in LZ4HC_Insert() local135 DELTANEXTU16(chainTable, idx) = (U16)delta; in LZ4HC_Insert()252 U16* const chainTable = hc4->chainTable; in LZ4HC_InsertAndGetWiderMatch() local327 U32 const candidateDist = DELTANEXTU16(chainTable, matchIndex + (U32)pos); in LZ4HC_InsertAndGetWiderMatch()340 { U32 const distNextMatch = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch()404 … { U32 const distToNextPattern = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch()413 matchIndex -= DELTANEXTU16(chainTable, matchIndex + matchChainPos); in LZ4HC_InsertAndGetWiderMatch()441 { U32 const nextOffset = DELTANEXTU16(dictCtx->chainTable, dictMatchIndex); in LZ4HC_InsertAndGetWiderMatch()
208 LZ4_u16 chainTable[LZ4HC_MAXD]; member