/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_bitmap.h | 32 #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/base/powermgr/battery_manager/services/native/profile/ |
H A D | battery_config.json | 11 "high": { object 17 "high": 680, number 26 "high": 99, number
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/profile/ |
H A D | battery_config.json | 11 "high": { object 17 "high": 680, number 26 "high": 99, number
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_color_conversion_common.h | 76 const vec3 high = pow((srgb + 0.055f) * mhigh, vec3(2.4f)); in SrgbToLinear() local 91 const vec3 high = pow(linear, vec3(0.416f)) * mhigh - 0.055f; in LinearToSrgb() local
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_binary_search.cpp | 31 int32_t high = static_cast<int32_t>(tableNameArray.size() - 1); in BinarySearch() local
|
/ohos5.0/base/startup/init/scripts/ |
H A D | param_cfg_to_code.py | 122 def add_to_code_dict(code_dict, cfg_dict, high=True): argument
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_bigint_test.cpp | 267 uint64_t high = uint64_t(rand()); variable 309 uint64_t high = uint64_t(rand()); variable 351 uint64_t high = uint64_t(rand()); variable 389 uint64_t high = uint64_t(rand()); variable
|
H A D | raw_data_parser_test.cpp | 55 uint64_t high = uint64_t(rand()); variable
|
/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | hex_string.cpp | 78 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local
|
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | rdb_predicates.h | 43 …virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullp… in Between() 44 …virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nu… in NotBetween() 82 …virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullp… in Between() 83 …virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nu… in NotBetween()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | sa_store.c | 155 int16 high = saStore->mapTop - 1; in SASTORA_FindHandleByPid() local 178 int16 high = saStore->mapTop - 1; in SASTORA_FindHandleByUidPid() local
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | string_util.c | 78 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_cubic_bezier_interpolator.cpp | 87 int high = MAX_RESOLUTION; in BinarySearch() local
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/ |
H A D | cubic_bezier.cpp | 81 int high = MAX_RESOLUTION; in BinarySearch() local
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | domain_chain_rule.cpp | 137 uint8_t high = CharToHex(first); in CharToHex() local
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_utils.cpp | 132 char16_t high = charBytes[i]; in CharsConvertToChar16() local 166 uint8_t high = 0; in Gsm7bitConvertToString() local
|
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_predicates.h | 290 …SharePredicates *Between(const std::string &field, const std::string &low, const std::string &high) in Between() 302 …rePredicates *NotBetween(const std::string &field, const std::string &low, const std::string &high) in NotBetween()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/common/src/ |
H A D | time_provider.cpp | 144 int32_t TimeProvider::GetRandomDelay(int32_t low, int32_t high) in GetRandomDelay()
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_uuid.cpp | 168 unsigned char high = value & 0xF0; // Operate the mark in GetFormatUUID() local
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | data_resource.cpp | 128 int32_t high = static_cast<int32_t>(length - 1); in BinarySearchString() local 449 int32_t high = static_cast<int32_t>(localesCount - 1); in BinarySearchLocale() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_file.cpp | 218 int32_t high = binHeader_.fontNum - 1; in GetGlyphInfo() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_predicates.cpp | 265 … *AbsPredicates::Between(const std::string &field, const ValueObject &low, const ValueObject &high) in Between() 281 …bsPredicates::NotBetween(const std::string &field, const ValueObject &low, const ValueObject &high) in NotBetween()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/ |
H A D | device_matrix.h | 118 static inline uint16_t Merge(uint16_t high, uint16_t low) in Merge()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | aes_gcm_helper.cpp | 76 unsigned char high = HexChar2Byte(hex[i]); in Hex2Byte() local
|
/ohos5.0/commonlibrary/ets_utils/platform/ohos/ |
H A D | util_helper.cpp | 237 char16_t high = (wc >> 8) & 0x00FF; // 8:offset value in Utf16BEToLE() local 321 bool IsValidLowSurrogate(char16_t high) in IsValidLowSurrogate()
|