/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_tonemap_common.h | 29 const float c = 2.43f; in TonemapAces() local 30 const float d = 0.59f; in TonemapAces() local 43 float c = 1.2f; in TonemapAcesFilmRec2020() local 44 float d = 5.92f; in TonemapAcesFilmRec2020() local 57 const float c = 0.10f; in TonemapFilmic() local 58 const float d = 0.20f; in TonemapFilmic() local 67 const float c = 0.10f; in TonemapFilmic() local 68 const float d = 0.20f; in TonemapFilmic() local
|
/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 | 27 int c = 3; in MessageQueueTest001() local 28 int d = 4; in MessageQueueTest001() local 76 int c = 3; in MessageQueueTest002() local 77 int d = 4; in MessageQueueTest002() local
|
/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/build/rust/tests/test_bindgen_test/test_for_hpp/ |
H A D | lib.h | 26 FirstInt c; variable 29 SecondInt d; variable
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_blob_test.cpp | 65 int d = *static_cast<int *>(value); in HWTEST_F() local 72 int c = *static_cast<int *>(value2); in HWTEST_F() local 94 int d = *static_cast<int *>(value); in HWTEST_F() local 102 int c = *static_cast<int *>(value2); in HWTEST_F() local 124 int d = *static_cast<int *>(value); in HWTEST_F() local 131 int c = *static_cast<int *>(value2); in HWTEST_F() local 153 int d = *static_cast<int *>(value); in HWTEST_F() local
|
H A D | egl_blobfile_test.cpp | 66 int d = *static_cast<int *>(value); in HWTEST_F() local 73 int c = *static_cast<int *>(value2); in HWTEST_F() local 102 int d = *static_cast<int *>(value); in HWTEST_F() local 109 int c = *static_cast<int *>(value2); in HWTEST_F() local
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/ |
H A D | serial_test.cpp | 89 double d = 0.0; variable 93 char c = ' '; variable
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/ |
H A D | serial_test.cpp | 89 double d = 0.0; variable 93 char c = ' '; variable
|
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | jit_fort_helper.h | 39 unsigned long c, unsigned long d, unsigned long e) in Syscall()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_macros.h | 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/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | bind.cpp | 79 for (auto& d : dependencies_) { in AddDependency() local 103 if (auto d = v.lock()) { in GetDependencies() local 117 ReturnError Bind::Import(IImportContext& c) in Import() 142 auto& d = GetDeps(); in CreateContext() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
H A D | hks_openssl_ed25519tox25519.h | 26 BIGNUM *d; // A non-zero element in the finite filed member 35 BIGNUM *c; member
|
/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/base/update/updater/services/diffpatch/ |
H A D | diffpatch.cpp | 96 unsigned int c; in PatchMapFile() local 98 auto d = buffer.buffer[i]; in PatchMapFile() local
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_math_test.cpp | 70 int a = 1, b = 2, c = 3, d = 4; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 71 static inline double MulAddMul(const float a, const float b, const float c, const float d) in MulAddMul() 76 static inline double MulSubMul(const float a, const float b, const float c, const float d) in MulSubMul()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | anonymous_string.cpp | 37 uint32_t a, b, c, d; in GetRandomID() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/ |
H A D | color_space_fuzzer.cpp | 73 float c = GetObject<float>(); in ColorSpaceFuzzTest002() local 74 float d = GetObject<float>(); in ColorSpaceFuzzTest002() local
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | native_mfmagic.h | 24 #define MF_MAGIC(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + ((d) << 0)) argument
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_base64.c | 82 uint32_t c = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 134 uint32_t c = g_base64DecodeTable[from[i++]]; in Base64Decode() local 135 uint32_t d = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/ohos5.0/foundation/distributedhardware/distributed_screen/common/src/ |
H A D | dscreen_util.cpp | 66 uint32_t c; in GetRandomID() local 67 uint32_t d; in GetRandomID() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | color_space.h | 52 float g, a, b, c, d, e, f; member
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avmagic.h | 26 #define AV_MAGIC(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + ((d) << 0)) argument
|
/ohos5.0/foundation/multimedia/media_foundation/src/capi/common/ |
H A D | native_avbuffer_queue_define.h | 25 #define AV_BUFFER_QUEUE_MAGIC(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + ((d) << 0)) argument
|