HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_SIZE (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/arch-arm/asm/
page.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
shmparam.h 15 #define SHMLBA (4 * PAGE_SIZE)
  /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))
shmparam.h 15 #define SHMLBA (4 * PAGE_SIZE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
page.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
shmparam.h 15 #define SHMLBA (4 * PAGE_SIZE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
page.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
shmparam.h 15 #define SHMLBA (4 * PAGE_SIZE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
page.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
shmparam.h 15 #define SHMLBA (4 * PAGE_SIZE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
page.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
shmparam.h 15 #define SHMLBA (4 * PAGE_SIZE)
  /bionic/libc/kernel/arch-x86/asm/
shmparam.h 15 #define SHMLBA PAGE_SIZE
page_32.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
  /development/ndk/platforms/android-5/arch-x86/include/asm/
shmparam.h 15 #define SHMLBA PAGE_SIZE
page_32.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
  /external/kernel-headers/original/asm-arm/
shmparam.h 9 #define SHMLBA (4 * PAGE_SIZE) /* attach addr a multiple of this */
  /external/kernel-headers/original/asm-x86/
shmparam.h 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
shmparam.h 15 #define SHMLBA PAGE_SIZE
page_32.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
shmparam.h 15 #define SHMLBA PAGE_SIZE
page_32.h 16 #define PAGE_SIZE (1UL << PAGE_SHIFT)
17 #define PAGE_MASK (~(PAGE_SIZE-1))
  /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/common/linux/
threads.h 21 #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))

Completed in 627 milliseconds

1 2 3 4 5 6 7 8