Searched refs:PAGE_SIZE (Results 1 – 10 of 10) sorted by relevance
43 static final int PAGE_SIZE = 4*1024; field in FakeApp148 for (int i=0; i<STUFFING_SIZE_BYTES/PAGE_SIZE; i++) { in onCreate()151 final int OFF = (i*PAGE_SIZE)/4; in onCreate()152 for (int j=0; j<(PAGE_SIZE/4); j++) { in onCreate()
49 int[] alloc = new int[FakeApp.PAGE_SIZE/4];52 for (int j=0; j<FakeApp.PAGE_SIZE/4; j++) {
72 public static final int PAGE_SIZE = 4; field in MifareUltralight
121 static final int PAGE_SIZE = 4*1024; field in ProcessList299 buf.putInt((mOomMinFree[i]*1024)/PAGE_SIZE); in updateOomLevels()
14603 longOut[KSM_SHARED] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()14607 longOut[KSM_SHARING] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()14611 longOut[KSM_UNSHARED] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()14615 longOut[KSM_VOLATILE] = longTmp[0] * ProcessList.PAGE_SIZE / 1024; in getKsmInfo()
205 if (offset % PAGE_SIZE != 0) { in copyFileIfChanged()
186 pagesize = PAGE_SIZE; in valid_size()
1657 <li>Fixed {@code limits.h} to include {@code page.h} which provides {@code PAGE_SIZE}
19807 field public static final int PAGE_SIZE = 4; // 0x4
21751 field public static final int PAGE_SIZE = 4; // 0x4