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

/gem5/src/base/
H A Dtrie.hh209 Key cur_mask = node->mask; local
211 if (cur_mask == new_mask) {
233 last_mask = cur_mask;
234 cur_mask = extendMask(cur_mask);
235 done = ((key & cur_mask) != (kid->key & cur_mask)) ||
238 cur_mask = last_mask;
241 if (cur_mask == node->mask)
245 new_node = new Node(key, cur_mask, NUL
[all...]

Completed in 4 milliseconds