OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numPages
(Results
1 - 5
of
5
) sorted by null
/system/extras/tests/pftest/
pftest.c
56
int
numPages
= numPagesList[j];
67
for (i = 0; i <
numPages
; i++) {
68
int nextPageIdx = (pageIdx + 1) %
numPages
;
75
if (i !=
numPages
-1) {
105
printf("%d, %f\n",
numPages
, (float) (t1 - t0) / WORKLOAD);
/external/grub/netboot/
smc9000.c
188
word
numPages
;
198
numPages
= length / 256;
200
if (
numPages
> 7 ) {
211
_outw(MC_ALLOC |
numPages
, smc9000_base + MMU_CMD);
/dalvik/vm/
LinearAlloc.cpp
204
int
numPages
= (pHdr->mapLength+SYSTEM_PAGE_SIZE-1) / SYSTEM_PAGE_SIZE;
205
pHdr->writeRefCount = (short*)calloc(
numPages
, sizeof(short));
627
int
numPages
= (pHdr->mapLength+SYSTEM_PAGE_SIZE-1) / SYSTEM_PAGE_SIZE;
631
for (i = 0; i <
numPages
; i++) {
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 2188 milliseconds