/external/compiler-rt/lib/dfsan/ |
D | dfsan_interceptors.cc | 23 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR() 31 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
|
/external/libchrome/base/memory/ |
D | protected_memory_posix.cc | 31 const uintptr_t page_mask = ~(base::GetPageSize() - 1); in SetMemory() 50 const uintptr_t page_mask = ~(base::GetPageSize() - 1); in AssertMemoryIsReadOnly()
|
/external/libchrome/mojo/core/ |
D | platform_shared_memory_mapping.cc | 26 size_t GetPageSize() { in GetPageSize() function 50 size_t offset_rounding = offset_ % GetPageSize(); in PlatformSharedMemoryMapping()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_test.cc | 46 size_t ps = GetPageSize(); in SetUp() 70 size_t ps = GetPageSize(); in TearDown()
|
D | sanitizer_posix_test.cc | 63 const int page_size = GetPageSize(); in TEST()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_containerlayoutitem.h | 18 CFX_SizeF GetPageSize() const;
|
D | cxfa_containerlayoutitem.cpp | 30 CFX_SizeF CXFA_ContainerLayoutItem::GetPageSize() const { in GetPageSize() function in CXFA_ContainerLayoutItem
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Process.h | 34 static unsigned GetPageSize();
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | MemoryBuffer.cpp | 188 static int PageSize = sys::Process::GetPageSize(); in ~MemoryBufferMMapFile() 281 static int PageSize = sys::Process::GetPageSize(); in getOpenFile()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Process.inc | 42 // solely so it can be called once in Process::GetPageSize to initialize the 56 Process::GetPageSize() {
|
D | Memory.inc | 32 static const size_t pageSize = Process::GetPageSize();
|
/external/libchrome/base/process/ |
D | process_metrics_posix.cc | 94 size_t GetPageSize() { in GetPageSize() function
|
D | process_metrics.h | 264 BASE_EXPORT size_t GetPageSize();
|
/external/pdfium/xfa/fwl/ |
D | cfwl_scrollbar.h | 48 float GetPageSize() const { return m_fPageSize; } in GetPageSize() function
|
D | cfwl_listbox.cpp | 864 fPos -= pScrollBar->GetPageSize(); in OnScroll() 870 fPos += pScrollBar->GetPageSize(); in OnScroll()
|
D | cfwl_edit.cpp | 1412 fPos -= pScrollBar->GetPageSize(); in OnScroll() 1419 fPos += pScrollBar->GetPageSize(); in OnScroll()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffpageview.cpp | 122 return CFX_RectF(0, 0, GetPageSize()); in GetPageViewRect() 127 return GetPageMatrix(CFX_RectF(0, 0, GetPageSize()), rtDisp, iRotate, 0); in GetDisplayMatrix()
|
/external/libchrome/base/allocator/ |
D | allocator_shim.cc | 47 pagesize = base::GetPageSize(); in GetCachedPageSize()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Memory.inc | 36 size_t pageSize = Process::GetPageSize();
|
D | Process.inc | 45 Process::GetPageSize()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 65 uptr GetPageSize(); 69 PageSizeCached = GetPageSize(); in GetPageSizeCached()
|
D | sanitizer_posix.cc | 48 return GetPageSize(); in GetMmapGranularity()
|
D | sanitizer_mac.cc | 325 uptr GetPageSize() { in GetPageSize() function
|
D | sanitizer_win.cc | 37 uptr GetPageSize() { in GetPageSize() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 970 __msan_unpoison(res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR() 988 __msan_unpoison(res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
|