Searched refs:tSize (Results 1 – 2 of 2) sorted by relevance
1210 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local1212 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()1213 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()
14130 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local14132 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()14133 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()