/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/ |
limits.h | 121 #ifndef PAGESIZE 122 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/ |
limits.h | 121 #ifndef PAGESIZE 122 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/ |
limits.h | 121 #ifndef PAGESIZE 122 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/ |
limits.h | 121 #ifndef PAGESIZE 122 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/ |
limits.h | 121 #ifndef PAGESIZE 122 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/ |
limits.h | 121 #ifndef PAGESIZE 122 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/ |
limits.h | 121 #ifndef PAGESIZE 122 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
sec-to-seg.exp | 67 # Assuming a pagesize of 0x1000 then: 75 # These targets have a pagesize of 1, so they will always end up
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/ |
LinuxAtag.h | 47 UINT32 pagesize;
member in struct:__anon5979
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/ |
VirtioMmioDevice.h | 137 UINT32 PageSize
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/ |
VirtioPciDevice.h | 114 UINT32 PageSize
|
/external/iproute2/ |
README | 29 PAGESIZE=a4 , ie: a4 , letter ... (string)
|
/external/libchrome/base/allocator/ |
allocator_shim.cc | 46 static size_t pagesize = 0; local 47 if (!pagesize) 48 pagesize = sysconf(_SC_PAGESIZE); 49 return pagesize;
|
/external/python/cpython2/Modules/_ctypes/ |
malloc_closure.c | 38 /* determine the pagesize */
|
/external/valgrind/none/tests/solaris/ |
mmap_noreserve.c | 18 void *addr = mmap(0, PAGESIZE, PROT_READ | PROT_WRITE, flags, -1, 0);
|
/frameworks/compile/mclinker/include/mcld/MC/ |
ZOption.h | 57 uint64_t pageSize() const { return m_PageSize; }
|
/frameworks/support/paging/common/src/test/java/android/arch/paging/ |
ContiguousPagedListTest.java | 99 public List<Item> loadAfter(int startIndex, int pageSize) { 100 return getClampedRange(startIndex, startIndex + pageSize, false); 105 public List<Item> loadBefore(int startIndex, int pageSize) { 106 return getClampedRange(startIndex - pageSize + 1, startIndex + 1, true);
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/ |
fstream_unistd.cpp | 135 size_t pagesize, len; local 138 len = sizeof(pagesize); 139 sysctl(mib, 2, &pagesize, &len, NULL, 0); 140 _M_page_size = pagesize;
|