HomeSort by relevance Sort by last modified time
    Searched refs:chainTable (Results 1 - 3 of 3) sorted by null

  /external/lz4/lib/
lz4hc.h 149 uint16_t chainTable[LZ4HC_MAXD];
166 unsigned short chainTable[LZ4HC_MAXD];
lz4hc.c 87 #define DELTANEXTMAXD(p) chainTable[(p) & LZ4HC_MAXD_MASK] /* flexible, LZ4HC_MAXD dependent */
88 #define DELTANEXTU16(p) chainTable[(U16)(p)] /* faster */
100 MEM_INIT(hc4->chainTable, 0xFF, sizeof(hc4->chainTable));
113 U16* const chainTable = hc4->chainTable;
137 U16* const chainTable = hc4->chainTable;
190 U16* const chainTable = hc4->chainTable;
    [all...]
lz4opt.h 88 U16* const chainTable = ctx->chainTable;

Completed in 126 milliseconds