Home
last modified time | relevance | path

Searched refs:last_page (Results 1 – 5 of 5) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_tiled_wc.c138 int first_page, last_page; variable
154 last_page = (offset + len + PAGE_SIZE - 1) & -PAGE_SIZE;
156 linear = gem_mmap__wc(fd, handle, first_page, last_page - first_page, PROT_READ);
212 munmap(linear, last_page - first_page);
Dgem_tiled_wb.c163 int first_page, last_page; variable
179 last_page = (offset + len + PAGE_SIZE - 1) & -PAGE_SIZE;
182 linear = gem_mmap__cpu(fd, handle, first_page, last_page - first_page, PROT_READ);
235 munmap(linear, last_page - first_page);
/external/libcups/tools/
Dippeveps.c901 last_page; /* Last page */ in ps_to_ps() local
931 if (sscanf(page_ranges, "%d-%d", &first_page, &last_page) != 2) in ps_to_ps()
934 last_page = INT_MAX; in ps_to_ps()
940 last_page = INT_MAX; in ps_to_ps()
977 copy_page = page >= first_page && page <= last_page; in ps_to_ps()
/external/pdfium/samples/
Dpdfium_test.cc144 int last_page = 0; // Last 0-based page number to renderer. member
583 options->last_page = options->first_page; in ParseCommandLine()
588 options->last_page; in ParseCommandLine()
948 int last_page = options.pages ? options.last_page + 1 : page_count; in RenderPdf() local
949 for (int i = first_page; i < last_page; ++i) { in RenderPdf()
/external/stressapptest/src/
Dsat.cc380 uint64 last_page = 0; in AddrMapPrint() local
392 last_page = i * 4096; in AddrMapPrint()
395 logprintf(4, "Log: %#016llx - %#016llx\n", last_page, (i * 4096) - 1); in AddrMapPrint()