Searched defs:hashSalt (Results 1 – 3 of 3) sorted by relevance
46 var hashSalt = []byte(stripExperiment(runtime.Version())) var
232 …U64 hashSalt; /* For row-based matchFinder: salts the hash for reuse of… member843 size_t ZSTD_hashPtrSalted(const void* p, U32 hBits, U32 mls, const U64 hashSalt) { in ZSTD_hashPtrSalted()
869 U64 const hashSalt) in ZSTD_row_nextCachedHash()1168 const U64 hashSalt = ms->hashSalt; in ZSTD_RowFindBestMatch() local