Home
last modified time | relevance | path

Searched defs:hashCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h222 …U32 hashCache[ZSTD_ROW_HASH_CACHE_SIZE]; /* For row-based matchFinder: a cache of hashes to improv… member
H A Dzstd_lazy.c1138 U32* const hashCache = ms->hashCache; in ZSTD_RowFindBestMatch() local