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

/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/libdrm/omap/
H A Domap_drm.c51 #define PAGE_SIZE 4096 macro
218 bo->size = round_up(size.tiled.width, PAGE_SIZE) * size.tiled.height;
/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/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/f2fs-tools/include/
H A Df2fs_fs.h205 #define PAGE_SIZE 4096 macro
691 #define SIZE_OF_RESERVED (PAGE_SIZE - ((SIZE_OF_DIR_ENTRY + \
/external/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 284 milliseconds