Home
last modified time | relevance | path

Searched defs:c2 (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/
H A Drecycle_manager_test.cpp70 bool RecycleManagerTest::CompareConfig(ConfigurationChange& c1, ConfigurationChange& c2) in CompareConfig()
78 bool RecycleManagerTest::ContainConfig(ConfigurationChange& c1, ConfigurationChange& c2) in ContainConfig()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_adapter.h349 ASN1_OCTET_STRING *c2; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcolor.cpp153 bool operator==(const Color& c1, const Color& c2) in operator ==()
157 bool operator!=(const Color& c1, const Color& c2) in operator !=()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_utils.cpp44 [](char c1, char c2) { return tolower(c1) < tolower(c2); }); in operator ()()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp33 uint8_t c2 = data[++index]; // The second byte in Utf8ToUtf16BEToData() local
75 uint8_t c2 = data[++i]; // The second byte in Utf8ToUtf16BE() local
88 uint8_t c2 = data[++i]; // The second byte in Utf8ToUtf16BE() local
/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/window/window_manager/resources/abc/pip/interface/
H A DPiPContent.js44 constructor(b2, c2, d2, e2 = -1, f2 = undefined, g2) { argument
/ohos5.0/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp189 uint8_t c2 = data[++i]; in Utf8ToUtf16BE() local
205 uint8_t c2 = data[++i]; in Utf8ToUtf16BE() local
214 uint8_t c2 = data[++i]; in Utf8ToUtf16BE() local
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dcolor.cpp18 ColorType Color::GetMixColor(ColorType c1, ColorType c2, uint8_t mix) in GetMixColor()
/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()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dutils.cpp217 unsigned char c2; in StrCompare() local
H A Dhap_parser.cpp538 std::string c2("-"); in ToFolderPath() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_decoder.cpp58 #define FOUR_CC(c1, c2, c3, c4) (static_cast<uint32_t>(((c4) << Byte24) | ((c3) << Byte16) | ((c2) … argument
59 #define TWO_CC(c1, c2) (static_cast<uint16_t>(((c2) << Byte8) | (c1))) 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/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Deasing_curve.cpp177 constexpr float c2 = c1 * 1.525f; in EaseInOutBack() local
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp148 unsigned char c2 = *inBuf++; in ConvertHexStringToBytes() local
/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/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp153 …Component::Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, in Matrix3d()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp341 unsigned char c2; in StrCompare() local
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp182 [](const sptr<ApnHolder> &c1, const sptr<ApnHolder> &c2) { in AddApnHolder()
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c208 unsigned char c2 = *inBuf++; in ConvertHexStringToBytes() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp248 OffsetF c2 = c0 + delta; in ScaleDiagonalItem() local
/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/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js117 c2: { class in e1
/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

12