HomeSort by relevance Sort by last modified time
    Searched refs:total_pages (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-spaces.cc 138 int total_pages = 0; local
149 total_pages++;
159 total_pages++;
166 CHECK(total_pages == page_count);
  /external/e2fsprogs/ext2ed/
win.c 107 int current_page,total_pages; local
112 total_pages=show_pad_info.max_line/show_pad_info.display_lines+1;
115 wprintw (show_win,"Page %d of %d\n",current_page,total_pages);

Completed in 591 milliseconds