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

/gem5/src/base/
H A Dtrie.hh121 * @param kid The node we may want to move to.
127 goesAfter(Node **parent, Node *kid, Key key, Key new_mask) argument
129 if (kid && kid->matches(key) && (kid->mask & new_mask) == kid->mask) {
130 *parent = kid;
218 Node *&kid = node->kids[i]; local
220 if (!kid) {
221 // No kid
[all...]
/gem5/src/systemc/core/
H A Dprocess.cc71 for (auto &kid: get_child_objects()) {
72 Process *p_kid = dynamic_cast<Process *>(kid);
/gem5/src/python/m5/util/
H A Djobfile.py311 for kid in kids:
312 if kid._config != self:

Completed in 11 milliseconds