Home
last modified time | relevance | path

Searched refs:GetMaxSize (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DToolBar.h17 bool GetMaxSize(LPSIZE size) in GetMaxSize() function in NWindows::NControl::CToolBar
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDictionary.h44 static size_t GetMaxSize() { return kMaxSize; } in GetMaxSize() function in fuzzer::FixedWord
H A DFuzzerTraceState.cpp111 Size = std::min(Size, Word::GetMaxSize()); in AddInterestingWord()
198 CmpSize = std::min(CmpSize, Word::GetMaxSize());
H A DFuzzerDriver.cpp456 if (U.size() <= Word::GetMaxSize()) in FuzzerDriver()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.hpp85 VkDeviceSize GetMaxSize() const override;
H A DvktBitstreamBufferImpl.cpp110 VkDeviceSize BitstreamBufferImpl::GetMaxSize() const in GetMaxSize() function in vkt::video::BitstreamBufferImpl
H A DvktVideoBaseDecodeUtils.cpp1298 DE_ASSERT(pPicParams->bitstreamData->GetMaxSize() >= pPicParams->bitstreamDataLen);
1817 newSize = newBitstreamBuffer->GetMaxSize();
1843 return bitstreamBuffer->GetMaxSize();
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h124 size_t GetMaxSize() const;
125 VIXL_DEPRECATED("GetMaxSize", size_t MaxSize() const) { return GetMaxSize(); }
184 inline size_t LiteralPool::GetMaxSize() const { in GetMaxSize() function in vixl::aarch64::LiteralPool
304 size_t GetMaxSize() const { in GetMaxSize() function in vixl::aarch64::VeneerPool
308 VIXL_DEPRECATED("GetMaxSize", size_t MaxSize() const) { return GetMaxSize(); }
7992 size_t GetLiteralPoolMaxSize() const { return literal_pool_.GetMaxSize(); } in GetLiteralPoolMaxSize()
7997 size_t GetVeneerPoolMaxSize() const { return veneer_pool_.GetMaxSize(); } in GetVeneerPoolMaxSize()
8032 literal_pool_.GetMaxSize() in EnsureEmitFor()
[all...]
H A Dmacro-assembler-aarch64.cc109 if (GetMaxSize() >= range) Emit(); in CheckEmitForBranch()
269 kPoolNonVeneerCodeSize + amount + GetMaxSize() + GetOtherPoolsMaxSize(); in ShouldEmitVeneer()

Completed in 27 milliseconds