HomeSort by relevance Sort by last modified time
    Searched refs:GetPageSize (Results 1 - 24 of 24) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_containerlayoutitem.h 18 CFX_SizeF GetPageSize() const;
cxfa_containerlayoutitem.cpp 30 CFX_SizeF CXFA_ContainerLayoutItem::GetPageSize() const {
  /external/compiler-rt/lib/dfsan/
dfsan_interceptors.cc 23 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize()));
31 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize()));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Process.h 34 static unsigned GetPageSize();
  /external/libchrome/base/memory/
protected_memory_posix.cc 31 const uintptr_t page_mask = ~(base::GetPageSize() - 1);
50 const uintptr_t page_mask = ~(base::GetPageSize() - 1);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/
VirtualMemoryAccess.h 56 EFI_VIRTUAL_MEMORY_ACCESS_GET_PAGE_SIZE GetPageSize;
  /external/libchrome/mojo/core/
platform_shared_memory_mapping.cc 17 // For getpagesize() on NaCl.
26 size_t GetPageSize() {
29 return getpagesize();
50 size_t offset_rounding = offset_ % GetPageSize();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_posix_test.cc 63 const int page_size = GetPageSize();
sanitizer_stacktrace_test.cc 46 size_t ps = GetPageSize();
70 size_t ps = GetPageSize();
  /external/libchrome/base/process/
process_metrics_posix.cc 94 size_t GetPageSize() {
95 return getpagesize();
process_metrics.h 263 // returned by GetPageSize().
264 BASE_EXPORT size_t GetPageSize();
  /external/pdfium/xfa/fwl/
cfwl_scrollbar.h 48 float GetPageSize() const { return m_fPageSize; }
cfwl_listbox.cpp 864 fPos -= pScrollBar->GetPageSize();
870 fPos += pScrollBar->GetPageSize();
cfwl_edit.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
MemoryBuffer.cpp 188 static int PageSize = sys::Process::GetPageSize();
281 static int PageSize = sys::Process::GetPageSize();
  /external/pdfium/xfa/fxfa/
cxfa_ffpageview.cpp 122 return CFX_RectF(0, 0, GetPageSize());
127 return GetPageMatrix(CFX_RectF(0, 0, GetPageSize()), rtDisp, iRotate, 0);
  /external/libchrome/base/allocator/
allocator_shim.cc 47 pagesize = base::GetPageSize();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 48 return GetPageSize();
sanitizer_common.h 65 uptr GetPageSize();
69 PageSizeCached = GetPageSize();
sanitizer_mac.cc 325 uptr GetPageSize() {
sanitizer_win.cc 37 uptr GetPageSize() {
sanitizer_linux.cc 802 uptr GetPageSize() {
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 970 __msan_unpoison(res, RoundUpTo(length, GetPageSize()));
988 __msan_unpoison(res, RoundUpTo(length, GetPageSize()));
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 118 static uintptr_t GetPageSize() {
    [all...]

Completed in 1873 milliseconds