Searched refs:PAGE_SIZE (Results 1 - 6 of 6) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_clone.c54 #define PAGE_SIZE 4096 macro
55 #define STACK_SIZE (4 * PAGE_SIZE)
57 char clone_stack[STACK_SIZE] __attribute__ ((aligned (PAGE_SIZE)));
65 pid = clone (clone_child, clone_stack + 3 * PAGE_SIZE,
/system/core/toolbox/
H A Dr.c59 mmap_start = addr & ~(PAGE_SIZE - 1);
61 mmap_size = (mmap_size + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1);
H A Diftop.c47 #ifndef PAGE_SIZE
48 # define PAGE_SIZE 4096 macro
102 char buf[PAGE_SIZE];
/system/core/libcorkscrew/
H A Dptrace.c30 #ifndef PAGE_SIZE
31 #define PAGE_SIZE 4096 macro
35 #define PAGE_MASK (~(PAGE_SIZE - 1))
/system/extras/tests/framebuffer/
H A Dmdp_test.c81 sz = (sz + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1);
/system/core/init/
H A Ddevices.c667 char buf[PAGE_SIZE];

Completed in 2809 milliseconds