HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_SIZE (Results 151 - 175 of 194) sorted by null

1 2 3 4 5 67 8

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h 35 } __attribute__((aligned(PAGE_SIZE)));
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h 35 } __attribute__((aligned(PAGE_SIZE)));
  /external/kernel-headers/original/linux/
netlink.h 212 * MSG_TRUNC when PAGE_SIZE is very large.
214 #if PAGE_SIZE < 8192UL
215 #define NLMSG_GOODSIZE SKB_WITH_OVERHEAD(PAGE_SIZE)
pagemap.h 46 #define PAGE_CACHE_SIZE PAGE_SIZE
176 * not true if PAGE_CACHE_SIZE > PAGE_SIZE.
relay.h 22 #define FIX_SIZE(x) ((((x) - 1) & PAGE_MASK) + PAGE_SIZE)
swap.h 47 * Having the magic at the end of the PAGE_SIZE makes detecting swap
54 char reserved[PAGE_SIZE - 10];
93 * A swap extent maps a range of a swapfile's PAGE_SIZE pages onto a range of
98 * We always assume that blocks are of size PAGE_SIZE.
  /frameworks/base/libs/ui/
GraphicBufferMapper.cpp 20 #ifdef HAVE_ANDROID_OS // just want PAGE_SIZE define
139 size = (size + (PAGE_SIZE-1)) & ~(PAGE_SIZE-1);
  /system/extras/tests/framebuffer/
mdp_test.c 81 sz = (sz + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1);
  /bionic/libc/bionic/
pthread.c 88 .guard_size = PAGE_SIZE,
317 // make sure the stack is PAGE_SIZE aligned
319 (PAGE_SIZE-1)) & ~(PAGE_SIZE-1);
434 if ((stack_size & (PAGE_SIZE - 1) || stack_size < PTHREAD_STACK_MIN)) {
453 if ((uint32_t)stack_addr & (PAGE_SIZE - 1)) {
469 if ((stack_size & (PAGE_SIZE - 1) || stack_size < PTHREAD_STACK_MIN)) {
472 if ((uint32_t)stack_base & (PAGE_SIZE - 1)) {
489 if (guard_size & (PAGE_SIZE - 1) || guard_size < PAGE_SIZE) {
    [all...]
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 11 #define PAGE_SIZE 4096
13 #define HEAP_SIZE (5 * PAGE_SIZE + 888)
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 82 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE)
84 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE)
desc_32.h 24 } __attribute__((aligned(PAGE_SIZE)));
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c 30 #include <asm/page.h> /* For definition of PAGE_SIZE */
183 map_offset = (mapped_len + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1);
  /bionic/libc/include/
pthread.h 90 #define PTHREAD_STACK_MIN (2 * PAGE_SIZE)
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 48 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE)
  /development/ndk/platforms/android-3/include/
pthread.h 90 #define PTHREAD_STACK_MIN (2 * PAGE_SIZE)
  /development/ndk/platforms/android-5/arch-x86/include/asm/
pgtable_32.h 48 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE)
  /development/ndk/platforms/android-5/include/
pthread.h 90 #define PTHREAD_STACK_MIN (2 * PAGE_SIZE)
  /development/ndk/platforms/android-8/include/
pthread.h 90 #define PTHREAD_STACK_MIN (2 * PAGE_SIZE)
  /development/ndk/platforms/android-9/include/
pthread.h 90 #define PTHREAD_STACK_MIN (2 * PAGE_SIZE)
  /external/kernel-headers/original/asm-arm/
cacheflush.h 283 __cpuc_flush_user_range(addr, addr + PAGE_SIZE, vma->vm_flags);
pgtable.h 133 #define FIRST_USER_ADDRESS PAGE_SIZE
  /external/v8/tools/
codemap.js 76 devtools.profiler.CodeMap.PAGE_SIZE =
145 addr += devtools.profiler.CodeMap.PAGE_SIZE) {
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 90 #define PTHREAD_STACK_MIN (2 * PAGE_SIZE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 90 #define PTHREAD_STACK_MIN (2 * PAGE_SIZE)

Completed in 502 milliseconds

1 2 3 4 5 67 8