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

  /external/valgrind/coregrind/
m_oset.c 256 static inline void stackPush(AvlTree* t, AvlNode* n, Int i)
390 stackPush(t, t->root, 1);
397 stackPush(t, n, 2);
398 if (n->left) stackPush(t, n->left, 1);
401 stackPush(t, n, 3);
402 if (n->right) stackPush(t, n->right, 1);
808 stackPush(t, t->root, 1);
830 stackPush(t, n, 2);
831 /* if (n->left) stackPush(t, n->left, 1); */
835 stackPush(t, n, 3)
    [all...]
m_wordfm.c 474 static inline void stackPush(WordFM* fm, AvlNode* n, Int i)
698 stackPush(fm, fm->root, 1);
732 stackPush(fm, t, 2);
740 stackPush(fm, t, 2);
748 stackPush(fm, n, 3);
769 stackPush(fm, n, 2);
770 /* if (n->child[0]) stackPush(fm, n->child[0], 1); */
774 stackPush(fm, n, 3);
779 /* if (n->child[1]) stackPush(fm, n->child[1], 1); */
  /external/valgrind/cachegrind/
cg_merge.c     [all...]

Completed in 163 milliseconds