Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c870 U64 const hashSalt) in ZSTD_row_nextCachedHash()
1169 const U64 hashSalt = ms->hashSalt; in ZSTD_RowFindBestMatch() local
H A Dzstd_compress_internal.h285 …U64 hashSalt; /* For row-based matchFinder: salts the hash for reuse of… member
940 size_t ZSTD_hashPtrSalted(const void* p, U32 hBits, U32 mls, const U64 hashSalt) { in ZSTD_hashPtrSalted()