/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | base32_utils.cpp | 28 uint32_t val = 0; in Encode() local 30 for (char c : input) { in Encode() local 50 uint32_t val = 0; in Decode() local 52 for (char c : input) { in Decode() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_macros.h | 40 #define VALUE(val) argument 46 #define BEGIN_COMPONENT_MANAGER(a, b, c) argument 47 #define END_COMPONENT_MANAGER(a, b, c) argument 48 #define END_COMPONENT(a, b, c) argument 49 #define END_COMPONENT_EXT(a, b, c, d) argument
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_argument.cpp | 32 static int PutIpArgument(const char *argument, const char *val) in PutIpArgument() 41 static int PutPoolArgument(const char *argument, const char *val) in PutPoolArgument() 53 static int ShowVersion(const char *argument, const char *val) in ShowVersion() 59 static int DefaultArgument(const char *argument, const char *val) in DefaultArgument() 223 int PutArgument(const char *argument, const char *val) in PutArgument() 267 int FindIndex(int c) in FindIndex()
|
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | suffix_match_trie.h | 46 T val; member 77 bool Insert(const std::string &key, const T &val) in Insert() 105 bool Update(const std::string &key, const T &val) in Update() 184 int GetChildIndex(char c) in GetChildIndex()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/ |
H A D | wifi_wpa_common.c | 84 void TrimQuotationMark(char *str, char c) in TrimQuotationMark() 189 static int Hex2num(char c) in Hex2num() 218 int val; in DealDigital() local 244 int val; in DealSymbol() local
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | json_flatten_parser.cpp | 40 for (char c = '0'; c <= '9'; c++) { in Initialize() local 67 std::string val = ParseValue(json); in Parse() local 162 std::string val; in ParseBrackets() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | db_config.cpp | 52 T &val) in CheckAndGetDBConfig() 81 std::function<bool(int32_t)> checkFunction = [](int32_t val) { in CheckPageSizeConfig() 90 std::function<bool(uint32_t)> checkFunction = [](uint32_t val) { in CheckRedoFlushConfig() 98 std::function<bool(uint32_t)> checkFunction = [pageSize](uint32_t val) { in CheckRedoBufSizeConfig() 107 std::function<bool(int32_t)> checkFunction = [](int32_t val) { in CheckMaxConnNumConfig() 115 std::function<bool(uint32_t)> checkFunction = [pageSize](uint32_t val) { in CheckBufferPoolSizeConfig() 124 std::function<bool(uint32_t)> checkFunction = [](uint32_t val) { in CheckCrcCheckEnableConfig() 132 std::function<bool(uint32_t)> checkFunction = [](uint32_t val) { in CheckShareModeConfig() 236 …m(lowerCaseConfStr.begin(), lowerCaseConfStr.end(), lowerCaseConfStr.begin(), [](unsigned char c) { in ReadConfig()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ColorProxy.cpp | 48 float val = info.Arg<0>(); in SetValue() local 94 SCENE_NS::Color c(r, g, b, a); in SetValue() local
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | string_util.c | 53 static uint8_t CharToHex(char c) in CharToHex() 126 char *val = (char *)HcMalloc(len + 1, 0); in DeepCopyString() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 79 unsigned val; in HexSequence() local 98 char c = static_cast<char>(is.get()); in GetByteRange() local 116 char c = static_cast<char>(is.get()); in GetResolution() local 144 char c; in QuotedString() local 216 char c = static_cast<char>(iss.peek()); in ParseAttributeValue() local 242 char c = static_cast<char>(iss.peek()); in ParseAttributeName() local
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 79 unsigned val; in HexSequence() local 98 char c = static_cast<char>(is.get()); in GetByteRange() local 116 char c = static_cast<char>(is.get()); in GetResolution() local 144 char c; in QuotedString() local 212 char c = static_cast<char>(iss.peek()); in ParseAttributeValue() local 238 char c = static_cast<char>(iss.peek()); in ParseAttributeName() local
|
/ohos5.0/drivers/peripheral/audio/test/sample/ |
H A D | framework_common.c | 187 int32_t CheckPcmFormat(int32_t val, uint32_t *audioPcmFormat) in CheckPcmFormat() 228 int c; in CleanStdin() local
|
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 153 uint32_t a, b, c, d; in GetRandomID() local 243 std::string val; in GetAudioParamBool() local 256 std::string val = "0"; in GetAudioParamInt() local 415 for (char const &c : jsonString) { in CheckIsNum() local 431 for (char const &c : devId) { in CheckDevIdIsLegal() local
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/ |
H A D | cloud_file_utils.cpp | 59 uint32_t val = pad; in Str2HashBuf() local 65 uint8_t c = static_cast<uint8_t>(tolower(msg[i])); in Str2HashBuf() local 87 uint32_t c = in[2]; in TeaTransform() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common.c | 37 static int hex2num(char c) in hex2num() 67 int val; in DealDigital() local 93 int val; in DealSymbol() local 795 int8_t IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/ |
H A D | daudio_utils.cpp | 99 std::string val = "-1"; in GetAudioParamInt() local 115 for (char const &c : jsonString) { in CheckIsNum() local 132 std::string val; in GetAudioParamBool() local
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | output_p.inl | 32 #define SECUREC_MUL10_ADD_BEYOND_MAX(val) (((val) > SECUREC_INT_MAX_DIV_TEN)) argument 136 #define SECUREC_FMT_TYPE(c, fmtTable) ((((unsigned int)(int)(c)) <= (unsigned int)(int)SECUREC_CHA… argument 138 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) (SecFmtState)(((fmtTable[(SECUREC_FMT_TYPE(c,f… argument 143 #define SECUREC_DECODE_STATE(c,fmtTable,laststate) (SecFmtState)((fmtTable[(fmtTable[(unsigned char… argument
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_task.cpp | 220 if (std::all_of(std::begin(tidStr), std::end(tidStr), [] (const char &c) { in SendEvent() 249 struct HstackVal val; in SendXCollieEvent() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 128 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc() 138 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec() 158 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc() 168 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec() 272 void *FillpMemChr(IN FILLP_CONST void *s, IN FILLP_INT c, IN FILLP_SIZE_T n) in FillpMemChr() 521 FILLP_INT FillpSysArchAtomicInc(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicInc() 541 FILLP_INT FillpSysArchAtomicDec(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicDec() 1132 IN FILLP_INT val) /* arguments for socket */ in FillpFuncFcntl()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/ |
H A D | raw_data_builder_json_parser.cpp | 44 static void TransStrToType(const std::string& str, T& val) in TransStrToType() 481 for (auto c : jsonStr_) { in Parse() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 804 void push_back(const value_type& val) in push_back() 812 void push_back(value_type&& val) in push_back() 976 pointer c = pos.ptr(); in destroy_at() local 994 for (pointer c = fPtr; c != lPtr; ++c) { in destroy() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 85 inline Vector3f ApplyTransForm(const Vector3f& val, const PixelTransformFunc& func) in ApplyTransForm() 117 float c = 0.0f; member 186 const float c = 2.43f; in ACESToneMapping() local 540 float RGBUint8ToFloat(uint8_t val) in RGBUint8ToFloat() 546 float RGBUint10ToFloat(uint16_t val) in RGBUint10ToFloat() 551 uint8_t RGBFloatToUint8(float val) in RGBFloatToUint8() 557 uint16_t RGBFloatToUint10(float val) in RGBFloatToUint10()
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 108 #define SECUREC_MUL10_ADD_BEYOND_MAX(val) (((val) > SECUREC_INT_MAX_DIV_TEN)) argument 298 #define SECUREC_FMT_TYPE(c, fmtTable) \ argument 300 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ argument 304 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ argument
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 180 uint32_t val = pad; in Str2HashBuf() local 186 uint8_t c = static_cast<uint8_t>(tolower(msg[i])); in Str2HashBuf() local 207 uint32_t c = in[2]; /* transform input pos 2 */ in TeaTransform() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 337 int *c = nullptr; in DoStackOverflow() local 541 uintptr_t val = 0; in TestGetCrashObjInner() local
|