/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hdi_util.c | 69 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in ConvertMacToArray() local 71 int8_t v = IsValidHexCharAndConvert(macStr[i]); in ConvertMacToArray() local 96 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local 98 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/ |
H A D | wifi_hal_common_func.c | 87 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in ConvertMacToArray() local 89 int8_t v = IsValidHexCharAndConvert(macStr[i]); in ConvertMacToArray() local 114 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local 116 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | cpu_brightness_algo.cpp | 131 for (uint32_t j = 0; j < width; j++) { in OnApplyYUVNV21() local 136 uint8_t v = srcNV21UV[nv_index]; in OnApplyYUVNV21() local 190 for (uint32_t j = 0; j < width; j++) { in OnApplyYUVNV12() local 196 uint8_t v = srcNV12UV[nv_index + 1]; in OnApplyYUVNV12() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_arg.cpp | 51 double v; in GetWebGLArg() local 61 int64_t v = 0; in GetWebGLArg() local 67 int64_t v = 0; in GetWebGLArg() local 73 int64_t v = 0; in GetWebGLArg() local 519 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
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | cpu_contrast_algo.cpp | 120 for (uint32_t j = 0; j < width; j++) { in OnApplyYUVNV21() local 125 uint8_t v = srcNV21UV[nv_index]; in OnApplyYUVNV21() local 177 for (uint32_t j = 0; j < width; j++) { in OnApplyYUVNV12() local 183 uint8_t v = srcNV12UV[nv_index + 1]; in OnApplyYUVNV12() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 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 106 inline uint32_t SLRCast(float v) in SLRCast() 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/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 69 let j; variable 92 async onRemoteMessageRequest(s, t, u, v) { argument 294 async onRemoteMessageRequest(s, t, u, v) { argument 611 async onRemoteMessageRequest(s, t, u, v) { argument 682 async onRemoteMessageRequest(s, t, u, v) { argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.cpp | 266 auto function = [num](double& v) { v *= num; }; in operator *() 316 for (auto j = 0; j < columns; j++) { in operator *() local 417 for (int j = 0; j < DIMENSION; j++) { in MapScalars() local 432 for (double j : i) { in ToString() local 462 for (auto j = 0; j < DIMENSION; j++) { in operator *() local 477 for (auto j = 0; j < columns_; j++) { in Transpose() local 492 for (int32_t j = 0; j < columns_; j++) { in MapScalars() local 508 for (int32_t j = 0; j < columns_; j++) { in MapScalars() local 534 for (auto j = 0; j < rows_; j++) { in Transpose() local 549 for (int32_t j = 0; j < DIMENSION; j++) { in MapScalars() local
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | log_display.cpp | 145 static void SortByLens(vector<T>& v, const T* list, int num) in SortByLens() 177 uint16_t j = 0; in HilogShowDomainStatsInfo() local 247 uint16_t j = 0; in HilogShowProcStatsInfo() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
H A D | color_extract.cpp | 47 for (int j = 0; j < pixmap->GetWidth(); j++) { in ColorExtract() local 84 for (uint32_t j = left; j < right; j++) { in ColorExtract() local 173 VBox v(0, distinctColorCount_ - 1, this); in QuantizePixels() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_decoder.cpp | 156 int32_t *v = v_[ch]; in Synthesize4() local 206 for (int j = 0; j < INDEX_9; j++) { in Synthesize8() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_color_extract.cpp | 37 for (int j = 0; j < pixmap->GetWidth(); j++) { in RSColorExtract() local 64 for (uint32_t j = left; j < right; j++) { in RSColorExtract() local 141 VBox v(0, distinctColorCount_ - 1, this); in QuantizePixels() local
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/ |
H A D | jpeg_image_processor.cpp | 281 for (unsigned int j = 0 ; j < cinfo.output_width ; j++) { in DecompressJpegToNV12() local 286 … int32_t v = ((UB_PARAM * buffer[0][j * RGB_CHROMA] - VG_PARAM * buffer[0][j * RGB_CHROMA + 1] - in DecompressJpegToNV12() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 154 constexpr inline T Snorm(float v) noexcept in Snorm() 163 constexpr inline float Snorm(T v) noexcept in Snorm() 170 constexpr inline T Unorm(float v) noexcept in Unorm() 178 constexpr inline float Unorm(T v) noexcept in Unorm() 185 constexpr inline T Sint(float v) noexcept in Sint() 196 constexpr inline float Sint(T v) noexcept in Sint() 203 constexpr inline T Uint(float v) noexcept in Uint() 212 constexpr inline float Uint(T v) noexcept in Uint() 2095 for (auto j = 0U; j < weightFormat.componentCount; ++j) { in CalculateJointBounds() local 2130 for (auto j = 0U; j < positionFormat.componentCount; ++j) { in CalculateJointBounds() local [all …]
|
/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | rust_code_emitter.cpp | 408 StringBuilder v; in ReadMapFromParcel() local 466 for (int j = 0; j < mm->parameterNumber_; j++) { in AddRemoteRequestMethods() local 544 for (int j = 0; j < mm->parameterNumber_; j++) { in AppendProxyMethods() local
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | address_utils.cpp | 244 for (size_t i = 0, j = 0; i < len; ++i) { in ParseMacAddress() local 246 int8_t v = IsValidHexCharAndConvert(strMac[i]); in ParseMacAddress() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/ |
H A D | v4l2_main.cpp | 230 int x, y, j; in ProcessImage() local 231 int y0, u, v, r, g, b; in ProcessImage() local 524 for (int j = 0; j < i; ++j) { in V4L2FrameThread() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 307 for (uint32_t j = 0; j < width; j++) { in ConvertFromYUVToRGB() local 313 uint8_t v; in ConvertFromYUVToRGB() local 345 for (uint32_t j = 0; j < width; j++) { in ConvertFromRGBToYUV() local
|
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | codec_jpeg_helper.cpp | 170 for (size_t j = 0; j < decInfo.quantTbl[i].quantVal.size(); j++) { in JpegDqtAssemble() local 477 int32_t v = GetInt8(buffer); in DessambleCompressData() 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 | 814 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local 816 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | linux_adapter.c | 597 int32_t i, j; in OsAllocIsoUrbs() local 1566 int32_t AdapterAtomicInc(OsalAtomic *v) in AdapterAtomicInc() 1571 int32_t AdapterAtomicDec(OsalAtomic *v) in AdapterAtomicDec()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto… variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 623 float CapMax(float v) in CapMax() 638 float v = CapMax(tmp) * (1U << (BIT_32 - 1)); in ConvertFromFloatTo24Bit() local 648 float v = CapMax(tmp) * (1U << (BIT_32 - 1)); in ConvertFromFloatTo32Bit() local 713 for (int j = 0; j < 3; ++j) { // 3 bytes in CalculateMaxAmplitudeForPCM24Bit() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2126 constructor(v, w, x, y = -1, z = undefined, a1) { argument 2179 let j = { class in TextArrowLayout.onMeasureSize
|
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | test_camera_base.cpp | 309 int x, y, j; in ProcessImage() local 310 int y0, u, v, r, g, b; in ProcessImage() local
|