Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c84 #define DELTANEXTU16(table, pos) table[(U16)(pos)] /* faster */ macro
135 DELTANEXTU16(chainTable, idx) = (U16)delta; in LZ4HC_Insert()
327 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()

Completed in 3 milliseconds