Home
last modified time | relevance | path

Searched refs:GetMaxSize (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbuddy.h62 uint64_t GetMaxSize() const { return max_; } in GetMaxSize() function
Dbuddy.cc116 << "Size of buddy space = " << s.GetMaxSize() << "\n" in operator <<()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDictionary.h44 static size_t GetMaxSize() { return kMaxSize; } in GetMaxSize() function
DFuzzerTraceState.cpp111 Size = std::min(Size, Word::GetMaxSize()); in AddInterestingWord()
198 CmpSize = std::min(CmpSize, Word::GetMaxSize()); in TraceMemcmpCallback()
DFuzzerDriver.cpp456 if (U.size() <= Word::GetMaxSize()) in FuzzerDriver()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dstorage_container.cc121 if (sz > bs_->GetMaxSize()) { in Insert()