Home
last modified time | relevance | path

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

/dragonfly/lib/libzstd/
H A DSymbol.map316 ZSTD_reduceTable;
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress.c2076 static void ZSTD_reduceTable(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable() function
2091 ZSTD_reduceTable(ms->hashTable, hSize, reducerValue); in ZSTD_reduceIndex()
2099 ZSTD_reduceTable(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
2104 ZSTD_reduceTable(ms->hashTable3, h3Size, reducerValue); in ZSTD_reduceIndex()