Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cache/
Dhash.go46 var hashSalt = []byte(stripExperiment(runtime.Version())) var
/aosp_15_r20/external/zstd/lib/compress/
H A 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()
H A Dzstd_lazy.c869 U64 const hashSalt) in ZSTD_row_nextCachedHash()
1168 const U64 hashSalt = ms->hashSalt; in ZSTD_RowFindBestMatch() local