HomeSort by relevance Sort by last modified time
    Searched defs:numPages (Results 1 - 4 of 4) 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.c 204 int numPages = (pHdr->mapLength+SYSTEM_PAGE_SIZE-1) / SYSTEM_PAGE_SIZE;
205 pHdr->writeRefCount = calloc(numPages, sizeof(short));
627 int numPages = (pHdr->mapLength+SYSTEM_PAGE_SIZE-1) / SYSTEM_PAGE_SIZE;
631 for (i = 0; i < numPages; i++) {
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 87 milliseconds