Searched defs:PAGE_SIZE (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dmemory_map.py42 PAGE_SIZE = 4096 variable in class:MapEntry
70 relative_page_index < self.len / MapEntry.PAGE_SIZE)
71 assert(len(self.resident_pages) * MapEntry.PAGE_SIZE * 8 >= self.len)
/external/yaffs2/yaffs2/direct/
H A Dyaffs_fileem2k.h24 #define PAGE_SIZE (PAGE_DATA_SIZE + PAGE_SPARE_SIZE) macro
27 #define BLOCK_SIZE (PAGES_PER_BLOCK * (PAGE_SIZE))
36 #define PAGE_SIZE (PAGE_DATA_SIZE + SPARE_SIZE) macro
38 #define BLOCK_DATA_SIZE (PAGE_SIZE * PAGES_PER_BLOCK)
39 #define BLOCK_SIZE (PAGES_PER_BLOCK * (PAGE_SIZE))
/external/libunwind/src/x86/
H A DGinit.c79 #ifndef PAGE_SIZE
80 #define PAGE_SIZE 4096 macro
84 #define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
101 len = PAGE_SIZE;
103 len = PAGE_SIZE * 2;
/external/libunwind/src/x86_64/
H A DGinit.c71 #define PAGE_SIZE 4096 macro
72 #define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
122 len = PAGE_SIZE;
124 len = PAGE_SIZE * 2;
/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.c23 #define PAGE_SIZE 4096ULL macro
243 nbytes_p = (N_BYTES + PAGE_SIZE) & ~(PAGE_SIZE-1);
251 huge_addr += (randomU4() & ~(PAGE_SIZE-1));
/external/kernel-headers/original/uapi/linux/
H A Da.out.h112 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
128 #define PAGE_SIZE 0x400 macro
129 #define SEGMENT_SIZE PAGE_SIZE
/external/qemu/
H A Dkvm-all.c31 /* KVM uses PAGE_SIZE in it's definition of COALESCED_MMIO_MAX */
32 #define PAGE_SIZE TARGET_PAGE_SIZE macro
/external/f2fs-tools/include/
H A Df2fs_fs.h143 #define PAGE_SIZE 4096 macro
601 #define SIZE_OF_RESERVED (PAGE_SIZE - ((SIZE_OF_DIR_ENTRY + \
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js655 var PAGE_SIZE = 4096; variable
3022 case 8: return PAGE_SIZE;
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js717 var PAGE_SIZE = 4096; variable
3813 case 8: return PAGE_SIZE;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 553 milliseconds