Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dunique_stack_table.cpp35 hashStep_ = (totalNodes_ / (deconflictTimes_ * HASH_STEP_BASE_MULTIPLE + HASH_STEP_BASE_NUM)); in Init()
70 deconflictTimes_ += DECONFLICT_INCREASE_STEP; in Resize()
75 hashStep_ = availableNodes_ / (deconflictTimes_ * HASH_STEP_BASE_MULTIPLE + HASH_STEP_BASE_NUM); in Resize()
85 uint8_t currentDeconflictTimes = deconflictTimes_; in PutIpInSlot()
/developtools/hiperf/include/
H A Dunique_stack_table.h136 uint8_t deconflictTimes_ = INIT_DECONFLICT_ALLOWED; member in OHOS::Developtools::HiPerf::UniqueStackTable

Completed in 2 milliseconds