HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_SIZE (Results 1 - 25 of 194) 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))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
page_32.h 6 #define PAGE_SIZE (1UL << PAGE_SHIFT)
7 #define PAGE_MASK (~(PAGE_SIZE-1))
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))

Completed in 760 milliseconds

1 2 3 4 5 6 7 8