Home
last modified time | relevance | path

Searched defs:pageSize (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/legacy/legacy_gtest/
H A Dlegacy_getpagesize_test.cpp20 long pageSize = sysconf(_SC_PAGESIZE); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/
H A Dmman_mprotect_test.cpp23 size_t pageSize = getpagesize(); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setstack.c42 int pageSize = getpagesize(); in pthread_attr_setstack_0100() local
H A Dpthread_create.c92 int32_t pageSize = getpagesize(); in pthread_create_0400() local
/third_party/skia/tests/
H A 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
H A DPDFTaggedLinkTest.cpp30 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
H A DPDFTaggedTest.cpp28 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
H A DPDFTaggedTableTest.cpp29 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
/third_party/skia/tools/
H A DProcStats.cpp65 const long pageSize = sysconf(_SC_PAGESIZE); in getCurrResidentSetSizeBytes() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp74 static int pageSize = 0; in memoryPageSize() local
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Dcached_paged_byte_array.h42 virtual size_t pageSize() const { return paged_byte_array_->pageSize(); } in pageSize() function in piex::binary_parse::CachedPagedByteArray
H A Drange_checked_byte_ptr.cc53 size_t MemoryPagedByteArray::pageSize() const { return len_; } in pageSize() function in piex::binary_parse::__anon21691::MemoryPagedByteArray
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMemory.cpp63 static int pageSize = [] { in memoryPageSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A 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
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory_stream.cpp25 dng_memory_stream(dng_memory_allocator &allocator, dng_abort_sniffer *sniffer, uint32 pageSize) dng_memory_stream() argument
/third_party/skia/docs/examples/
H A DPDF.cpp8 WritePDF(SkWStream* outputStream, const char* documentTitle, void (*writePage)(SkCanvas*, int page), int numberOfPages, SkSize pageSize) REG_FIDDLE() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp172 void PoolAllocator::initialize(int pageSize, int alignment) in initialize() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.hpp158 const size_t pageSize = (size_t)(1<<ELEMENTS_PER_PAGE_LOG2)*sizeof(Element); in makePageResident() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp223 static int pageSize = [] { in memoryPageSize() local
275 size_t pageSize = memoryPageSize(); in allocateMemoryPages() local
[all...]
H A DLLVMJIT.cpp270 size_t pageSize = rr::memoryPageSize(); variable
289 size_t pageSize = rr::memoryPageSize(); in protectMappedMemory() local
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h234 size_t pageSize; // granularity of allocation from the OS in initializeAllocation() member in glslang::TPoolAllocator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.h210 size_t pageSize; // granularity of allocation from the OS member in TPoolAllocator
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp1405 GLint pageSize = de::max(pageSizeX, pageSizeY); in verifyTexStorageFullArrayCubeMipmapsError() local
/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp274 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage() local
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp198 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize, in createXpsPage() argument
288 XPS_SIZE pageSize = { in endSheet() local

Completed in 19 milliseconds

12