HomeSort by: relevance | last modified time | path
    Searched refs:hashCache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c 851 ms->hashCache[idx & ZSTD_ROW_HASH_CACHE_MASK] = hash;
854 DEBUGLOG(6, "ZSTD_row_fillHashCache(): [%u %u %u %u %u %u %u %u]", ms->hashCache[0], ms->hashCache[1],
855 ms->hashCache[2], ms->hashCache[3], ms->hashCache[4],
856 ms->hashCache[5], ms->hashCache[6], ms->hashCache[7]);
897 U32 const hash = useCache ? ZSTD_row_nextCachedHash(ms->hashCache, hashTable, tagTable, base, updateStartIdx, hashLog, rowLog, mls, ms->hashSalt
    [all...]
zstd_compress_internal.h 231 U32 hashCache[ZSTD_ROW_HASH_CACHE_SIZE]; /* For row-based matchFinder: a cache of hashes to improve speed */

Completed in 50 milliseconds