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