Home
last modified time | relevance | path

Searched defs:pageSize (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmemory.cpp30 inline size_t pageSize() { in pageSize() function
62 inline size_t pageSize() { in pageSize() function
99 inline size_t pageSize() { in pageSize() function
245 size_t pageSize() { in pageSize() function
/third_party/skia/tests/
DPDFTaggedPruningTest.cpp29 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
94 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
DPDFTaggedLinkTest.cpp30 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
DPDFTaggedTest.cpp28 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
DPDFTaggedTableTest.cpp29 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
/third_party/flutter/skia/tools/
DProcStats.cpp49 const long pageSize = sysconf(_SC_PAGESIZE); in getCurrResidentSetSizeMB() local
/third_party/skia/third_party/externals/piex/src/binary_parse/
Dcached_paged_byte_array.h42 virtual size_t pageSize() const { return paged_byte_array_->pageSize(); } in pageSize() function
Drange_checked_byte_ptr.cc53 size_t MemoryPagedByteArray::pageSize() const { return len_; } in pageSize() function in piex::binary_parse::__anona586b0720111::MemoryPagedByteArray
/third_party/flutter/skia/third_party/externals/piex/src/binary_parse/
Dcached_paged_byte_array.h42 virtual size_t pageSize() const { return paged_byte_array_->pageSize(); } in pageSize() function
Drange_checked_byte_ptr.cc53 size_t MemoryPagedByteArray::pageSize() const { return len_; } in pageSize() function in piex::binary_parse::__anonb08d52470111::MemoryPagedByteArray
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_setstack.c42 int pageSize = getpagesize(); in pthread_attr_setstack_0100() local
Dpthread_create.c92 int32_t pageSize = getpagesize(); in pthread_create_0400() local
/third_party/skia/tools/
DProcStats.cpp65 const long pageSize = sysconf(_SC_PAGESIZE); in getCurrResidentSetSizeBytes() local
/third_party/flutter/skia/tests/
DPDFTaggedTest.cpp27 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp223 static int pageSize = [] { in memoryPageSize() local
275 size_t pageSize = memoryPageSize(); in allocateMemoryPages() local
DLLVMJIT.cpp270 size_t pageSize = rr::memoryPageSize(); in allocateMappedMemory() local
289 size_t pageSize = rr::memoryPageSize(); in protectMappedMemory() local
/third_party/flutter/skia/docs/examples/
DPDF.cpp12 SkSize pageSize) { in WritePDF()
/third_party/skia/docs/examples/
DPDF.cpp12 SkSize pageSize) { in WritePDF()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp74 static int pageSize = 0; in memoryPageSize() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DMemory.cpp63 static int pageSize = [] { in memoryPageSize() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_memory_stream.cpp27 uint32 pageSize) in dng_memory_stream()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp158 const size_t pageSize = (size_t)(1<<ELEMENTS_PER_PAGE_LOG2)*sizeof(Element); in makePageResident() local
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp172 void PoolAllocator::initialize(int pageSize, int alignment) in initialize()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h210 size_t pageSize; // granularity of allocation from the OS variable
/third_party/glslang/glslang/Include/
DPoolAlloc.h229 size_t pageSize; // granularity of allocation from the OS in initializeAllocation() variable

12