Searched refs:ZSTD_ROW_HASH_CACHE_MASK (Results 1 – 1 of 1) sorted by relevance
764 #define ZSTD_ROW_HASH_CACHE_MASK (ZSTD_ROW_HASH_CACHE_SIZE - 1) macro876 ms->hashCache[idx & ZSTD_ROW_HASH_CACHE_MASK] = hash; in ZSTD_row_fillHashCache()896 { U32 const hash = cache[idx & ZSTD_ROW_HASH_CACHE_MASK]; in ZSTD_row_nextCachedHash()897 cache[idx & ZSTD_ROW_HASH_CACHE_MASK] = newHash; in ZSTD_row_nextCachedHash()