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
479 static uint32_t ComputeHashForData(const T *data, size_t size, uint32_t hashSeed) in ComputeHashForData()931 uint32_t ComputeHashcode(uint32_t hashSeed) in ComputeHashcode()