HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_SIZE (Results 76 - 100 of 792) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
page_32.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
page_32.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
page_32.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
page_32.h 22 #define PAGE_SIZE (1UL << PAGE_SHIFT)
24 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
page_32.h 22 #define PAGE_SIZE (1UL << PAGE_SHIFT)
24 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
page_32.h 22 #define PAGE_SIZE (1UL << PAGE_SHIFT)
24 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
page_32.h 22 #define PAGE_SIZE (1UL << PAGE_SHIFT)
24 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
page_32.h 22 #define PAGE_SIZE (1UL << PAGE_SHIFT)
24 #define PAGE_MASK (~(PAGE_SIZE-1))
  /ndk/tests/build/issue39983-PAGE_SIZE/jni/
Android.mk 4 LOCAL_MODULE := issue39983-PAGE_SIZE
5 LOCAL_SRC_FILES := issue39983-PAGE_SIZE.c
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
page_64.h 8 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT)
9 #define PAGE_MASK (~(PAGE_SIZE-1))
10 #define PHYSICAL_PAGE_MASK (~(PAGE_SIZE-1) & __PHYSICAL_MASK)
13 #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER)
17 #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER)
20 #define DEBUG_STKSZ (PAGE_SIZE << DEBUG_STACK_ORDER)
23 #define IRQSTACKSIZE (PAGE_SIZE << IRQSTACK_ORDER)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
page_64.h 8 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT)
9 #define PAGE_MASK (~(PAGE_SIZE-1))
10 #define PHYSICAL_PAGE_MASK (~(PAGE_SIZE-1) & __PHYSICAL_MASK)
13 #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER)
17 #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER)
20 #define DEBUG_STKSZ (PAGE_SIZE << DEBUG_STACK_ORDER)
23 #define IRQSTACKSIZE (PAGE_SIZE << IRQSTACK_ORDER)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
page_64.h 8 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT)
9 #define PAGE_MASK (~(PAGE_SIZE-1))
10 #define PHYSICAL_PAGE_MASK (~(PAGE_SIZE-1) & __PHYSICAL_MASK)
13 #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER)
17 #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER)
20 #define DEBUG_STKSZ (PAGE_SIZE << DEBUG_STACK_ORDER)
23 #define IRQSTACKSIZE (PAGE_SIZE << IRQSTACK_ORDER)
  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.h 24 #define PAGE_SIZE (PAGE_DATA_SIZE + PAGE_SPARE_SIZE)
27 #define BLOCK_SIZE (PAGES_PER_BLOCK * (PAGE_SIZE))
36 #define PAGE_SIZE (PAGE_DATA_SIZE + SPARE_SIZE)
38 #define BLOCK_DATA_SIZE (PAGE_SIZE * PAGES_PER_BLOCK)
39 #define BLOCK_SIZE (PAGES_PER_BLOCK * (PAGE_SIZE))
  /bionic/libc/kernel/arch-mips/asm/
page.h 25 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
page.h 25 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /external/kernel-headers/original/asm-mips/
page.h 7 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
page.h 25 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
page.h 25 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
page.h 25 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
page.h 25 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
page.h 25 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /bionic/libc/kernel/common/linux/
threads.h 25 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
  /development/ndk/platforms/android-3/include/linux/
threads.h 21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
binfmts.h 14 #define MAX_ARG_STRLEN (PAGE_SIZE * 32)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
binfmts.h 14 #define MAX_ARG_STRLEN (PAGE_SIZE * 32)

Completed in 877 milliseconds

1 2 34 5 6 7 8 91011>>