Home
last modified time | relevance | path

Searched refs:hashModulus_ (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp47 hashModulus_ = availableNodes_ - 1; in Init()
58 hashStep_: %{public}" PRIu64 ", hashModulus_: %{public}u", in Init()
59 totalNodes_, availableNodes_, availableIndex_, hashStep_, hashModulus_); in Init()
102 hashModulus_ = availableNodes_ - 1; in Resize()
113 if (hashModulus_ == 0) { in PutPcInSlot()
114 DFXLOGW("The value of the hashModulus_ is zero\n"); in PutPcInSlot()
117 uint64_t curPcIdx = (((thisPc >> 2) ^ (prevIdx << 4)) % hashModulus_) + availableIndex_; in PutPcInSlot()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h145 uint32_t hashModulus_ = 0; member in OHOS::HiviewDFX::UniqueStackTable

Completed in 2 milliseconds