Searched defs:page_count (Results 1 - 8 of 8) sorted by relevance

/external/v8/test/cctest/
H A Dtest-spaces.cc161 int page_count = 0; local
164 page_count++;
166 CHECK(total_pages == page_count);
/external/chromium/base/
H A Dfile_version_info_win.cc63 uint32 page_count; local
65 (void**) &translate, &page_count);
/external/chromium/chrome/browser/printing/
H A Dprint_job.cc46 int page_count) {
58 new_doc->set_page_count(page_count);
44 Initialize(PrintJobWorkerOwner* job, PrintedPagesSource* source, int page_count) argument
H A Dprint_job_worker.cc226 int page_count = document_->page_count(); local
227 if (!page_count) {
234 page_number_.Init(document_->settings(), page_count);
/external/kernel-headers/original/linux/
H A Drelay.h45 unsigned int page_count; /* number of current buffer pages */ member in struct:rchan_buf
H A Dmm.h315 static inline int page_count(struct page *page) function
349 * For the non-reserved pages, page_count(page) denotes a reference count.
350 * page_count() == 0 means the page is free. page->lru is then used for
352 * page_count() == 1 means the page is used for exactly one purpose
356 * __get_free_page(). In this case the page_count() is at least 1, and
373 * For pages belonging to inodes, the page_count() is the number of
/external/chromium/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc319 int page_count = startup_custom_pages_table_model_->RowCount(); local
321 for (int i = 0; i < page_count; ++i) {
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c771 int page_count; local
790 page_count = 2;
792 page_count = 1;
804 attrib.pageCount = page_count;

Completed in 150 milliseconds