/frameworks/native/cmds/dumpstate/ |
dumpstate.c | 184 long pagesize = sysconf(_SC_PAGESIZE); local 185 if (pagesize <= 1) { 186 pagesize = PAGE_SIZE; 191 unsigned long maximum = pages * pagesize;
|
/bionic/libc/bionic/ |
malloc_debug_check.cpp | 586 size_t pagesize = getpagesize(); local 587 size_t size = BIONIC_ALIGN(bytes, pagesize); 591 return chk_memalign(pagesize, size);
|
malloc_debug_qemu.cpp | 615 qtrace = mmap(NULL, PAGESIZE, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); [all...] |
/external/compiler-rt/lib/asan/ |
asan_interceptors.cc | 299 uptr PageSize = GetPageSizeCached(); 300 uptr bottom = stack & ~(PageSize - 1); 302 ssize = RoundUpTo(ssize, PageSize);
|
asan_rtl.cc | 546 uptr PageSize = GetPageSizeCached(); 548 uptr bottom = ((uptr)&local_stack - PageSize) & ~(PageSize-1);
|
/external/valgrind/VEX/unused/ |
linker.c | 1161 int fd, pagesize; local [all...] |
/external/blktrace/ |
blktrace.c | 154 int pagesize; member in struct:mmap_info 278 static int pagesize; variable 584 mip->pagesize = pagesize; 743 mip->fs_off = mip->fs_size & (mip->pagesize - 1); 871 hdr.page_size = pagesize; [all...] |
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 849 ssize_t pageSize; 850 while ((pageSize = readPage(offset, &page)) > 0) { 859 offset += (size_t)pageSize; [all...] |
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 211 uptr PageSize = GetPageSizeCached(); 212 size = RoundUpTo(size, PageSize); 215 size = PageSize; 217 void *ptr = MsanReallocate(&stack, 0, size, PageSize, false); [all...] |
/external/e2fsprogs/resize/ |
main.c | 382 /* Round down to an even multiple of a pagesize */
|
/external/elfutils/src/libdwfl/ |
linux-proc-maps.c | 328 GElf_Xword pagesize,
|
/external/elfutils/src/libebl/ |
eblgstrtab.c | 84 /* Cache for the pagesize. We correct this value a bit so that `malloc'
|
eblwstrtab.c | 84 /* Cache for the pagesize. We correct this value a bit so that `malloc'
|
/external/elfutils/src/src/ |
ldscript.y | 155 if (likely (ld_state.pagesize == 0)) 156 ld_state.pagesize = $3;
|
/frameworks/base/docs/html/training/printing/ |
custom-docs.jd | 198 MediaSize pageSize = printAttributes.getMediaSize(); 199 if (!pageSize.isPortrait()) {
|
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 212 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize, 224 HRM(this->fXpsFactory->CreatePage(&pageSize, 301 XPS_SIZE pageSize = { 306 HRB(this->createXpsPage(pageSize, &page)); 325 &pageSize, [all...] |
/external/marisa-trie/ |
configure | [all...] |
/hardware/libhardware/tests/keymaster/ |
keymaster_test.cpp | 116 int pageSize = sysconf(_SC_PAGE_SIZE); 117 if (pageSize == -1) { 126 mBufferSize = (dataSize + pageSize - 1) & ~(pageSize - 1); [all...] |
/hardware/qcom/display/msm8084/libgralloc/ |
framebuffer.cpp | 328 //adreno needs page aligned offsets. Align the fbsize to pagesize.
|
/hardware/qcom/display/msm8226/libgralloc/ |
framebuffer.cpp | 329 //adreno needs page aligned offsets. Align the fbsize to pagesize.
|
/hardware/qcom/display/msm8960/libgralloc/ |
framebuffer.cpp | 313 //adreno needs page aligned offsets. Align the fbsize to pagesize.
|
/hardware/qcom/display/msm8974/libgralloc/ |
framebuffer.cpp | 313 //adreno needs page aligned offsets. Align the fbsize to pagesize.
|
/hardware/qcom/display/msm8994/libgralloc/ |
framebuffer.cpp | 332 //adreno needs page aligned offsets. Align the fbsize to pagesize.
|
/system/core/sdcard/ |
sdcard.c | 247 __u8 read_buffer[MAX_READ + PAGESIZE]; [all...] |
/external/regex-re2/benchlog/ |
benchlog.mini | 15 hw.pagesize: 4096 43 hw.pagesize = 4096 [all...] |