Searched refs:tSize (Results 1 – 1 of 1) sorted by relevance
1169 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local1171 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()1172 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()