/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 | 3 "low": { object 18 "low": -500 number 24 "low": 20, number
|
/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/ |
H A D | system_memory_level_config.cpp | 47 void SystemMemoryLevelConfig::SetLow(unsigned int low) in SetLow() 83 unsigned int low; in ParseConfig() local
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/profile/ |
H A D | battery_config.json | 3 "low": { object 18 "low": -500 number 24 "low": 20, number
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_color_conversion_common.h | 77 const vec3 low = srgb * mlow; in SrgbToLinear() local 92 const vec3 low = linear * mlow; in LinearToSrgb() local
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_binary_search.cpp | 30 int32_t low = 0; in BinarySearch() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_bigint_test.cpp | 268 uint64_t low = uint64_t(rand()); variable 310 uint64_t low = uint64_t(rand()); variable 352 uint64_t low = uint64_t(rand()); variable 390 uint64_t low = uint64_t(rand()); variable
|
H A D | raw_data_parser_test.cpp | 56 uint64_t low = uint64_t(rand()); variable
|
/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | hex_string.cpp | 79 uint8_t low = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]); 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 | 156 int16 low = 0; in SASTORA_FindHandleByPid() local 179 int16 low = 0; in SASTORA_FindHandleByUidPid() local
|
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | system_memory_level_config_test.cpp | 86 unsigned int low = 0; variable
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | string_util.c | 79 uint8_t low = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]); in HexStringToByte() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_cubic_bezier_interpolator.cpp | 86 int low = 0; in BinarySearch() local
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/ |
H A D | cubic_bezier.cpp | 80 int low = 0; in BinarySearch() local
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | domain_chain_rule.cpp | 138 uint8_t low = CharToHex(second); in CharToHex() local
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_utils.cpp | 133 char16_t low = charBytes[i + 1]; in CharsConvertToChar16() local 167 uint8_t low = 0; in Gsm7bitConvertToString() local
|
/ohos5.0/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 &… in Between() 302 …DataSharePredicates *NotBetween(const std::string &field, const std::string &low, const std::strin… 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/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | data_resource.cpp | 127 int32_t low = 0; in BinarySearchString() local 448 int32_t low = 0; in BinarySearchLocale() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_file.cpp | 217 int32_t low = 0; in GetGlyphInfo() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_predicates.cpp | 265 AbsPredicates *AbsPredicates::Between(const std::string &field, const ValueObject &low, const Value… in Between() 281 AbsPredicates *AbsPredicates::NotBetween(const std::string &field, const ValueObject &low, const Va… 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 | 77 unsigned char low = HexChar2Byte(hex[i + 1]); in Hex2Byte() local
|
/ohos5.0/commonlibrary/ets_utils/platform/ohos/ |
H A D | util_helper.cpp | 238 char16_t low = wc & 0x00FF; in Utf16BEToLE() local 327 bool IsValidHighSurrogate(char16_t low) in IsValidHighSurrogate()
|