Home
last modified time | relevance | path

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

/ohos5.0/base/update/packaging_tools/
H A Dscript_generator.py373 max_value = max(proportion_value_list)
374 max_idx = proportion_value_list.index(max_value)
376 max_value - (sum_proportion_value - distributable_value)
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp1270 uint32_t max_value = GetBrightnessLevelFromNit(maxNit); in SetMaxBrightnessNit() local
1272 maxNit, max_value); in SetMaxBrightnessNit()
1273 if (max_value == brightnessValueMax) { in SetMaxBrightnessNit()
1278 (max_value > MAX_DEFAULT_BRGIHTNESS_LEVEL ? MAX_DEFAULT_BRGIHTNESS_LEVEL : max_value); in SetMaxBrightnessNit()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs211 let max_value = self.table.insert_count + max_entries; in decode_repr() localVariable
212 let max_wrapped = (max_value / full_range) * full_range; in decode_repr()
214 if self.require_insert_count > max_value { in decode_repr()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs237 assert!(protocols.len() <= c_uint::max_value() as usize); in set_alpn_protos()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs77 ::std::cmp::min(der.len(), ::libc::c_long::max_value() as usize) as ::libc::c_long; in from_der()
H A Derror.rs237 const ERR_SYSTEM_FLAG: c_ulong = c_int::max_value() as c_ulong + 1;