Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_lazy.c869 U64 const hashSalt) in ZSTD_row_nextCachedHash()
1168 const U64 hashSalt = ms->hashSalt; in ZSTD_RowFindBestMatch() local
Dzstd_compress_internal.h232 …U64 hashSalt; /* For row-based matchFinder: salts the hash for reuse of… member
843 size_t ZSTD_hashPtrSalted(const void* p, U32 hBits, U32 mls, const U64 hashSalt) { in ZSTD_hashPtrSalted()