/ndk/tests/build/issue39983-PAGE_SIZE/jni/ |
Android.mk | 4 LOCAL_MODULE := issue39983-PAGE_SIZE 5 LOCAL_SRC_FILES := issue39983-PAGE_SIZE.c
|
/external/kernel-headers/original/asm-x86/ |
shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
|
/prebuilts/gcc/linux-x86/host/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)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/kernel-headers/original/asm-mips/ |
page.h | 7 #define PAGE_SIZE (1UL << PAGE_SHIFT)
|
/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))
|
/external/chromium_org/third_party/sqlite/src/test/ |
pagesize.test | 12 # This file implements tests for the page_size PRAGMA. 20 # This test script depends entirely on "PRAGMA page_size". So if this 28 execsql {PRAGMA page_size} 32 catch {execsql {EXPLAIN PRAGMA page_size}} 38 PRAGMA page_size=2048; 39 PRAGMA page_size; 48 PRAGMA page_size=511; 49 PRAGMA page_size; 54 PRAGMA page_size=512; 55 PRAGMA page_size; [all...] |
/external/chromium_org/printing/ |
page_setup_unittest.cc | 28 gfx::Size page_size(100 + rand() % kMax, 200 + rand() % kMax); 30 printable_area.set_width(page_size.width() - (rand() % kMax) - 32 printable_area.set_height(page_size.height() - (rand() % kMax) - 38 setup.Init(page_size, printable_area, kTextHeight); 47 page_size.height() - 50 page_size.width() - 57 page_size.width() - effective_margins.right - 59 page_size.height() - effective_margins.footer - 66 page_size.height() - effective_margins.bottom - 70 EXPECT_EQ(page_size, setup.physical_size()) << seed << " " < [all...] |
/external/chromium/base/ |
sys_info_freebsd.cc | 14 int pages, page_size; local 17 sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); 18 if (pages == -1 || page_size == -1) { 22 return static_cast<int64>(pages) * page_size;
|
/external/chromium_org/base/ |
sys_info_freebsd.cc | 14 int pages, page_size; local 17 sysctlbyname("vm.stats.vm.v_page_size", &page_size, &size, NULL, 0); 18 if (pages == -1 || page_size == -1) { 22 return static_cast<int64>(pages) * 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))
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/ |
page.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/ |
page.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/ |
page.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
page_32.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/ |
page.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
page_32.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/ |
page.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/ |
page.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|
/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-arm/usr/include/asm/ |
page.h | 16 #define PAGE_SIZE (1UL << PAGE_SHIFT) 17 #define PAGE_MASK (~(PAGE_SIZE-1))
|