Lines Matching defs:hashCache
876 ms->hashCache[idx & ZSTD_ROW_HASH_CACHE_MASK] = hash;
879 DEBUGLOG(6, "ZSTD_row_fillHashCache(): [%u %u %u %u %u %u %u %u]", ms->hashCache[0], ms->hashCache[1],
880 ms->hashCache[2], ms->hashCache[3], ms->hashCache[4],
881 ms->hashCache[5], ms->hashCache[6], ms->hashCache[7]);
917 U32 const hash = useCache ? ZSTD_row_nextCachedHash(ms->hashCache, hashTable, tagTable, base, updateStartIdx, hashLog, rowLog, mls)
1129 U32* const hashCache = ms->hashCache;
1183 U32 const hash = ZSTD_row_nextCachedHash(hashCache, hashTable, tagTable, base, curr, hashLog, rowLog, mls);