Searched refs:tSize (Results 1 – 2 of 2) sorted by relevance
1046 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local1048 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()1049 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()
1355 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local1357 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()1358 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()