Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c78 #define DELTANEXTU16(table, pos) table[(U16)(pos)] /* faster */ macro
125 DELTANEXTU16(chainTable, idx) = (U16)delta; in LZ4HC_Insert()
290 U32 const candidateDist = DELTANEXTU16(chainTable, matchIndex + pos); in LZ4HC_InsertAndGetWiderMatch()
301 { U32 const distNextMatch = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch()
337 … { U32 const distToNextPattern = DELTANEXTU16(chainTable, matchIndex); in LZ4HC_InsertAndGetWiderMatch()
346 matchIndex -= DELTANEXTU16(chainTable, matchIndex+matchChainPos); in LZ4HC_InsertAndGetWiderMatch()
373 { U32 const nextOffset = DELTANEXTU16(dictCtx->chainTable, dictMatchIndex); in LZ4HC_InsertAndGetWiderMatch()