Searched defs:curr_ix (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_sparsewa.c75 Int curr_ix; member in struct:__anon32571
118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix, argument
126 swa->iterStack[sp].curr_ix = curr_ix;
133 UWord* partial_key, Int* curr_ix,
141 *curr_ix = swa->iterStack[sp].curr_ix;
180 Int curr_ix; local
191 swa_POP(swa, &p_key, &curr_ix, &curr_nd, &resume_point);
203 for (curr_ix
132 swa_POP( SparseWA* swa, UWord* partial_key, Int* curr_ix, void** curr_nd, Int* resume_point ) argument
[all...]

Completed in 339 milliseconds