Home | History | Annotate | Download | only in coregrind

Lines Matching defs:stackPush

253 static inline void stackPush(AvlTree* t, AvlNode* n, Int i)
328 stackPush(t, t->root, 1);
335 stackPush(t, n, 2);
336 if (n->left) stackPush(t, n->left, 1);
339 stackPush(t, n, 3);
340 if (n->right) stackPush(t, n->right, 1);
733 stackPush(t, t->root, 1);
755 stackPush(t, n, 2);
756 /* if (n->left) stackPush(t, n->left, 1); */
760 stackPush(t, n, 3);
763 /* if (n->right) stackPush(t, n->right, 1); */
823 stackPush(oset, t, 2);
832 stackPush(oset, t, 2);
840 stackPush(oset, n, 3);