Home
last modified time | relevance | path

Searched +defs:j +defs:c (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dstring_util.cpp26 uint32_t c = text[i]; in IsUtf8() local
41 for (int j = 0; j < n && i < len; j++) { in IsUtf8() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dcommon_utils.h34 uint32_t c = text[i]; in IsUtf8() local
48 for (uint32_t j = 0; j < n && i < len; j++) { in IsUtf8() local
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c76 uint32_t j = 0; in Base64Encode() local
82 uint32_t c = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local
130 uint32_t j = 0; in Base64Decode() local
134 uint32_t c = g_base64DecodeTable[from[i++]]; in Base64Decode() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/utils/
H A Ddcamera.cpp104 uint32_t j = 0; in Base64Encode() local
153 uint32_t j = 0; in Base64Decode() local
172 bool IsBase64(unsigned char c) in IsBase64()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_photo_operator.cpp110 size_t j = 0; in DeCode() local
128 bool OsAccountPhotoOperator::IsBase(unsigned char c) in IsBase()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hdi_util.c47 char IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert()
69 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in ConvertMacToArray() local
96 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp73 float c = GetObject<float>(); in ColorSpaceFuzzTest002() local
80 for (uint32_t j = 0; j < CMSMATRIX_SIZE; j++) { in ColorSpaceFuzzTest002() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp72 …:transform(formattedName.begin(), formattedName.end(), formattedName.begin(), [](unsigned char c) { in CheckCollectionName()
85 for (size_t j = 0; j < singleFilterPath.size(); j++) { in CheckSingleFilterPath() local
162 for (size_t j = 0; j < priFieldName.size(); j++) { in SplitFieldName() local
226 for (size_t j = 0; j < fieldName.size(); j++) { in CheckSingleProjectionDocPath() local
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/
H A Dwifi_hal_common_func.c65 static int8_t IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert()
87 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in ConvertMacToArray() local
114 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_utils.h123 for (int32_t c = 0; c < channel; ++c) { in TransposeTensor() local
124 for (int32_t j = 0; j < height * width; ++j) { in TransposeTensor() local
/ohos5.0/foundation/ability/idl_tool/util/
H A Dstring.cpp267 char* c = strstr(string_ + fromIndex, string); in __anon5e4de09e0602() local
283 char* c = strstr(string_ + fromIndex, other.string_); in __anon5e4de09e0702() local
360 int j = i - 1; in __anon5e4de09e0b02() local
458 for (int j = i; j < size; j++) { in __anon5e4de09e1002() local
477 for (int j = i; j < size; j++) { in __anon5e4de09e1102() local
516 for (int j = i; j < size; j++) { in __anon5e4de09e1402() local
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp178 Matrix3x3 c = {}; in operator *() local
180 for (size_t j = 0; j < b.size(); ++j) { in operator *() local
193 for (size_t j = 0; j < a.size(); ++j) { in operator *() local
204 for (size_t j = 0; j < x.size(); ++j) { in operator *() local
323 for (size_t c = 0; c < dst[0].size(); ++c) { in Invert() local
387 for (int j = 0; j < DIMES_3; ++j) { in ToSkiaXYZ() local
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Dloadbmp_test.c188 uint16_t j; in LoadRgbData() local
192 OsdColor c; in LoadRgbData() local
212 uint16_t j; in LoadData() local
259 uint16_t j; in Copy2BitsAnd4Bits() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp128 char c = static_cast<char>(wc & LOWER_8_BITS_MASK); in Utf16BEToANSI() local
141 bool IsBase64Char(unsigned char c) in IsBase64Char()
291 char c = hex.at(i); in IsValidHex() local
391 int j = 0; in FindLastIndex() local
446 int j = tarlen - 1; in FindIndex() local
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Ddomain_chain_rule.cpp101 [&invalidChar](const char &c) { return invalidChar.find(c) != std::string::npos; }), in FormatDataToDomain()
117 for (uint8_t j = 0; j < segmentSize; ++j) { in FormatDataToDomain() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_code_emitter.cpp38 for (int j = 0; j < paramNumber; j++) { in CheckInterfaceType() local
60 char c = name[i]; in FileName() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp79 for (int j = 0; j < 2 * a; j++) { // 2 max SLR box size in GetWeights() local
85 for (int j = 0; j < 2 * a; j++) { // 2 max SLR box size in GetWeights() local
181 for (int c = cStart; c <= cEnd; ++c) { in SLRBox() local
210 for (int j = 0; j < n; j++) { in Serial() local
224 for (int j = 0; j < n; j++) { in SLRSubtask() local
260 for (int j = 0; j < n; j++) { in Parallel() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp347 char c = s[i]; in WriteEscaped() local
466 for (size_t j = 0; j < max_; ++j) { in DealLength() local
573 for (char c : temp) { in DealCdata() local
748 int c = PriorDealChar(); in SkipChar() local
761 char c = 0; in ParseNameInner() local
789 char c = strXml_[position_]; in ParseName() local
819 int c = 0; in ParseEntityFunc() local
868 int c = PriorDealChar(); in ParseEntity() local
1021 size_t j = (nspCounts_[depth]++) << 1; in ParseNspFunc() local
1335 int c = PriorDealChar(); in ParserDoctInnerInfo() local
[all …]
/ohos5.0/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp265 uint32_t j = 0; in Base64Encode() local
318 uint32_t j = 0; in Base64Decode() local
337 bool IsBase64(unsigned char c) in IsBase64()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp121 uint32_t j = 0; in Base64Encode() local
174 uint32_t j = 0; in Base64Decode() local
193 bool IsBase64(unsigned char c) in IsBase64()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp157 for (size_t j = size - 1; j > 0; j--) { in EncodeUTF8() local
219 unsigned char c = data[i]; in IsUTF8() local
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_accessory_manager.cpp354 bool IsBase64(unsigned char c) in IsBase64()
388 uint32_t j = 0; in Base64Decode() local
406 for (char c : decoded_data) { in Base64Decode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.cpp97 for (int j = 0; j < itemWidth; ++j) { in FitItem() local
133 for (int32_t c = 0; c < size.columns; ++c) { in FillOne() local
336 const int32_t& c = colIt.first; in BackwardImpl() local
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_dump.cpp106 int32_t c; in RunSensorDump() local
261 int32_t j = 0; in DumpSensorData() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp519 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeData() local
532 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeDataForRGB_UBYTE() local
545 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeDataForRGBA_USHORT_4444() local
559 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeDataForRGBA_USHORT_5551() local
573 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeDataForRGB_USHORT_565() local
924 unsigned char c = str[i]; in CheckString() local

123