Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DMemory.cpp44 static int pageSize = 0; in memoryPageSize() local
108 size_t pageSize = memoryPageSize(); in allocateExecutable() local
/external/skia/tools/
DProcStats.cpp49 const long pageSize = sysconf(_SC_PAGESIZE); in getCurrResidentSetSizeMB() local
/external/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::__anon49fb7ae90111::MemoryPagedByteArray
/external/dng_sdk/source/
Ddng_memory_stream.cpp27 uint32 pageSize) in dng_memory_stream()
/external/swiftshader/src/Reactor/
DLLVMRoutineManager.cpp68 size_t pageSize = memoryPageSize(); in startFunctionBody() local
/external/compiler-rt/lib/safestack/
Dsafestack.cc73 static unsigned pageSize; variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp158 const size_t pageSize = (size_t)(1<<ELEMENTS_PER_PAGE_LOG2)*sizeof(Element); in makePageResident() local
/external/skia/src/pdf/
DSkPDFDocument.cpp216 SkISize pageSize = SkISize::Make( in onBeginPage() local
DSkPDFDevice.cpp539 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc) in SkPDFDevice()
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h205 size_t pageSize; // granularity of allocation from the OS variable
/external/skia/src/xps/
DSkXPSDevice.cpp206 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize, in createXpsPage()
296 XPS_SIZE pageSize = { in endSheet() local