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

/external/valgrind/helgrind/
H A Dhg_wordset.c316 UWord/*Set*/ ix_old = -1; local
322 (UWord*)&wv_old, (UWord*)&ix_old,
328 tl_assert(ix_old < wsu->ix2vec_used);
329 tl_assert(wsu->ix2vec[ix_old] == wv_old);
331 return (WordSet)ix_old;

Completed in 52 milliseconds