Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c83 #define DELTANEXTU16(table, pos) table[(U16)(pos)] /* faster */ macro
129 DELTANEXTU16(chainTable, idx) = (U16)delta; in LZ4HC_Insert()
322 U32 const candidateDist = DELTANEXTU16(chainTable, matchIndex + (U32)pos); in LZ4HC_InsertAndGetWiderMatch()
336 { U32 const distNextMatch = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch()
399 … { U32 const distToNextPattern = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch()
408 matchIndex -= DELTANEXTU16(chainTable, matchIndex + matchChainPos); in LZ4HC_InsertAndGetWiderMatch()
436 { U32 const nextOffset = DELTANEXTU16(dictCtx->chainTable, dictMatchIndex); in LZ4HC_InsertAndGetWiderMatch()