Home | History | Annotate | Download | only in bench

Lines Matching refs:ii

72   for (uint32_t ii=0; ii<count*words; ii++)
73 vin_h[ii] = hs_rand_u32();
76 for (uint32_t ii=0; ii<count; ii++)
77 vin_h[ii*words] = ii;
80 for (uint32_t ii=0; ii<count; ii++)
81 vin_h[ii*words] = count - 1 - ii;
395 for (uint32_t ii=0; ii<warmup+loops; ii++)
397 if (ii == warmup)