/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/ |
H A D | hdf_queue_test.c | 26 int b = 2; in MessageQueueTest001() local 30 void *p = NULL; in MessageQueueTest001() local 75 int b = 2; in MessageQueueTest002() local 79 void *p = NULL; in MessageQueueTest002() local 136 void *p = NULL; in MessageQueueTest003() local
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | pubdef.h | 29 #define B_TO_M(b) ((b) / 1024 / 1024) argument 33 #define B_TO_K(b) ((b) / 1024) argument 46 #define FREE_AND_NIL(p) do {if (p) { delete (p); (p) = nullptr;}} while (0) argument 48 #define FREE_AND_NIL_ARRAY(p) do {if (p) {delete[] (p); (p) = nullptr;}} while (0) argument
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | ecc_asy_key_generator_openssl.c | 59 static HcfResult CheckEc224CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc224CurveId() 80 static HcfResult CheckEc256CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc256CurveId() 101 static HcfResult CheckEc384CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc384CurveId() 122 static HcfResult CheckEc521CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc521CurveId() 143 static HcfResult CheckBP160r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP160r1CurveId() 164 static HcfResult CheckBP160t1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP160t1CurveId() 185 static HcfResult CheckBP192r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP192r1CurveId() 206 static HcfResult CheckBP192t1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP192t1CurveId() 227 static HcfResult CheckBP224r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP224r1CurveId() 248 static HcfResult CheckBP224t1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP224t1CurveId() [all …]
|
H A D | ecc_common_param_spec_generator_openssl.c | 97 BIGNUM *p = OpensslBnNew(); in BuildCommonParamGFp() local 99 BIGNUM *b = OpensslBnNew(); in BuildCommonParamGFp() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_utils.h | 37 static inline uint8x8_t Multipling(uint8x8_t a, uint8x8_t b) in Multipling() 44 static inline uint8x8_t NeonPreLerp(uint8x8_t p, uint8x8_t q, uint8x8_t a) in NeonPreLerp() 50 static inline uint8x8_t NeonLerp(uint8x8_t p, uint8x8_t q, uint8x8_t alpha) in NeonLerp() 82 static inline uint8x8_t NeonDivInt(uint16x8_t a, uint8x8_t b) in NeonDivInt() 127 uint16x8_t b = vmull_u8(b2, a2) + vmull_u8(b1, da); in NeonBlendRGBA() local 140 uint16x8_t b = vmull_u8(b2, a2) + vmull_u8(b1, da); in NeonBlendXRGB() local 195 uint8x8_t& b, in LoadBufA_ARGB8888() 209 uint8x8_t& b, in LoadBufA_XRGB8888() 223 uint8x8_t& b, in LoadBufA_RGB888() 237 uint8x8_t& b, in LoadBufA_RGB565() [all …]
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/ |
H A D | crypto_hash_to_point.c | 28 BIGNUM *p; member 86 static void HcBnFree(BIGNUM *p) in HcBnFree() 159 const struct CurveConstPara *curvePara, BIGNUM *b, BN_CTX *ctx) in CurveHashToPointCalcB() 204 static int32_t CurveHashToPointCalcA(const BIGNUM *b, in CurveHashToPointCalcA() 258 static int32_t CurveHashToPointCalcC(const BIGNUM *a, BIGNUM *b, in CurveHashToPointCalcC() 338 BIGNUM *b = BN_new(); in CurveHashToPoint() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
H A D | hks_openssl_ed25519tox25519.h | 25 BIGNUM *p; // Curve25519 prime member 34 BIGNUM *b; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 135 TypelessPropertyInterface(PropertyType p) : ConstTypelessPropertyInterface(p), p_(p) {} in TypelessPropertyInterface() 180 auto b = CreateBind(*i); variable 195 auto b = CreateBind(*i); variable 265 explicit PropertyInterface(PropertyType p) : Super(p) {} in PropertyInterface()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/ |
H A D | cert_manager_status.h | 56 #define FREE_PTR(p) if ((p) != NULL) { CMFree((p)); (p) = NULL; } argument 58 #define CM_BLOB(b) (struct CmBlob) { .size = (b)->size, .data = (uint8_t *) (b)->data } argument 60 #define HKS_BLOB(b) (struct HksBlob) { .size = (b)->size, .data = (uint8_t *) (b)->data } argument
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 28 for (const auto &p : m) { in GetMapValueSize() local 148 for (const auto &p : node.value) { in WriteCacheToJsonValue() local 183 std::sort(nodeVec.begin(), nodeVec.end(), [](Node &a, Node &b) { in ReadCacheFromJsonValue() 221 std::stringstream b; in Read() local
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
H A D | lru_cache.cpp | 32 for (const auto &p : m) { in GetMapValueSize() local 152 for (const auto &p : node.value) { in WriteCacheToJsonValue() local 187 std::sort(nodeVec.begin(), nodeVec.end(), [](Node &a, Node &b) { in ReadCacheFromJsonValue()
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/cutil/ |
H A D | musl_cutil.h | 53 char* p = name; in ReadStringFromFile() local 103 char b; in GetRealPid() local
|
H A D | dfx_cutil.c | 53 char* p = name; in ReadStringFromFile() local 102 char b; in GetRealPid() 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 *() 191 Vector3 b = {}; in operator *() local 202 Vector3 b = {}; in operator *() local 211 Matrix3x3 operator/(const Vector3& a, const Vector3& b) in operator /() 334 auto &p = transferFunc; in ToLinear() local 352 auto &p = transferFunc; in ToNonLinear() local
|
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 47 char *p; // just init to NULL, by malloc member 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() 92 static void FreeIf(void *p) in FreeIf() 152 for (char *p = str; *p != '\0'; p++) { in SplitStr() local 172 static void FreeSplitedStr(SplitedStr *p) in FreeSplitedStr()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | ecc_openssl_common.c | 57 BIGNUM *p = NULL; in NewGroupFromCurveGFp() local 59 BIGNUM *b = NULL; in NewGroupFromCurveGFp() local 292 BIGNUM *p = OpensslBnNew(); in GetCurveGFp() local 294 BIGNUM *b = OpensslBnNew(); in GetCurveGFp() local
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_channel.h | 243 char *p = buf; in RandomUuid() local 247 int b = static_cast<int32_t>(GetRandomUint32() % bbase); in RandomUuid() local
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | sample_stack_printer.cpp | 106 SampleStackItem* p = dummy; in AdjustSiblings() local 146 std::sort(stackIdCount.begin(), stackIdCount.end(), [](const auto& a, const auto& b) { in GetTreeStack()
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/ |
H A D | detailed_ecc_key_params.h | 31 HcfBigInteger p; member 44 HcfBigInteger b; member
|
/ohos5.0/base/update/updater/services/fs_manager/ |
H A D | do_partition.cpp | 186 for (auto& p : disk.partList) { in DestroyDiskPartitions() local 244 std::sort(nlist.begin(), nlist.end(), [](const struct Partition *a, const struct Partition *b) { in WriteDiskPartitionToMisc() 249 for (auto& p : nlist) { in WriteDiskPartitionToMisc() local
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | mbedtls_pkcs7.c | 117 static int32_t GetContentInfoType(unsigned char **p, const unsigned char *end, in GetContentInfoType() 143 static int32_t GetContentLenOfContentInfo(unsigned char **p, const unsigned char *end, size_t *len) in GetContentLenOfContentInfo() 148 static int32_t ParseSignerVersion(unsigned char **p, const unsigned char *end, SignerInfo *signer) in ParseSignerVersion() 180 static int32_t ParseSignerDigestAlg(unsigned char **p, const unsigned char *end, SignerInfo *signer) in ParseSignerDigestAlg() 192 static int32_t ParseSignerAuthAttr(unsigned char **p, const unsigned char *end, SignerInfo *signer) in ParseSignerAuthAttr() 227 static int32_t ParseSignerEncAlg(unsigned char **p, const unsigned char *end, SignerInfo *signer) in ParseSignerEncAlg() 291 static int32_t SerialCmp(const mbedtls_x509_buf *a, const mbedtls_x509_buf *b) in SerialCmp() 430 static int32_t ParseSignedDataVersion(unsigned char **p, const unsigned char *end, int32_t *ver) in ParseSignedDataVersion() 583 unsigned char *p = buf; in ParseSignedData() local 1220 unsigned char *p = signer->authAttr.p; in PKCS7_GetDigestInSignerAuthAttr() local [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/ |
H A D | wifi_wpa_common.c | 48 char *p = strstr(src, split); in GetStrKeyVal() local 209 int b = Hex2num(*hex++); in Hex2byte() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | material_impl.cpp | 609 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_INTENSITY); in UpdateInputProperties() local 621 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_STRENGTH); in UpdateInputProperties() local 634 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_INTENSITY); in UpdateInputProperties() local 647 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_ROUGHNESS); in UpdateInputProperties() local 660 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_NORMAL_SCALE); in UpdateInputProperties() local 673 … auto p = META_NS::ConstructProperty<SCENE_NS::Color>(SCENE_NS::IMaterial::MAPPED_INPUTS_COLOR); in UpdateInputProperties() local 681 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_ROUGHNESS); in UpdateInputProperties() local 694 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_TRANSMISSION); in UpdateInputProperties() local 715 … auto p = META_NS::ConstructProperty<float>(SCENE_NS::IMaterial::MAPPED_INPUTS_STRENGTH); in UpdateInputProperties() local 1083 std::sort(textures.begin(), textures.end(), [](const auto& a, const auto& b) { in SynchronizeInputsFromMetadata()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/ |
H A D | rsgpuoverdrawcanvaslistener_fuzzer.cpp | 81 float b = GetData<float>(); in DoDrawLine() local 267 uint32_t b = GetData<uint32_t>(); in DoDrawShadow() local 380 uint32_t b = GetData<uint32_t>(); in DoAttachPen() local 386 int p = GetData<int>(); in DoAttachPen() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.cpp | 101 cl_program p = clCreateProgramWithBinary(context, 1, &device_id, &len, &ptr, NULL, &err); in LoadShaderBin() local 468 uint32_t b = static_cast<uint32_t>(seed3 * x + seed4 * y + seed12 * z + (num >> 10)); local 540 PartInfo p = {}; local
|