| /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
|
| /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
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | raw_data_parser_test.cpp | 56 uint64_t high = uint64_t(rand());
in HWTEST_F() local
|
| H A D | rdb_bigint_test.cpp | 267 uint64_t high = uint64_t(rand()); in HWTEST_F() local 309 uint64_t high = uint64_t(rand()); in HWTEST_F() local 351 uint64_t high = uint64_t(rand()); in HWTEST_F() local 389 uint64_t high = uint64_t(rand()); in HWTEST_F() local
|
| /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
|
| /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
|
| /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
|
| /base/security/device_auth/common_lib/impl/src/ |
| H A D | string_util.c | 79 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]);
in HexStringToByte() local
|
| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | glyphs_file.cpp | 218 int32_t high = binHeader_.fontNum - 1; in GetGlyphInfo() local
|
| /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
|
| /foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/ |
| H A D | cubic_bezier.cpp | 81 int high = MAX_RESOLUTION; in BinarySearch() local
|
| /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() argument
|
| /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
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| H A D | dwarf_section.cpp | 74 uintptr_t high = fdeCount;
in SearchEntry() local
|
| /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 nullptr;}; in Between() argument 44 virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nullptr;}; in NotBetween() argument 82 virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullptr;}; in Between() argument 83 virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nullptr;}; in NotBetween() argument
|
| /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
|
| /foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
| H A D | graphic_neon_utils.h | 86 float32x4_t high = NeonDiv(vcvtq_f32_u32(vmovl_u16(vget_high_u16(a))), in NeonDivInt() local
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | blockaware.h | 48 unsigned int high; member
|
| /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() argument
|
| /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
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_auth_mgr.c | 82 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local
|
| /base/update/updater/services/package/pkg_manager/ |
| H A D | pkg_utils.cpp | 264 uint32_t high = ReadLE32(buff + sizeof(uint32_t)); in GetFileSize() local
|
| /foundation/resourceschedule/device_standby/services/test/unittest/ |
| H A D | standby_service_unit_test.cpp | 643 int high = -1; in HWTEST_F() local
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
| H A D | datashare_predicates_proxy.cpp | 503 std::string high = DataShareJSUtils::ConvertAny2String(env, args[2]); in Between() local 523 std::string high = DataShareJSUtils::ConvertAny2String(env, args[2]); in NotBetween() local
|
| /foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
| H A D | datashare_predicates.h | 290 DataSharePredicates *Between(const std::string &field, const std::string &low, const std::string &high)
in Between() argument 302 DataSharePredicates *NotBetween(const std::string &field, const std::string &low, const std::string &high)
in NotBetween() argument
|