/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/snippets/ |
H A D | core_lerp_blocks.h | 15 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 D | render_tonemap_common.h | 28 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 D | property_macros.h | 38 #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 D | ioctl.h | 22 #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 D | hdf_queue_test.c | 26 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 D | color.cpp | 26 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 D | window.h | 26 #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 D | system_ability.h | 29 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_blob_test.cpp | 58 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 D | egl_blobfile_test.cpp | 59 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 D | system_ability.h | 26 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
|
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | jit_fort_helper.h | 38 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 D | exts.rs | 102 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 D | crypto_hash_to_point.c | 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() 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 D | utils_base64.c | 80 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 D | hks_openssl_ed25519tox25519.h | 34 BIGNUM *b; member 35 BIGNUM *c; member
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | system_ability.h | 24 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicetabs/interfaces/ |
H A D | atomicservicetabs.js | 191 constructor(b, c, d, e) { argument
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/system_ability_mock/ |
H A D | system_ability.h | 24 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/system_ability_mock/ |
H A D | system_ability.h | 24 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | color.h | 84 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 D | sec_comp_tool.cpp | 43 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 D | system_ability.h | 23 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ColorProxy.cpp | 91 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 D | rscolorextract_fuzzer.cpp | 71 uint32_t b = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local 74 std::pair<uint32_t, uint32_t> c(r, b); in DoSomethingInterestingWithMyAPI() local
|