Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4hc_compress.c50 #define DELTANEXTU16(p) chainTable[(U16)(p)] /* faster */
89 DELTANEXTU16(idx) = (U16)delta; in LZ4HC_Insert()
161 matchIndex -= DELTANEXTU16(matchIndex); in LZ4HC_InsertAndFindBestMatch()
255 matchIndex -= DELTANEXTU16(matchIndex); in LZ4HC_InsertAndGetWiderMatch()
51 #define DELTANEXTU16( global() macro