Searched refs:swa_PUSH (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/ |
D | m_sparsewa.c | 118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix, in swa_PUSH() function 172 if (swa->root) swa_PUSH(swa, 0, 0, swa->root, 1/*start_new_node*/); in VG_() 205 swa_PUSH(swa, p_key, curr_ix, curr_nd, 2/*resume_leaf_node*/); in VG_() 220 swa_PUSH(swa, p_key, curr_ix, curr_nd, 3/*resume_nonleaf_node*/); in VG_()
|