/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_bn.c | 51 …struct HksBnExpModParams *bnParams, const struct HksBlob *a, const struct HksBlob *e, const struct… in BnBuildParams() 91 … int32_t j = realOutLen - 1; /* realOutLen is greater than 0; x->size is no less than realOutLen */ in BnExpModExport() local 101 int32_t HksOpensslBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksOpensslBnExpMod()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_condition.cpp | 51 int a = 0; variable 74 int a = 0; variable 104 std::atomic_int a = 0; variable 219 for (int j = 0; j < M; ++j) { in __anone2a138be2002() local 228 for (int j = 0; j < J; ++j) { variable 259 int a = 0; variable 268 int a = 0; variable 277 int a = 0; variable 298 int a = 0; variable
|
H A D | ut_csync.cpp | 149 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 205 int a = 0; variable 228 int a = 0; variable 263 std::atomic_int a = 0; variable 592 for (int j = 0; j < N; ++j) { in LockTest() local 873 int a = 0; variable 883 int a = 0; variable [all …]
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_base64.c | 76 uint32_t j = 0; in Base64Encode() local 78 uint32_t a = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 130 uint32_t j = 0; in Base64Decode() local 132 uint32_t a = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/ohos5.0/base/security/access_token/services/common/config_policy/src/ |
H A D | config_policy_loader.cpp | 68 void from_json(const nlohmann::json& j, AccessTokenServiceConfig& a) in from_json() 95 void from_json(const nlohmann::json& j, PrivacyServiceConfig& p) in from_json() 114 void from_json(const nlohmann::json& j, TokenSyncServiceConfig& t) in from_json()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 37 float GetSLRFactor(float x, int a) in GetSLRFactor() 59 int a = std::max(2, static_cast<int>(std::floor(tao))); // 2 max SLR box size in GetWeights() local 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 197 …uint32_t r = SLRCast(rgba[0]), g = SLRCast(rgba[1]), b = SLRCast(rgba[2]), a = SLRCast(rgba[3]); /… 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/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 176 Matrix3x3 operator*(const Matrix3x3& a, const Matrix3x3& b) in operator *() 180 for (size_t j = 0; j < b.size(); ++j) { in operator *() local 189 Vector3 operator*(const Vector3& x, const Matrix3x3& a) in operator *() 193 for (size_t j = 0; j < a.size(); ++j) { in operator *() local 200 Vector3 operator*(const Matrix3x3& a, const Vector3& x) in operator *() 204 for (size_t j = 0; j < x.size(); ++j) { in operator *() local 211 Matrix3x3 operator/(const Vector3& a, const Vector3& b) in operator /() 387 for (int j = 0; j < DIMES_3; ++j) { in ToSkiaXYZ() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/ |
H A D | color_space_fuzzer.cpp | 71 float a = GetObject<float>(); in ColorSpaceFuzzTest002() local 80 for (uint32_t j = 0; j < CMSMATRIX_SIZE; j++) { in ColorSpaceFuzzTest002() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_common.cpp | 37 for (uint32_t a = 0; a < 256u; a++) { in InitializeSRGBTable() local 72 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local 85 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local 96 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local
|
H A D | image_loader_stb_image.cpp | 104 for (uint32_t a = 0; a < 256u; a++) { in InitializeSRGBTable() local 140 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local 153 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local 165 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
H A D | lru_cache.cpp | 173 for (int32_t j = 0; j < cJSON_GetArraySize(keyItem); j++) { in ReadCacheFromJsonValue() local 187 std::sort(nodeVec.begin(), nodeVec.end(), [](Node &a, Node &b) { in ReadCacheFromJsonValue()
|
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 82 static inline size_t Min(size_t a, size_t b) in Min() 87 static inline size_t Max(size_t a, size_t b) in Max() 449 for (int j = (result ? result->segCount : 0); j > 0; j--) { in GetOneCfgFileEx() local 504 for (int j = 0; result && j < result->segCount && index < MAX_CFG_POLICY_DIRS_CNT; j++) { in GetCfgFilesEx() local
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | log_display.cpp | 148 std::sort(v.begin(), v.end(), [](T& a, T& b) { in SortByLens() 177 uint16_t j = 0; in HilogShowDomainStatsInfo() local 247 uint16_t j = 0; in HilogShowProcStatsInfo() local
|
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/ |
H A D | tui_event.cpp | 95 static uint8_t Ascii2Digit(char a) in Ascii2Digit() 131 uint32_t i, j; in TUISendTTFHashToTeeos() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 28 float Dot(const float* a, const float* b) in Dot() 38 void Combine(float* out, const float* a, const float* b, double scaleA, double scaleB) in Combine() 63 for (int j = 0; j < 4; j++) { in Normalize() local 524 for (int32_t j = 0; j < 3; j++) { in DecomposeTransform() local 577 for (int j = 0; j < 3; ++j) in DecomposeTransform() 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 195 bool ColorExtract::cmp(std::pair<uint32_t, uint32_t>&a, std::pair<uint32_t, uint32_t>&b) {return a.… in cmp() argument
|
/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 163 bool RSColorExtract::cmp(std::pair<uint32_t, uint32_t> &a, std::pair<uint32_t, uint32_t> &b) in cmp() argument
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 46 #define MATH_MAX(a, b) ((a) > (b) ? (a) : (b)) argument 50 #define MATH_MIN(a, b) ((a) < (b) ? (a) : (b)) argument 58 #define MATH_MINUS(a, b) ((a) < (b) ? ((b) - (a)) : ((a) - (b))) argument 66 #define MATH_FLT_EQUAL(a, b) (MATH_ABS((a) - (b)) <= UI_FLT_EPSILON) argument 801 for (int16_t j = 0; j < ORDER_MATRIX_4; j++) { in ConomialMatrix() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/ |
H A D | audio_effect_manager.cpp | 67 int32_t i, int32_t j) in UpdateUnsupportedDevicePre() 94 int32_t j = 0; in UpdateUnsupportedModePre() local 103 int32_t j = 0; in UpdateUnsupportedDevicePost() local 106 for (auto &a: device) { in UpdateUnsupportedDevicePost() local
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 169 for (int32_t j = 0; j < cJSON_GetArraySize(keyItem); j++) { in ReadCacheFromJsonValue() local 183 std::sort(nodeVec.begin(), nodeVec.end(), [](Node &a, Node &b) { in ReadCacheFromJsonValue()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas_autocache.cpp | 147 static bool CmpSkRectLTRB(const SkRect& a, const SkRect& b) in CmpSkRectLTRB() 181 for (uint32_t j = 0; j < drawAreaRects.size(); j++) { in MergeDrawAreaRects() local 192 for (uint32_t j = i + 1; j < drawAreaRects.size(); j++) { in MergeDrawAreaRects() local 225 int j = 0; in ShowDrawResult() local
|
/ohos5.0/base/update/updater/services/diffpatch/diff/ |
H A D | blocks_diff.cpp | 28 #define SWAP(a, b) auto swapTmp = (a); (a) = (b); (b) = swapTmp argument 551 DataType j = 0; in SplitForLess() local 592 DataType j = 0; in Split() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | hiview_adapter.cpp | 338 …for (std::int32_t j = TimeConsumingLevel::TIME_LEVEL_ONE; j <= TimeConsumingLevel::TIME_LEVEL_ELEV… in ReportStatisticEvent() local 388 … [](std::pair<std::string, int> a, std::pair<std::string, int> b) { return a.second > b.second; }); in ReportBehaviour()
|
/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 | 53 int a, b; in hex2byte() local 814 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 606 void ConvertFrom24BitToFloat(unsigned n, const uint8_t *a, float *b) in ConvertFrom24BitToFloat() 616 void ConvertFrom32BitToFloat(unsigned n, const int32_t *a, float *b) in ConvertFrom32BitToFloat() 634 void ConvertFromFloatTo24Bit(unsigned n, const float *a, uint8_t *b) in ConvertFromFloatTo24Bit() 644 void ConvertFromFloatTo32Bit(unsigned n, const float *a, int32_t *b) in ConvertFromFloatTo32Bit() 713 for (int j = 0; j < 3; ++j) { // 3 bytes in CalculateMaxAmplitudeForPCM24Bit() local
|