Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dsettings.rs148 pub fn max() -> Self { in max() method
233 max: u64, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
Dmod.rs37 let max = libc::SIGRTMAX(); in get_max() localVariable
39 let max = 33; in get_max() localVariable
/commonlibrary/c_utils/base/src/
Dmapped_file.cpp31 off_t max = RoundSize(stb.st_size) - offset_; // Avoid mapped size excessing in ValidMappedSize() local
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_mapped_file_test.cpp1295 off_t max = (stb.st_size / mf.PageSize() + 1LL) * mf.PageSize() - 0LL; variable
1332 off_t max = (stb.st_size / mf.PageSize() + 1LL) * mf.PageSize() - offset; variable
/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.h299 size_t max; member
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.h333 …t::ParseTagValue(napi_env env, char delimiter, bool resolveEntities, TextEnum textEnum, size_t max) in ParseTagValue()
Dtest_xml.cpp2277 size_t max = 1; variable
/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
Dmapped_benchmark_test.cpp1415 off_t max = (stb.st_size / mf.PageSize() + 1LL) * mf.PageSize() - 0LL; in BENCHMARK_F() local
1456 off_t max = (stb.st_size / mf.PageSize() + 1LL) * mf.PageSize() - offset; in BENCHMARK_F() local