Home
last modified time | relevance | path

Searched refs:hashCache (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_lazy.c876 ms->hashCache[idx & ZSTD_ROW_HASH_CACHE_MASK] = hash; in ZSTD_row_fillHashCache()
879 DEBUGLOG(6, "ZSTD_row_fillHashCache(): [%u %u %u %u %u %u %u %u]", ms->hashCache[0], ms->hashCache[1], in ZSTD_row_fillHashCache()
880 ms->hashCache[2], ms->hashCache[3], ms->hashCache[4], in ZSTD_row_fillHashCache()
881 ms->hashCache[5], ms->hashCache[6], ms->hashCache[7]); in ZSTD_row_fillHashCache()
917 U32 const hash = useCache ? ZSTD_row_nextCachedHash(ms->hashCache, hashTabl in ZSTD_row_update_internalImpl()
1129 U32* const hashCache = ms->hashCache; ZSTD_RowFindBestMatch() local
[all...]
H A Dzstd_compress_internal.h216 U32 hashCache[ZSTD_ROW_HASH_CACHE_SIZE]; /* For row-based matchFinder: a cache of hashes to improve speed */ member

Completed in 13 milliseconds