Home | History | Annotate | Download | only in bench

Lines Matching refs:ii

90   for (uint32_t ii=0; ii<count*words; ii++)
91 vin_h[ii] = hs_rand_u32();
94 for (uint32_t ii=0; ii<count; ii++)
95 vin_h[ii*words] = ii;
98 for (uint32_t ii=0; ii<count; ii++)
99 vin_h[ii*words] = count - 1 - ii;
358 for (uint32_t ii=0; ii<warmup+loops; ii++)
360 if (ii == warmup)