Home
last modified time | relevance | path

Searched defs:max (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dsettings.rs196 pub fn max() -> Self { in max() method
281 max: u64, field
/commonlibrary/c_utils/base/src/
Dmapped_file.cpp35 off_t max = RoundSize(stb.st_size) - offset_; // Avoid mapped size excessing in ValidMappedSize() local
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.h318 …:string XmlTest::ParseTagValue(char delimiter, bool resolveEntities, TextEnum textEnum, size_t max) in ParseTagValue()
Dtest_xml.cpp2061 size_t max = 1; variable
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_mapped_file_test.cpp1308 off_t max = (stb.st_size / mf.PageSize() + 1LL) * mf.PageSize() - 0LL; variable
1347 off_t max = (stb.st_size / mf.PageSize() + 1LL) * mf.PageSize() - offset; variable
/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.h294 size_t max; member