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

/external/valgrind/coregrind/
H A Dm_oset.c266 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 Dm_wordfm.c484 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 Dcg_merge.c1326 static inline Bool stackPop(WordFM* fm, AvlNode** n, Int* i) function
1522 while (stackPop(fm, &n, &i)) {

Completed in 31 milliseconds