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

/external/valgrind/main/coregrind/
H A Dm_sparsewa.c86 SWAStackElem iterStack[8]; member in struct:_SparseWA
125 swa->iterStack[sp].partial_key = partial_key;
126 swa->iterStack[sp].curr_ix = curr_ix;
127 swa->iterStack[sp].curr_nd = curr_nd;
128 swa->iterStack[sp].resume_point = resume_point;
140 *partial_key = swa->iterStack[sp].partial_key;
141 *curr_ix = swa->iterStack[sp].curr_ix;
142 *curr_nd = swa->iterStack[sp].curr_nd;
143 *resume_point = swa->iterStack[sp].resume_point;

Completed in 68 milliseconds