Lines Matching defs:nlines
386 int64_t n, l1test_width, nlines;
491 nlines = (L2CACHE_SIZE / l1test_width) /
493 if (nlines < 1)
494 nlines = 1;
495 n = 1 + npix / (l1test_width * nlines);
498 bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, nlines);
501 bench_L (op, src_img, mask_img, dst_img, n, func, l1test_width, nlines);
503 printf (" L2:%7.2f", (double)n * l1test_width * nlines /