Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 25 of 96) sorted by relevance

1234

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm2_crypto_util_openssl.c36 if (sm2Text->c3 == NULL || sm2Text->c2 == NULL) { in BuildSm2Ciphertext()
41 …if (OpensslAsn1OctetStringSet(sm2Text->c3, spec->hashData.data, spec->hashData.len) != HCF_OPENSSL… in BuildSm2Ciphertext()
98 const unsigned char *c3Data = OpensslAsn1StringGet0Data(sm2Text->c3); in BuildSm2CiphertextSpec()
99 int c3Len = OpensslAsn1StringLength(sm2Text->c3); in BuildSm2CiphertextSpec()
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Drpc_types.h19 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Deasing_curve.cpp165 constexpr float c3 = c1 + 1.f; in EaseInBack() local
166 return c3 * Pow3(t) - c1 * Pow2(t); in EaseInBack()
171 constexpr float c3 = c1 + 1.f; in EaseOutBack() local
172 return 1.f + c3 * Pow3(t - 1.f) + c1 * Pow2(t - 1.f); in EaseOutBack()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_types.h24 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp34 uint8_t c3 = data[++index]; // The third byte in Utf8ToUtf16BEToData() local
41 ((c3 & LOWER_6_BITS_MASK) << UTF8_VALID_BITS) | in Utf8ToUtf16BEToData()
76 uint8_t c3 = data[++i]; // The third byte in Utf8ToUtf16BE() local
82 (c3 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h25 #define ZIPC_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Dheif_format_agent.cpp154 uint32_t HeifFormatAgent::Fourcc(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4) in Fourcc() argument
156 …return (c1 << (SHIFT_BASE * TIMES_THREE)) | (c2 << (SHIFT_BASE * TIMES_TWO)) | (c3 << SHIFT_BASE) … in Fourcc()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-cpp-coding-style-guide.md198 # <a name="c3"></a>3 格式
200 ## <a name="c3-1"></a>行宽
216 ## <a name="c3-2"></a>缩进
222 ## <a name="c3-3"></a>大括号
295 ## <a name="c3-5"></a>函数调用
322 ## <a name="c3-6"></a> if语句
357 ## <a name="c3-7"></a> 循环语句
410 ## <a name="c3-9"></a> 表达式
460 ## <a name="c3-11"></a> 初始化
728 ## <a name="c3-15"></a> 类
[all …]
H A DOpenHarmony-c-coding-style-guide.md810 # <a name="c3"></a>3 注释
829 ## <a name="c3-1"></a>注释风格
837 ## <a name="c3-2"></a>文件头注释
856 ## <a name="c3-3"></a>函数头注释
917 ## <a name="c3-4"></a>代码注释
/ohos5.0/foundation/multimedia/av_session/avpicker/
H A Davpicker.js310 buildIcon(b3, c3, d3 = null) {
316 … SymbolGlyph.create(!c3 ? { 'id': -1, 'type': -1, params: [b3.deviceIconName],
321 SymbolGlyph.fontColor((c3 && this.configurationColorMode !==
333 Image.create(!c3 ? { 'id': -1, 'type': -1,
339 … Image.fillColor((c3 && this.configurationColorMode !== ConfigurationColorMode.COLOR_MODE_DARK) ?
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h24 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_brdf_common.h83 const float c3 = c * c * c; in EnvBRDFApproxSheen() local
84 return 0.6558446 * c3 + 1.0 / (4.1652655 + exp(-7.9729136 * alpha + 6.3351689)); in EnvBRDFApproxSheen()
/ohos5.0/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp190 uint8_t c3 = data[++i]; in Utf8ToUtf16BE() local
194 ((c3 & LOWER_6_BITS_MASK) << UTF8_VALID_BITS) | (c4 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()
206 uint8_t c3 = data[++i]; in Utf8ToUtf16BE() local
208 ((c2 & LOWER_6_BITS_MASK) << UTF8_VALID_BITS) | (c3 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/include/
H A Dheif_format_agent.h34 uint32_t Fourcc(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp154 float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, in Matrix3d() argument
159 operation.matrix4_ = Matrix4(a1, a2, a3, a4, b1, b2, b3, b4, c1, c2, c3, c4, d1, d2, d3, d4); in Matrix3d()
H A Dtransform_component.h82 …float c3, float d3, float a4, float b4, float c4, float d4, const AnimationOption& = AnimationOpti…
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h28 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1) << 24)) | (((c2) << 16)) | (((c3) << 8)) | (c4)) argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp28 #define HB_TAG(c1,c2,c3,c4) ((uint32_t)((((uint32_t)(c1)&0xFF)<<24)|(((uint32_t)(c2)&0xFF)<<16)|(((… argument
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-bundlemanager.md106 ## c3.bundlemanager.3 调试应用安装管控变更
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js446 this.c3 = new SynchedPropertyObjectOneWayPU(
574 this.c3.set(this.theme.q1.activatedBackgroundColor);
667 this.c3.reset(params.chipNodeActivatedBackgroundColor);
687 this.c3.purgeDependencyOnElmtId(rmElmtId);
723 this.c3.aboutToBeDeleted();
816 return this.c3.get();
819 this.c3.set(newValue);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Drecentphotocomponent.js67 this.observeComponentCreation2((c3, d3) => {
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp253 uint8_t c3 = 0; in Ipv4PrefixLen() local
256 ret = sscanf_s(ip.c_str(), "%hhu.%hhu.%hhu.%hhu", &c1, &c2, &c3, &c4); in Ipv4PrefixLen()
261 (c3 << static_cast<uint32_t>(BITS_8)) | c4; in Ipv4PrefixLen()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js863 let c3 = new ComposeTitleBarDialog(this, {
872 c3.setController(this.dialogController);
873 ViewPU.create(c3);
885 c3.paramsGenerator_ = d3;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js389 let c3 = await this.cloudDb.unlock(b3);
390 u.writeInt(c3.code);
392 u.writeBoolean(c3.value);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h173 void AddPixiProperty(heif_item_id itemId, uint8_t c1, uint8_t c2 = 0, uint8_t c3 = 0);

1234