Home
last modified time | relevance | path

Searched +defs:n +defs:j (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dstring_util.cpp23 int n; in IsUtf8() local
41 for (int j = 0; j < n && i < len; j++) { in IsUtf8() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dblur_circles.cpp62 for (int j = 0; j < loops; ++j) { in OnTestFunction() local
81 int n = OH_Drawing_CanvasGetSaveCount(canvas) - fSaveCount; in OnTestFunction() local
82 for (int j = 0; j < n; ++j) { in OnTestFunction() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_bn.c51 …nExpModParams *bnParams, const struct HksBlob *a, const struct HksBlob *e, const struct HksBlob *n) in BnBuildParams()
91 … int32_t j = realOutLen - 1; /* realOutLen is greater than 0; x->size is no less than realOutLen */ in BnExpModExport() local
102 const struct HksBlob *e, const struct HksBlob *n) in HksOpensslBnExpMod()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent_preview.js22 constructor(j, k, l, m = -1, n = undefined, o) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dcommon_utils.h32 uint32_t n = 0; in IsUtf8() local
48 for (uint32_t j = 0; j < n && i < len; j++) { in IsUtf8() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights()
79 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
208 int m = dst.size_.height, n = dst.size_.width; in Serial() local
210 for (int j = 0; j < n; j++) { in Serial() local
222 int n = dst.size_.width; in SLRSubtask() local
224 for (int j = 0; j < n; j++) { in SLRSubtask() local
239 int m = dst.size_.height, n = dst.size_.width; in Parallel() local
260 for (int j = 0; j < n; j++) { in Parallel() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp60 [info](const NodeSpec& n) { in SetUpBasicOutPortFormat()
95 int j, in SetPortFormat()
176 for (int j = pipeSpecPtr->nodeSpecSize - 1; j >= 0; j--) { in SelectPipelineSpec() local
193 void StreamPipelineStrategy::PrintConnection(const NodeSpec& n) in PrintConnection()
208 [it](const NodeSpec& n) { in PrintConnection()
225 [it](const NodeSpec& n) { in CombineSpecs()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Dbuild_object.c69 static void **get_object(const struct object_map *map, uint32_t n, int32_t modular, bool is_client) in get_object()
82 static uint32_t select_relation_map(const struct object_relation *map, uint32_t n, int32_t modular,… in select_relation_map()
96 static bool check_mutex_object_is_null(const struct object_map *map, uint32_t n, int32_t modular, b… in check_mutex_object_is_null()
127 for (uint32_t j = 0; j < count; j++) { in check_mutex_object_is_null() local
136 static bool check_depend_object_is_not_null(const struct object_map *map, uint32_t n, int32_t modul… in check_depend_object_is_not_null()
154 for (uint32_t j = 0; j < count; j++) { in check_depend_object_is_not_null() local
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_input_event.c89 int32_t n = g_inputDevCnt; in AudioPnpInputPollAndRead() local
114 int32_t j; in AudioPnpInputOpen() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp41 Bitmap::Bitmap(uint32_t n) in Bitmap()
59 void Bitmap::Set(uint32_t n) in Set()
63 int32_t j = n & BIT_REMAINDER; in Set() local
129 uint16_t BitmapManager::Hltons(int32_t n) in Hltons()
134 uint16_t BitmapManager::Nstohl(uint16_t n) in Nstohl()
544 for (int32_t j = static_cast<int32_t>(BIT_PER_BYTE - 1); j >= 0; --j) { in GetIp6Prefixlen() local
567 int32_t j = (i == endBytes) ? (BIT_PER_BYTE - endBits - 1) : 0; in RfindIp6() local
588 int32_t j = (i == startBytes) ? (BIT_PER_BYTE - startBits - 1) : (BIT_PER_BYTE - 1); in FindIp6() local
628 for (int32_t j = 0; j < static_cast<int32_t>(BIT_PER_BYTE); ++j) { in ChangeIp6Start() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_adapter_utils.cpp49 int j = 0; in GetAddrFromString() local
120 uint8_t n = data[i]; in ConvertDataToHex() local
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c32 #define RESIZE4(n) (((n) + 3) & ~3) argument
76 uint32_t j = 0; in Base64Encode() local
130 uint32_t j = 0; in Base64Decode() local
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_utils.h124 for (int32_t j = 0; j < height * width; ++j) { in TransposeTensor() local
125 for (int32_t n = 0; n < batch; ++n) { in TransposeTensor() local
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp149 for (int j = 0; j < M; ++j) { in __anonc91b23f70402() local
158 for (int j = 0; j < J; ++j) { variable
182 for (int j = 0; j < M; ++j) { in __anonc91b23f70a02() local
191 for (int j = 0; j < J; ++j) { variable
592 for (int j = 0; j < N; ++j) { in LockTest() local
769 void f1(int n) in f1()
778 void f2(int& n) in f2()
797 int n = 0; member in foo
810 int n = 0; member in baz
816 int n = 0; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp180 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
336 for (auto& n : res) { in ToLinear() local
354 for (auto& n : res) { in ToNonLinear() local
387 for (int j = 0; j < DIMES_3; ++j) { in ToSkiaXYZ() local
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_stream_info_parse.h92 for (uint32_t j = modeStartIndex_[i]; j < modeEndIndex_[i]; j++) { in getStreamCount() local
114 for (uint32_t j = 0; j < modeInfo.streamTypeCount; j++) { in getStreamInfo() local
137 for (uint32_t j = 0; j < streamTypeCount_.front(); j++) { in getDetailStreamInfo() local
167 for (uint32_t n = m + allOffset; n < abilityEndIndex_.front(); n++) { in getDetailAbilityInfo() local
220 for (uint32_t j = modeStartIndex_[i]; j < modeEndIndex_[i]; j++) { in getStreamCount() local
239 for (uint32_t j = 0; j < modeInfo.streamTypeCount; j++) { in getStreamInfo() local
259 for (uint32_t j = 0; j < streamTypeCount_.front(); j++) { in getDetailStreamInfo() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… function
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… variable
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dhash_table.c39 int j = START_CALC_PRIME_NUM; in CalcNextPrime() local
151 ListNode *n = (ListNode *)calloc(1, sizeof(ListNode)); in InsertHashTable() local
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/face_story/
H A Dface_story.cpp70 for (auto j = 0; j < FACE_NUM; j++) { // 图像可能存在多个人脸,loop in FaceStory() local
103 for (auto n = 0; n < 1; n++) { // 实际业务中分割当前只做一次 in FaceStory() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp210 for (uint16_t n = 0; n < serviceNum; n++) { in CopySdpServiceArray() local
216 for (uint16_t j = 0; j < serviceAry[n].profileDescriptorNumber; j++) { in CopySdpServiceArray() local
246 for (uint16_t n = 0; n < array.services.size(); n++) { in DeleteSdpServiceArray() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp218 for (uint16_t n = 0; n < serviceNum; n++) { in CopySdpServiceArray() local
224 for (uint16_t j = 0; j < serviceAry[n].profileDescriptorNumber; j++) { in CopySdpServiceArray() local
254 for (uint16_t n = 0; n < array.services.size(); n++) { in DeleteSdpServiceArray() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp134 int32_t j = i / hopLength_; in SplitVoiceSlienceRange() local
197 size_t j = 0; in FindPeakBoundary() local
277 int32_t n = 0; in FilterSecondaryPeak() local
457 for (size_t j = 0; j < (gradientEnvelope.size() - 1); j++) { in DetectPeak() local
574 for (int32_t j = peaksPoint[i]; j < lastPeaksPoint[i]; j++) { in EstimateDownwardTrend() local
624 for (size_t j = 0; j < countAssembleLen; j++) { in SplitLongShortEnvelope() local
670 size_t j = 0; in GetIsolatedEnvelope() local
761 size_t n = 1; in EstimateDesentEnergy() local
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c31 #define shr(x, n) (((uint32_t)(x)) >> (n)) argument
32 #define rotr(x, n) (shr(x, n) | (((uint32_t)(x)) << (32 - (n)))) argument
167 uint32_t j; in sha256_data_blk_update() local

12