Searched refs:hashSizeMin (Results 1 – 2 of 2) sorted by relevance
1211 static U32 const hashSizeMin = 1 << ZSTD_HASHLOG_MIN; in ZSTD_adjustCParams_internal() local1212 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()
14131 static U32 const hashSizeMin = 1 << ZSTD_HASHLOG_MIN; in ZSTD_adjustCParams_internal() local14132 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()