/ohos5.0/base/startup/hvb/libhvb/src/deps/ |
H A D | hvb_sysdeps.c | 24 int hvb_memcmp(const void *src1, const void *src2, size_t n) in hvb_memcmp() 29 void *hvb_memcpy(void *dest, const void *src, size_t n) in hvb_memcpy() 39 void *hvb_memset(void *dest, const int c, size_t n) in hvb_memset() 44 int hvb_memset_s(void *dest, size_t destMax, int c, size_t count) in hvb_memset_s() 54 int hvb_strncmp(const char *s1, const char *s2, size_t n) in hvb_strncmp()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | string_util.cpp | 23 int n; in IsUtf8() local 26 uint32_t c = text[i]; in IsUtf8() local
|
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | jit_fort_helper.h | 38 unsigned long n, unsigned long a, unsigned long b, in Syscall() 39 unsigned long c, unsigned long d, unsigned long e) in Syscall()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | common_utils.h | 32 uint32_t n = 0; in IsUtf8() local 34 uint32_t c = text[i]; in IsUtf8() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/memory/ |
H A D | rs_dfx_string.h | 28 DfxString(const char* c) : str_(c) {} in DfxString() 48 int n; in AppendFormatInner() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | largeclippedpath.cpp | 69 float n = 2; in OnTestFunction() local 71 float c = n * M_PI * (i - 0.5f) / kNumPetals; // 0.5f 曲线参数 in OnTestFunction() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… argument
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… variable
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_base64.c | 32 #define RESIZE4(n) (((n) + 3) & ~3) argument 82 uint32_t c = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 134 uint32_t c = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_utils.h | 123 for (int32_t c = 0; c < channel; ++c) { in TransposeTensor() local 125 for (int32_t n = 0; n < batch; ++n) { in TransposeTensor() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/ |
H A D | host_stream_mgr_impl.cpp | 33 RetCode HostStreamMgrImpl::CreateHostStream(const HostStreamInfo& info, BufferCb c) in CreateHostStream() 74 std::sort(s.begin(), s.end(), [](const int32_t& f, const int32_t& n) { in GetStreamTypes()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_channel.h | 242 const char *c = "89ab"; in RandomUuid() local 244 int n; in RandomUuid() local
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_utils.cpp | 22 unsigned char SIMUtils::HexCharConvertToInt(char c) in HexCharConvertToInt() 88 bool SIMUtils::IsShowableAscii(char c) in IsShowableAscii() 163 int n = 0; in Gsm7bitConvertToString() local 214 wchar_t c = L'\uFFFF'; in DiallingNumberStringFieldConvertToString() local 311 int c = data[i] & BYTE_VALUE; in Decode8BitConvertToString() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights() 181 for (int c = cStart; c <= cEnd; ++c) { in SLRBox() local 208 int m = dst.size_.height, n = dst.size_.width; in Serial() local 222 int n = dst.size_.width; in SLRSubtask() local 239 int m = dst.size_.height, n = dst.size_.width; in Parallel() local
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 178 Matrix3x3 c = {}; in operator *() local 323 for (size_t c = 0; c < dst[0].size(); ++c) { in Invert() local 336 for (auto& n : res) { in ToLinear() local 354 for (auto& n : res) { in ToNonLinear() local
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/ |
H A D | cloud_file_utils.cpp | 65 uint8_t c = static_cast<uint8_t>(tolower(msg[i])); in Str2HashBuf() local 84 int n = 16; in TeaTransform() local 87 uint32_t c = in[2]; in TeaTransform() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/ |
H A D | stream_pipeline_core.cpp | 185 std::sort(types.begin(), types.end(), [](const int32_t& f, const int32_t& n) { return f < n; }); in CheckStreamsSupported() 199 …:shared_ptr<IStreamPipelineCore> IStreamPipelineCore::Create(const std::shared_ptr<NodeContext>& c) in Create()
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_utils.cpp | 335 uint32_t GetBitsCount(uint64_t n) in GetBitsCount() 345 uint16_t GetBitPos(uint64_t n) in GetBitPos() 436 char c = static_cast<char>(fgetc(fp)); in GetNameByPid() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 646 unsigned n = 0; in SinkRenderPrimaryClusterCap() local 818 unsigned n; in SinkRenderPrimaryPeekCap() local 1256 unsigned n = 0; in SinkRenderPrimaryCluster() local 1360 unsigned n = 0; in SinkRenderMultiChannelCluster() local 1419 unsigned n; in SinkRenderPrimaryPeek() local 1461 unsigned n; in SinkRenderMultiChannelPeek() local 1706 pa_core *c = u->core; in CheckOnlyPrimarySpeakerPaLoading() local 2104 unsigned n = 0; in GetInputsInfo() local 2164 int n = 0; in GetInputsType() local 2236 static void InputsDropFromInputs2(pa_mix_info *info, unsigned n) in InputsDropFromInputs2() [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_global_func.cpp | 70 for (int n = 0; n < len; ++n) { in GetRandomStr() local 185 static int8_t IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert() 464 std::for_each(std::begin(str), std::end(str), [](auto &c) { in StrToUpper() 469 int ConvertCharToInt(const char &c) in ConvertCharToInt()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 111 Point c; in TestDrawPathPro() local 271 auto c = Drawing::ColorSpace::CreateRefImage(image); in TestDrawImage() local 351 Matrix n; in TestMatrix() local
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | cf_mock.cpp | 120 … .WillByDefault([this](const OPENSSL_STACK *st, OPENSSL_sk_copyfunc c, OPENSSL_sk_freefunc f) { in SetMockFunDefaultBehaviorPartOne() 251 ON_CALL(*this, OBJ_nid2obj).WillByDefault([this](int n) { return __real_OBJ_nid2obj(n); }); in SetMockFunDefaultBehaviorPartThree() 295 ON_CALL(*this, OBJ_nid2sn).WillByDefault([this](int n) { return __real_OBJ_nid2sn(n); }); in SetMockFunDefaultBehaviorPartFour() 608 ASN1_OBJECT *__wrap_OBJ_nid2obj(int n) in __wrap_OBJ_nid2obj() 798 OPENSSL_STACK *__wrap_OPENSSL_sk_deep_copy(const OPENSSL_STACK *st, OPENSSL_sk_copyfunc c, OPENSSL_… in __wrap_OPENSSL_sk_deep_copy() 890 const char *__wrap_OBJ_nid2sn(int n) in __wrap_OBJ_nid2sn()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_uevent.c | 109 static void DevMgrUeventReplaceLineFeed(char *str, const char *subStr, char c) in DevMgrUeventReplaceLineFeed() 407 ssize_t n = recvmsg(sockFd, &msghdr, 0); in DevMgrReadUeventMessage() local
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 141 auto func = [hiddenChar](char& c) { c = hiddenChar; }; in SsidAnonymize() 165 auto func = [](char& c) { c = HIDDEN_CHAR_SHOW_AS; }; in PassWordAnonymize() 426 int n; in IsOtherVapConnect() local 471 static int Hex2num(char c) in Hex2num()
|