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

/external/valgrind/main/coregrind/
H A Dm_sparsewa.c118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix, function
172 if (swa->root) swa_PUSH(swa, 0, 0, swa->root, 1/*start_new_node*/);
205 swa_PUSH(swa, p_key, curr_ix, curr_nd, 2/*resume_leaf_node*/);
220 swa_PUSH(swa, p_key, curr_ix, curr_nd, 3/*resume_nonleaf_node*/);

Completed in 226 milliseconds