Home
last modified time | relevance | path

Searched defs:reducerValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_ldm.c455 U32 const reducerValue) in ZSTD_ldm_reduceTable()
Dzstd_compress.c1237 ZSTD_reduceTable_internal (U32* const table, U32 const size, U32 const reducerValue, int const pres… in ZSTD_reduceTable_internal()
1257 static void ZSTD_reduceTable(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable()
1262 static void ZSTD_reduceTable_btlazy2(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable_btlazy2()
1269 static void ZSTD_reduceIndex (ZSTD_CCtx* zc, const U32 reducerValue) in ZSTD_reduceIndex()