Searched refs:hashSaltEntropy (Results 1 – 3 of 3) sorted by relevance
286 …U32 hashSaltEntropy; /* For row-based matchFinder: collects entropy for salt g… member
1216 ms->hashSaltEntropy += hash; /* collect salt entropy */ in ZSTD_RowFindBestMatch()
1907 ms->hashSalt = ZSTD_bitmix(ms->hashSalt, 8) ^ ZSTD_bitmix((U64) ms->hashSaltEntropy, 4); in ZSTD_advanceHashSalt()