Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c1701 size_t const tagTableSize = hSize*sizeof(U16); in ZSTD_reset_matchState() local
2068 size_t const tagTableSize = hSize*sizeof(U16); in ZSTD_resetCCtx_byCopyingCDict() local
4177 size_t const tagTableSize = ((size_t)1 << params->cParams.hashLog) * sizeof(U16); in ZSTD_loadDictionaryContent() local