Searched refs:hashModulus_ (Results 1 – 2 of 2) sorted by relevance
47 hashModulus_ = availableNodes_ - 1; in Init()59 totalNodes_, availableNodes_, availableIndex_, hashStep_, hashModulus_); in Init()102 hashModulus_ = availableNodes_ - 1; in Resize()113 if (hashModulus_ == 0) { in PutPcInSlot()117 uint64_t curPcIdx = (((thisPc >> 2) ^ (prevIdx << 4)) % hashModulus_) + availableIndex_; in PutPcInSlot()
145 uint32_t hashModulus_ = 0; variable