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

/external/valgrind/main/coregrind/
H A Dm_oset.c256 static inline void stackPush(AvlTree* t, AvlNode* n, Int i) function
392 stackPush(t, t->root, 1);
399 stackPush(t, n, 2);
400 if (n->left) stackPush(t, n->left, 1);
403 stackPush(t, n, 3);
404 if (n->right) stackPush(t, n->right, 1);
810 stackPush(t, t->root, 1);
832 stackPush(t, n, 2);
833 /* if (n->left) stackPush(t, n->left, 1); */
837 stackPush(
[all...]
H A Dm_wordfm.c474 static inline void stackPush(WordFM* fm, AvlNode* n, Int i) function
707 stackPush(fm, fm->root, 1);
741 stackPush(fm, t, 2);
749 stackPush(fm, t, 2);
757 stackPush(fm, n, 3);
778 stackPush(fm, n, 2);
779 /* if (n->child[0]) stackPush(fm, n->child[0], 1); */
783 stackPush(fm, n, 3);
788 /* if (n->child[1]) stackPush(fm, n->child[1], 1); */
/external/valgrind/main/cachegrind/
H A Dcg_merge.c1303 static inline void stackPush(WordFM* fm, AvlNode* n, Int i) function
1493 stackPush(fm, fm->root, 1);
1512 stackPush(fm, n, 2);
1513 if (n->left) stackPush(fm, n->left, 1);
1516 stackPush(fm, n, 3);
1521 if (n->right) stackPush(fm, n->right, 1);

Completed in 106 milliseconds