Home | History | Annotate | Download | only in tests

Lines Matching refs:idx

382         size_t idx = my_rand(&seed) % vec.size();
383 void *ptr = vec[idx];
384 vec[idx] = vec.back();