Searched refs:memorySize (Results 1 – 5 of 5) sorted by relevance
611 const size_t memorySize = 20; in TEST_F() local696 const size_t memorySize = 20; in TEST_F() local698 .width = memorySize, in TEST_F()1674 const size_t memorySize = 20; in TEST_F() local1728 char buffer[memorySize]; in TEST_F()1765 const size_t memorySize = 20; in TEST_F() local1768 .width = memorySize, in TEST_F()1849 const size_t memorySize = 20; in TEST_F() local1903 char buffer[memorySize]; in TEST_F()1946 const size_t memorySize = 20; in TEST_F() local[all …]
140 const size_t memorySize = 20; in TEST_F() local142 .width = memorySize, in TEST_F()
282 uint32_t& memorySize = mMemorySizes[memoryIndex]; in addRegion() local283 auto desc = std::make_tuple(memoryIndex, (uint32_t)memorySize, length); in addRegion()285 memorySize += length; in addRegion()333 for (uint32_t memorySize : mMemorySizes) { in layout() local334 auto [n, ashmem] = nn::MemoryAshmem::create(memorySize); in layout()
1457 size_t memorySize = in allocateEvent() local1461 void *event = (memorySize == 0) ? nullptr : memoryAlloc(memorySize); in allocateEvent()1463 if (event == nullptr && memorySize != 0) { in allocateEvent()
1059 const auto memorySize = memorySizes[location.poolIndex]; in validateRequestArgument() local1060 NN_VALIDATE_LE(lastPosition, memorySize); in validateRequestArgument()1061 if (memorySize > 0) { in validateRequestArgument()