Lines Matching refs:rangeidx
1354 int rangeidx, i; in cache_drop_with_non_contiguous_ranges() local
1371 for (rangeidx = 0; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()
1372 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()
1374 &val[rangeidx / 2], in cache_drop_with_non_contiguous_ranges()
1377 &val[rangeidx / 2], sizeof(val[rangeidx / 2])); in cache_drop_with_non_contiguous_ranges()
1381 for (rangeidx = 1; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()
1382 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()
1411 for (rangeidx = 1; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()
1412 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()
1418 for (rangeidx = 0; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()
1419 if ((rangeidx == 2) || (rangeidx == 4)) in cache_drop_with_non_contiguous_ranges()
1422 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()
1427 &val[rangeidx / 2], sizeof(val[rangeidx / 2])); in cache_drop_with_non_contiguous_ranges()