HomeSort by relevance Sort by last modified time
    Searched refs:stackPush (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/
m_oset.c 256 static inline void stackPush(AvlTree* t, AvlNode* n, Int i)
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(t, n, 3)
    [all...]
m_wordfm.c 474 static inline void stackPush(WordFM* fm, AvlNode* n, Int i)
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/
cg_merge.c     [all...]

Completed in 161 milliseconds