Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_ldm.c496 U32 const reducerValue) in ZSTD_ldm_reduceTable() argument
500 if (table[u].offset < reducerValue) table[u].offset = 0; in ZSTD_ldm_reduceTable()
501 else table[u].offset -= reducerValue; in ZSTD_ldm_reduceTable()
H A Dzstd_lazy.h33 void ZSTD_preserveUnsortedMark (U32* const table, U32 const size, U32 const reducerValue); /*! use…
H A Dzstd_compress.c2308 ZSTD_reduceTable_internal (U32* const table, U32 const size, U32 const reducerValue, int const pres… in ZSTD_reduceTable_internal() argument
2314 U32 const reducerThreshold = reducerValue + ZSTD_WINDOW_START_INDEX; in ZSTD_reduceTable_internal()
2342 newVal = table[cellNb] - reducerValue; in ZSTD_reduceTable_internal()
2349 static void ZSTD_reduceTable(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable() argument
2351 ZSTD_reduceTable_internal(table, size, reducerValue, 0); in ZSTD_reduceTable()
2354 static void ZSTD_reduceTable_btlazy2(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable_btlazy2() argument
2356 ZSTD_reduceTable_internal(table, size, reducerValue, 1); in ZSTD_reduceTable_btlazy2()
2361 …id ZSTD_reduceIndex (ZSTD_matchState_t* ms, ZSTD_CCtx_params const* params, const U32 reducerValue) in ZSTD_reduceIndex() argument
2364 ZSTD_reduceTable(ms->hashTable, hSize, reducerValue); in ZSTD_reduceIndex()
2370 ZSTD_reduceTable_btlazy2(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
[all …]
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_ldm.c518 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 Dzstd_lazy.h36 void ZSTD_preserveUnsortedMark (U32* const table, U32 const size, U32 const reducerValue); /*! use…
H A Dzstd_compress.c2614 ZSTD_reduceTable_internal (U32* const table, U32 const size, U32 const reducerValue, int const pres… in ZSTD_reduceTable_internal() argument
2620 U32 const reducerThreshold = reducerValue + ZSTD_WINDOW_START_INDEX; in ZSTD_reduceTable_internal()
2648 newVal = table[cellNb] - reducerValue; in ZSTD_reduceTable_internal()
2655 static void ZSTD_reduceTable(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable() argument
2657 ZSTD_reduceTable_internal(table, size, reducerValue, 0); in ZSTD_reduceTable()
2660 static void ZSTD_reduceTable_btlazy2(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable_btlazy2() argument
2662 ZSTD_reduceTable_internal(table, size, reducerValue, 1); in ZSTD_reduceTable_btlazy2()
2667 …id ZSTD_reduceIndex (ZSTD_MatchState_t* ms, ZSTD_CCtx_params const* params, const U32 reducerValue) in ZSTD_reduceIndex() argument
2670 ZSTD_reduceTable(ms->hashTable, hSize, reducerValue); in ZSTD_reduceIndex()
2676 ZSTD_reduceTable_btlazy2(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
[all …]