Searched defs:hashCache (Results 1 – 4 of 4) sorted by relevance
222 …U32 hashCache[ZSTD_ROW_HASH_CACHE_SIZE]; /* For row-based matchFinder: a cache of hashes to improv… member
1138 U32* const hashCache = ms->hashCache; in ZSTD_RowFindBestMatch() local
1151 U32* const hashCache = ms->hashCache; in ZSTD_RowFindBestMatch() local
287 …U32 hashCache[ZSTD_ROW_HASH_CACHE_SIZE]; /* For row-based matchFinder: a cache of hashes to improv… member