Searched refs:hashModulus_ (Results 1 – 2 of 2) sorted by relevance
31 hashModulus_ = availableNodes_ - 1; in Init()36 totalNodes_, availableNodes_, availableIndex_, hashStep_, hashModulus_); in Init()74 hashModulus_ = availableNodes_ - 1; in Resize()84 uint64_t curIpIdx = (((thisIp >> 2) ^ (prevIdx << 4)) % hashModulus_) + availableIndex_; in PutIpInSlot()
131 uint32_t hashModulus_ = 0; variable