OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_pages
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-spaces.cc
105
int
total_pages
= 0;
local
113
total_pages
+= allocated;
126
total_pages
+= allocated;
134
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 299 milliseconds