Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zstd/compress/
Dzstd_compress.c2025 static void ZSTD_reduceTable(U32* const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable() function
2040 ZSTD_reduceTable(ms->hashTable, hSize, reducerValue); in ZSTD_reduceIndex()
2048 ZSTD_reduceTable(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
2053 ZSTD_reduceTable(ms->hashTable3, h3Size, reducerValue); in ZSTD_reduceIndex()