Searched refs:reducerValue (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_ldm.c | 518 U32 const reducerValue) in ZSTD_ldm_reduceTable() argument 522 if (table[u].offset < reducerValue) table[u].offset = 0; in ZSTD_ldm_reduceTable() 523 else table[u].offset -= reducerValue; in ZSTD_ldm_reduceTable()
|
| H A D | zstd_lazy.h | 36 void ZSTD_preserveUnsortedMark (U32* const table, U32 const size, U32 const reducerValue); /*! use…
|
| H A D | zstd_compress.c | 2539 ZSTD_reduceTable_internal (U32* const table, U32 const size, U32 const reducerValue, int const pres… in ZSTD_reduceTable_internal() argument 2545 U32 const reducerThreshold = reducerValue + ZSTD_WINDOW_START_INDEX; in ZSTD_reduceTable_internal() 2561 newVal = table[cellNb] - reducerValue; in ZSTD_reduceTable_internal() 2568 static void ZSTD_reduceTable(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable() argument 2570 ZSTD_reduceTable_internal(table, size, reducerValue, 0); in ZSTD_reduceTable() 2573 static void ZSTD_reduceTable_btlazy2(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable_btlazy2() argument 2575 ZSTD_reduceTable_internal(table, size, reducerValue, 1); in ZSTD_reduceTable_btlazy2() 2580 …id ZSTD_reduceIndex (ZSTD_MatchState_t* ms, ZSTD_CCtx_params const* params, const U32 reducerValue) in ZSTD_reduceIndex() argument 2583 ZSTD_reduceTable(ms->hashTable, hSize, reducerValue); in ZSTD_reduceIndex() 2589 ZSTD_reduceTable_btlazy2(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex() [all …]
|