Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_binary_search.cpp31 int32_t high = static_cast<int32_t>(tableNameArray.size() - 1); in BinarySearch() local
33 while (low <= high) { in BinarySearch()
34 int32_t mid = (low + high) / divider; in BinarySearch()
39 high = mid - 1; in BinarySearch()
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_bitmap.h32 #define SOFTBUS_BITSGET(x, high, low) ((x) & (((DATA_ONE(x) << ((high) + 1)) - 1) & ~((DATA_ONE(x) … argument
33 #define SOFTBUS_BITSSHIFT(x, high, low) (((x) >> (low)) & ((DATA_ONE(x) << ((high) - (low) + 1)) - … argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_color_conversion_common.h76 const vec3 high = pow((srgb + 0.055f) * mhigh, vec3(2.4f)); in SrgbToLinear() local
79 return mix(high, low, cutoff); in SrgbToLinear()
91 const vec3 high = pow(linear, vec3(0.416f)) * mhigh - 0.055f; in LinearToSrgb() local
94 return mix(high, low, cutoff); in LinearToSrgb()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c155 int16 high = saStore->mapTop - 1; in SASTORA_FindHandleByPid() local
157 while (low <= high) { in SASTORA_FindHandleByPid()
159 int16 mid = (high + low) / 2; in SASTORA_FindHandleByPid()
168 high = mid - 1; in SASTORA_FindHandleByPid()
178 int16 high = saStore->mapTop - 1; in SASTORA_FindHandleByUidPid() local
180 while (low <= high) { in SASTORA_FindHandleByUidPid()
182 int16 mid = (high + low) / 2; in SASTORA_FindHandleByUidPid()
191 high = mid - 1; in SASTORA_FindHandleByUidPid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp87 int high = MAX_RESOLUTION; in BinarySearch() local
91 while (low <= high) { in BinarySearch()
92 middle = (static_cast<unsigned int>(low + high)) >> 1; in BinarySearch()
100 high = middle - 1; in BinarySearch()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp81 int high = MAX_RESOLUTION; in BinarySearch() local
83 while (low <= high) { in BinarySearch()
85 int middle = (low + high) / 2; in BinarySearch()
90 high = middle -1; in BinarySearch()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_v20.md350 | CODEC_HEVC_HIGH_TIER_LEVEL1 | high tier level1 |
352 | CODEC_HEVC_HIGH_TIER_LEVEL2 | high tier level2 |
354 | CODEC_HEVC_HIGH_TIER_LEVEL21 | high tier level2.1 |
356 | CODEC_HEVC_HIGH_TIER_LEVEL3 | high tier level3 |
358 | CODEC_HEVC_HIGH_TIER_LEVEL31 | high tier level3.1 |
360 | CODEC_HEVC_HIGH_TIER_LEVEL4 | high tier level4 |
362 | CODEC_HEVC_HIGH_TIER_LEVEL41 | high tier level4.1 |
364 | CODEC_HEVC_HIGH_TIER_LEVEL5 | high tier level5 |
366 | CODEC_HEVC_HIGH_TIER_LEVEL51 | high tier level5.1 |
368 | CODEC_HEVC_HIGH_TIER_LEVEL52 | high tier level5.2 |
[all …]
/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/
H A Dhex_string.cpp78 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local
80 if (high == MAX_HEX || low == MAX_HEX) { // max hex must < 16 in HexStringToByte()
83 byte[i] = high << 4; // 4: Set the high nibble in HexStringToByte()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-power-temperature-protection.md44 "high": 500,
53 | high | 600 |
137 "high": 500,
172 "high": 600,
H A Dsubsys-power-level-LED-color.md53 "high": {
67 | high | 高电量 |
175 "high": {
229 "high": {
H A Dsubsys-power-battery-level-customization.md50 "high": 90,
65 | high | 90 | 高电量 |
306 "high": 99,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-convertxml.md60 '<note importance="high" logged="true">' +
78 …elements":[{"_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"…
123 '<note importance="high" logged="true">' +
142 …elements":[{"_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"…
175 '<note importance="high" logged="true">' +
189 …elements":[{"_type":"element","_name":"note","_attributes":{"importance":"high","logged":"true"},"…
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddata_resource.cpp128 int32_t high = static_cast<int32_t>(length - 1); in BinarySearchString() local
129 while (low <= high) { in BinarySearchString()
130 int32_t mid = low + (high - low) / 2; in BinarySearchString()
140 high = mid - 1; in BinarySearchString()
449 int32_t high = static_cast<int32_t>(localesCount - 1); in BinarySearchLocale() local
450 while (low <= high) { in BinarySearchLocale()
451 int32_t mid = low + (high - low) / 2; in BinarySearchLocale()
461 high = mid - 1; in BinarySearchLocale()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_bigint_test.cpp267 uint64_t high = uint64_t(rand()); variable
269 u64Val[i] = (high << 32) | low;
309 uint64_t high = uint64_t(rand()); variable
311 u64Val[i] = (high << 32) | low;
351 uint64_t high = uint64_t(rand()); variable
353 u64Val[i] = (high << 32) | low;
389 uint64_t high = uint64_t(rand()); variable
391 u64Val[i] = (high << 32) | low;
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c78 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local
80 if (high == OUT_OF_HEX || low == OUT_OF_HEX) { in HexStringToByte()
83 byte[i] = high << 4; /* 4: Set the high nibble */ in HexStringToByte()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_utils.cpp132 char16_t high = charBytes[i]; in CharsConvertToChar16() local
135 ret[id] = (char16_t)((high << BYTE_LENGTH) | low); in CharsConvertToChar16()
137 ret[id] = (char16_t)((low << BYTE_LENGTH) | high); in CharsConvertToChar16()
166 uint8_t high = 0; in Gsm7bitConvertToString() local
181 high = (bytes[pos + 1] & (unsigned char)(~(0xFF << (CHAR_GSM_7BIT - left)))) << left; in Gsm7bitConvertToString()
182 str.push_back(high | low); in Gsm7bitConvertToString()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_section.cpp74 uintptr_t high = fdeCount; in SearchEntry() local
76 while (low < high) { in SearchEntry()
77 uintptr_t cur = (low + high) / 2; // 2 : binary search divided parameter in SearchEntry()
92 high = cur; in SearchEntry()
99 if (high != 0) { in SearchEntry()
100 …ptr = static_cast<uintptr_t>(tableData) + (high - 1) * sizeof(DwarfTableEntry) + 4; // 4 : four by… in SearchEntry()
H A Darm_exidx.cpp156 uintptr_t high = tableLen; in SearchEntry() local
157 while (low < high) { in SearchEntry()
158 uintptr_t cur = (low + high) / 2; // 2 : binary search divided parameter in SearchEntry()
171 high = cur; in SearchEntry()
177 if (high != 0) { in SearchEntry()
178 entry = tableData + (high - 1) * ARM_EXIDX_TABLE_SIZE; in SearchEntry()
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dxml-parsing.md43 '<note importance="high" logged="true">' +
110 '<note importance="high" logged="true">' +
140 importance high logged true // note节点的属性及属性值
157 '<note importance="high" logged="true">' +
187 2 1 // 2:<note importance="high" logged="true"> 对应事件类型START_TAG值为2 1:深度为1
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_predicates.h43 …virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullp… in Between() argument
44 …virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nu… in NotBetween() argument
82 …virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullp… in Between() argument
83 …virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nu… in NotBetween() argument
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-temperature-protection.md7 …in different environments, the battery temperature may become excessively high or low due to the i…
43 "high": 500,
52 | high | 600 |
136 "high": 500,
170 "high": 600,
H A Dsubsys-power-level-LED-color.md7 … battery level during charging. For example, green indicates a high battery level is high, yellow …
53 "high": {
67 | high | High battery level|
175 "high": {
229 "high": {
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_predicates.cpp265 … *AbsPredicates::Between(const std::string &field, const ValueObject &low, const ValueObject &high) in Between() argument
267 if (!CheckParameter("between", field, { low, high })) { in Between()
274 bindArgs.push_back(high); in Between()
281 …bsPredicates::NotBetween(const std::string &field, const ValueObject &low, const ValueObject &high) in NotBetween() argument
283 if (!CheckParameter("notBetween", field, { low, high })) { in NotBetween()
290 bindArgs.push_back(high); in NotBetween()
/ohos5.0/docs/en/application-dev/ui/
H A Djs-framework-resource-restriction.md28high-density screen (\~240 dpi) (1.5 x Reference density)<br/>- xhdpi: extra high-density screen (…
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A D_media_asset_manager.md131 …set with high quality. If there is no high-quality asset available, trigger the process for creati…
133high-quality asset if there is any. Otherwise, return a low-quality asset first and trigger the pr…
181 …set with high quality. If there is no high-quality asset available, trigger the process for creati…
183high-quality asset if there is any. Otherwise, return a low-quality asset first and trigger the pr…
378 …set with high quality. If there is no high-quality asset available, trigger the process for creati…
380high-quality asset if there is any. Otherwise, return a low-quality asset first and trigger the pr…
455 …set with high quality. If there is no high-quality asset available, trigger the process for creati…
457high-quality asset if there is any. Otherwise, return a low-quality asset first and trigger the pr…

12345678910>>...18