Home
last modified time | relevance | path

Searched +defs:b +defs:c (Results 1 – 25 of 103) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/snippets/
H A Dcore_lerp_blocks.h15 void GenericLerp(in vec2 a, in vec2 b, in float t, out vec2 c) in GenericLerp()
20 void GenericLerp(in vec3 a, in vec3 b, in float t, out vec3 c) in GenericLerp()
25 void GenericLerp(in vec4 a, in vec4 b, in float t, out vec4 c) in GenericLerp()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h28 const float b = 0.03f; in TonemapAces() local
29 const float c = 2.43f; in TonemapAces() local
42 float b = 2.12f; in TonemapAcesFilmRec2020() local
43 float c = 1.2f; in TonemapAcesFilmRec2020() local
56 const float b = 0.50f; in TonemapFilmic() local
57 const float c = 0.10f; in TonemapFilmic() local
66 const float b = 0.50f; in TonemapFilmic() local
67 const float c = 0.10f; in TonemapFilmic() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_macros.h38 #define BEGIN_COMPONENT(a, b) argument
46 #define BEGIN_COMPONENT_MANAGER(a, b, c) argument
47 #define END_COMPONENT_MANAGER(a, b, c) argument
48 #define END_COMPONENT(a, b, c) argument
49 #define END_COMPONENT_EXT(a, b, c, d) argument
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/win32/sys/
H A Dioctl.h22 #define _IOC(a, b, c, d) (((a) << 30) | ((b) << 8) | (c) | ((d) << 16)) argument
24 #define _IOR(a, b, c) _IOC(_IOC_READ, (a), (b), sizeof(c)) argument
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/
H A Dhdf_queue_test.c26 int b = 2; in MessageQueueTest001() local
27 int c = 3; in MessageQueueTest001() local
75 int b = 2; in MessageQueueTest002() local
76 int c = 3; in MessageQueueTest002() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcolor.cpp26 Color::Color(const Color& c) noexcept : alpha_(c.GetAlpha()), red_(c.GetRed()), green_(c.GetGreen()… in Color()
29 Color::Color(uint32_t r, uint32_t g, uint32_t b, uint32_t a) noexcept : alpha_(a), red_(r), green_(… in Color()
70 void Color::SetBlue(uint32_t b) in SetBlue()
119 void Color::SetBlueF(scalar b) in SetBlueF()
129 void Color::SetRgb(uint32_t r, uint32_t g, uint32_t b, uint32_t a) in SetRgb()
137 void Color::SetRgbF(scalar r, scalar g, scalar b, scalar a) in SetRgbF()
145 void Color::SetColorQuad(uint32_t c) in SetColorQuad()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dwindow.h26 #define MKMAGIC(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + ((d) << 0)) argument
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/include/
H A Dsystem_ability.h29 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_blob_test.cpp58 void *b = malloc(4); in HWTEST_F() local
72 int c = *static_cast<int *>(value2); in HWTEST_F() local
87 void *b = malloc(4); in HWTEST_F() local
102 int c = *static_cast<int *>(value2); in HWTEST_F() local
117 void *b = malloc(4); in HWTEST_F() local
131 int c = *static_cast<int *>(value2); in HWTEST_F() local
146 void *b = malloc(4); in HWTEST_F() local
H A Degl_blobfile_test.cpp59 void *b = malloc(4); in HWTEST_F() local
73 int c = *static_cast<int *>(value2); in HWTEST_F() local
95 void *b = malloc(4); in HWTEST_F() local
109 int c = *static_cast<int *>(value2); in HWTEST_F() local
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dsystem_ability.h26 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_fort_helper.h38 unsigned long n, unsigned long a, unsigned long b, in Syscall()
39 unsigned long c, unsigned long d, unsigned long e) in Syscall()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dexts.rs102 b: i8, field
103 c: String, field
143 let b = parcel.read().unwrap(); in deserialize_test() localVariable
144 let c = parcel.read().unwrap(); in deserialize_test() localVariable
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
H A Dcrypto_hash_to_point.c159 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()
259 const struct CurveConstPara *curvePara, BIGNUM *c, BN_CTX *ctx) in CurveHashToPointCalcC()
338 BIGNUM *b = BN_new(); in CurveHashToPoint() local
339 BIGNUM *c = BN_new(); in CurveHashToPoint() local
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c80 uint32_t b = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local
82 uint32_t c = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local
133 uint32_t b = g_base64DecodeTable[from[i++]]; in Base64Decode() local
134 uint32_t c = g_base64DecodeTable[from[i++]]; in Base64Decode() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
H A Dhks_openssl_ed25519tox25519.h34 BIGNUM *b; member
35 BIGNUM *c; member
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dsystem_ability.h24 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/
H A Datomicservicetabs.js191 constructor(b, c, d, e) { argument
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/system_ability_mock/
H A Dsystem_ability.h24 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
/ohos5.0/foundation/ability/ability_runtime/test/mock/system_ability_mock/
H A Dsystem_ability.h24 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dcolor.h84 static inline ColorQuad ColorQuadSetARGB(uint32_t a, uint32_t r, uint32_t g, uint32_t b) in ColorQuadSetARGB()
90 static inline uint32_t ColorQuadGetA(ColorQuad c) in ColorQuadGetA()
96 static inline uint32_t ColorQuadGetR(ColorQuad c) in ColorQuadGetR()
102 static inline uint32_t ColorQuadGetG(ColorQuad c) in ColorQuadGetG()
108 static inline uint32_t ColorQuadGetB(ColorQuad c) in ColorQuadGetB()
/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp43 static inline double MaxValue(double a, double b, double c) in MaxValue()
48 static inline double MinValue(double a, double b, double c) in MinValue()
59 static HsvColor RgbToHsv(uint8_t r, uint8_t g, uint8_t b) in RgbToHsv()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dsystem_ability.h23 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DColorProxy.cpp91 auto b = obj.Get<float>("b"); in SetValue() local
94 SCENE_NS::Color c(r, g, b, a); in SetValue() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorextract_fuzzer/
H A Drscolorextract_fuzzer.cpp71 uint32_t b = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local
74 std::pair<uint32_t, uint32_t> c(r, b); in DoSomethingInterestingWithMyAPI() local

12345