HomeSort by relevance Sort by last modified time
    Searched defs:PAGE_SIZE (Results 1 - 18 of 18) sorted by null

  /development/ndk/platforms/android-3/arch-arm/include/asm/
page.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
  /development/ndk/platforms/android-9/arch-mips/include/asm/
page.h 25 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
page_32.h 22 #define PAGE_SIZE (1UL << PAGE_SHIFT)
24 #define PAGE_MASK (~(PAGE_SIZE-1))
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
native_heap_unittest.py 26 from memory_inspector.core.memory_map import PAGE_SIZE
33 EXE_1_MM_BASE = 64 * PAGE_SIZE
34 EXE_2_MM_BASE = 65 * PAGE_SIZE
43 st2.Add(nheap.GetStackFrame(EXE_2_MM_BASE + PAGE_SIZE + 4))
70 mmap.Add(memory_map.MapEntry(EXE_1_MM_BASE, EXE_1_MM_BASE + PAGE_SIZE - 1,
72 mmap.Add(memory_map.MapEntry(EXE_2_MM_BASE, EXE_2_MM_BASE + PAGE_SIZE - 1,
native_heap.py 9 from memory_inspector.core.memory_map import PAGE_SIZE
90 page_end = mm.start + page * PAGE_SIZE + PAGE_SIZE - 1
91 alloc_memory_in_current_page = PAGE_SIZE - page_off
96 cur_start = (cur_start + PAGE_SIZE) & ~(PAGE_SIZE - 1)
memory_map.py 8 PAGE_SIZE = 4096
72 return (offset / PAGE_SIZE, offset & (PAGE_SIZE - 1))
82 relative_page_index < self.len / PAGE_SIZE)
109 return self.len / PAGE_SIZE
  /external/libunwind/src/x86/
Ginit.c 79 #ifndef PAGE_SIZE
80 #define PAGE_SIZE 4096
84 #define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
101 len = PAGE_SIZE;
103 len = PAGE_SIZE * 2;
  /external/libunwind/src/x86_64/
Ginit.c 71 #define PAGE_SIZE 4096
72 #define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
122 len = PAGE_SIZE;
124 len = PAGE_SIZE * 2;
  /bionic/libc/include/
limits.h 118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
  /development/ndk/platforms/android-L/include/
limits.h 118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
  /bionic/libc/kernel/uapi/linux/
a.out.h 105 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
109 #define SEGMENT_SIZE page_size
120 #define PAGE_SIZE 0x400
121 #define SEGMENT_SIZE PAGE_SIZE
  /development/ndk/platforms/android-3/include/linux/
a.out.h 103 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
107 #define SEGMENT_SIZE page_size
116 #define PAGE_SIZE 0x400
117 #define SEGMENT_SIZE PAGE_SIZE
126 #define SEGMENT_SIZE PAGE_SIZE
  /development/ndk/platforms/android-L/include/linux/
a.out.h 105 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
109 #define SEGMENT_SIZE page_size
120 #define PAGE_SIZE 0x400
121 #define SEGMENT_SIZE PAGE_SIZE
  /external/kernel-headers/original/uapi/linux/
a.out.h 112 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
119 #define SEGMENT_SIZE page_size
128 #define PAGE_SIZE 0x400
129 #define SEGMENT_SIZE PAGE_SIZE
  /external/f2fs-tools/include/
f2fs_fs.h 205 #define PAGE_SIZE 4096
682 #define SIZE_OF_RESERVED (PAGE_SIZE - ((SIZE_OF_DIR_ENTRY + \
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 655 var PAGE_SIZE = 4096;
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 717 var PAGE_SIZE = 4096;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 869 milliseconds