/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_tonemap_common.h | 27 const float a = 2.51f; in TonemapAces() local 30 const float d = 0.59f; in TonemapAces() local 41 float a = 15.8f; in TonemapAcesFilmRec2020() local 44 float d = 5.92f; in TonemapAcesFilmRec2020() local 55 const float a = 0.15f; in TonemapFilmic() local 58 const float d = 0.20f; in TonemapFilmic() local 65 const float a = 0.15f; in TonemapFilmic() local 68 const float d = 0.20f; in TonemapFilmic() local
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_blob_test.cpp | 57 void *a = malloc(4); in HWTEST_F() local 65 int d = *static_cast<int *>(value); in HWTEST_F() local 86 void *a = malloc(4); in HWTEST_F() local 94 int d = *static_cast<int *>(value); in HWTEST_F() local 116 void *a = malloc(4); in HWTEST_F() local 124 int d = *static_cast<int *>(value); in HWTEST_F() local 145 void *a = malloc(4); in HWTEST_F() local 153 int d = *static_cast<int *>(value); in HWTEST_F() local
|
H A D | egl_blobfile_test.cpp | 58 void *a = malloc(4); in HWTEST_F() local 66 int d = *static_cast<int *>(value); in HWTEST_F() local 94 void *a = malloc(4); in HWTEST_F() local 102 int d = *static_cast<int *>(value); in HWTEST_F() 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 | 25 int a = 1; in MessageQueueTest001() local 28 int d = 4; in MessageQueueTest001() local 74 int a = 1; 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/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/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/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common.h | 74 #define HDI_GET_RSN_ID(a) HdiGetBe32((const uint8_t *) (a)) argument 76 #define HDI_BIT_MULTI(a, b, c, d) \ argument 93 static inline uint32_t HdiGetBe24(const uint8_t *a) in HdiGetBe24() 98 static inline uint32_t HdiGetBe32(const uint8_t *a) in HdiGetBe32() 104 static inline uint16_t HdiGetBe16(const uint8_t *a) in HdiGetBe16()
|
/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 33 BIGNUM *a; member
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | color_fill.h | 20 #define COLOR_FILL_COVER(d, dm, r2, g2, b2, sm) \ argument 89 #define COLOR_FILL_BLEND(d, dm, s, sm, a) … argument
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/ |
H A D | hi_gbm_internal.h | 22 #define DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) argument 23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) argument
|
/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 | 71 float a = 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 | 78 uint32_t a = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 132 uint32_t a = 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 | 64 uint32_t a; 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/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/ |
H A D | crypto_hash_to_point.c | 30 BIGNUM *d; member 205 const struct CurveConstPara *curvePara, BIGNUM *a, BN_CTX *ctx) in CurveHashToPointCalcA() 258 static int32_t CurveHashToPointCalcC(const BIGNUM *a, BIGNUM *b, in CurveHashToPointCalcC() 337 BIGNUM *a = BN_new(); in CurveHashToPoint() local
|
/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
|
/ohos5.0/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/ |
H A D | driver_pkg_manager_test.cpp | 134 int32_t Fun(int a, int b, const string & c, const string & d) in Fun()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | main.cpp | 126 for (auto &d : dirSet) { local 192 auto addString = [&dst, &stringtable](std::string_view a) -> Elf32_Word { 237 FILE* d = fopen(fname.c_str(), "wb"); local 276 auto addString = [&dst, &stringtable](std::string_view a) -> Elf32_Word { 638 for (auto& d : g_directory) { local
|