Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4hc_compress.c51 #define DELTANEXTU16(p) chainTable[(U16)(p)] /* faster */ macro
90 DELTANEXTU16(idx) = (U16)delta; in LZ4HC_Insert()
162 matchIndex -= DELTANEXTU16(matchIndex); in LZ4HC_InsertAndFindBestMatch()
256 matchIndex -= DELTANEXTU16(matchIndex); in LZ4HC_InsertAndGetWiderMatch()
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4hc_compress.c51 #define DELTANEXTU16(p) chainTable[(U16)(p)] /* faster */ macro
90 DELTANEXTU16(idx) = (U16)delta; in LZ4HC_Insert()
162 matchIndex -= DELTANEXTU16(matchIndex); in LZ4HC_InsertAndFindBestMatch()
256 matchIndex -= DELTANEXTU16(matchIndex); in LZ4HC_InsertAndGetWiderMatch()

Completed in 3 milliseconds