HomeSort by relevance Sort by last modified time
    Searched refs:numPages (Results 1 - 13 of 13) 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++) {
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 551 const uint32_t numPages = donationSize / (4 * 1024);
554 LOG_I("donateRam(): adrBuffer=%p, numPages=%d, ramType=%d",
556 numPages,
563 mcpMessage->cmdDonateRam.numPages = numPages;
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcimcp.h 154 uint32_t numPages; /**< Number of pages contained in the donation. */
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c 518 uint8_t numPages)
558 numPages;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 253 milliseconds