Searched refs:stackPop (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
D | m_wordfm.c | 484 static inline Bool stackPop(WordFM* fm, AvlNode** n, Int* i) in stackPop() function 744 if (stackPop(fm, &n, &i)) { in VG_() 766 while (stackPop(fm, &n, &i)) { in VG_()
|
D | m_oset.c | 266 static inline Bool stackPop(AvlTree* t, AvlNode** n, Int* i) in stackPop() function 394 while (stackPop(t, &n, &i)) { in VG_() 827 while (stackPop(t, &n, &i)) { in VG_()
|
/external/valgrind/cachegrind/ |
D | cg_merge.c | 1326 static inline Bool stackPop(WordFM* fm, AvlNode** n, Int* i) in stackPop() function 1522 while (stackPop(fm, &n, &i)) { in nextIterFM()
|