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

/gem5/src/mem/
H A Dstack_dist_calc.cc101 uint64_t stack_dist, bool discard_node)
133 // from_left flag. Variable stack_dist is updated only
138 stack_dist += node_sum_r;
175 stack_dist = updateSum(node_parent_ptr, node_left,
177 level, stack_dist, discard_node);
180 return stack_dist;
191 uint64_t stack_dist = 0; local
199 stack_dist = Infinity;
202 stack_dist = updateSum(node->parent,
204 level, stack_dist, tru
99 updateSum(Node* node, bool from_left, uint64_t sum_from_below, uint64_t level, uint64_t stack_dist, bool discard_node) argument
213 getSum(Node* node, bool from_left, uint64_t sum_from_below, uint64_t stack_dist, uint64_t level) const argument
370 uint64_t stack_dist; local
469 uint64_t stack_dist = 0; local
537 uint64_t stack_dist = 0; local
[all...]
H A Dstack_dist_calc.hh195 * @param stack_dist stack distance of the node below
200 uint64_t stack_dist, uint64_t level) const;
222 * @param stack_dist stack distance of the node below
229 uint64_t stack_dist, bool discard_node);

Completed in 6 milliseconds