Searched defs:hashSeed (Results 1 – 2 of 2) sorted by relevance
46 uint32_t hashSeed = static_cast<uint32_t>(LINEAR_SEED + std::time(nullptr)); in ComputeHash() local
264 static bool HashIntegerString(const T *data, size_t size, uint32_t *hash, uint32_t hashSeed) in HashIntegerString()657 static uint32_t ComputeHashForData(const T *data, size_t size, uint32_t hashSeed) in ComputeHashForData()