| /foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/ |
| D | adapter.h | 32 #define AdapterMalloc(a) malloc(a) argument 33 #define AdapterFree(a) \ argument 42 #define MutexDelete(a) pthread_mutex_destroy(a) argument 43 #define MutexAcquire(a, b) pthread_mutex_lock(a) argument 44 #define MutexRelease(a) pthread_mutex_unlock(a) argument 52 #define AdapterMalloc(a) OhosMalloc(MEM_TYPE_APPFMK_LSRAM, a) argument 53 #define AdapterFree(a) \ argument 61 #define UI_Malloc(a) OhosMalloc(MEM_TYPE_APPFMK, a) argument 62 #define UI_Free(a) \ argument 70 #define Malloc(a) malloc(a) argument [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
| D | typography_types.cpp | 28 TextAlign operator&(TextAlign a, TextAlign b) in operator &() 33 TextAlign operator|(TextAlign a, TextAlign b) in operator |() 38 TextAlign operator^(TextAlign a, TextAlign b) in operator ^() 43 TextAlign operator~(TextAlign a) in operator ~() 48 void operator&=(TextAlign &a, const TextAlign &b) in operator &=() 53 void operator|=(TextAlign &a, const TextAlign &b) in operator |=() 58 void operator^=(TextAlign &a, const TextAlign &b) in operator ^=() 63 TextDecoration operator&(const TextDecoration &a, const TextDecoration &b) in operator &() 68 TextDecoration operator|(const TextDecoration &a, const TextDecoration &b) in operator |() 73 TextDecoration operator^(const TextDecoration &a, const TextDecoration &b) in operator ^() [all …]
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| D | fixed_string.h | 45 constexpr basic_fixed_string(const basic_fixed_string& a) noexcept in basic_fixed_string() 50 constexpr basic_fixed_string(basic_fixed_string&& a) noexcept in basic_fixed_string() function 56 constexpr basic_fixed_string(const basic_fixed_string<CharT, N>& a) noexcept in basic_fixed_string() 67 constexpr basic_fixed_string(const CharT* const a) noexcept in basic_fixed_string() 72 constexpr basic_fixed_string(const basic_string_view<CharT>& a) noexcept in basic_fixed_string()
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/snippets/ |
| 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()
|
| /foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
| D | graphic_neon_utils.h | 37 static inline uint8x8_t Multipling(uint8x8_t a, uint8x8_t b) in Multipling() 44 static inline uint8x8_t NeonPreLerp(uint8x8_t p, uint8x8_t q, uint8x8_t a) in NeonPreLerp() 65 static inline uint8x8_t NeonMulDiv255(uint8x8_t a, uint8x8_t b) in NeonMulDiv255() 72 static inline float32x4_t NeonDiv(float32x4_t a, float32x4_t b) in NeonDiv() 82 static inline uint8x8_t NeonDivInt(uint16x8_t a, uint8x8_t b) in NeonDivInt() 155 … inline void LoadBuf_ARGB8888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t& a) in LoadBuf_ARGB8888() 164 … inline void LoadBuf_XRGB8888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t& a) in LoadBuf_XRGB8888() 173 …ic inline void LoadBuf_RGB888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t& a) in LoadBuf_RGB888() 181 …ic inline void LoadBuf_RGB565(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t& a) in LoadBuf_RGB565() 196 uint8x8_t& a, in LoadBufA_ARGB8888() [all …]
|
| /foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/ |
| D | ipc_ylong.rs | 28 fn spawn<'a, F1, F2, Fut, A, B>(spawn_this: F1, after_handle: F2) -> BoxFuture<'a, IpcResult<B>> in spawn() 34 F2: Send + 'a, in spawn() 35 Fut: Send + 'a, in spawn() 37 B: Send + 'a, in spawn()
|
| D | mod.rs | 37 fn spawn<'a, F1, F2, Fut, A, B>(spawn_this: F1, after_handle: F2) -> BoxFuture<'a, IpcResult<B>> in spawn() 43 F2: Send + 'a, in spawn() 44 Fut: Send + 'a, in spawn() 46 B: Send + 'a,; in spawn()
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
| D | color.h | 68 uint8_t a = (color >> COLOR_SHIFT_24) & UINT8_MAX; in MakeColorFromLinear() local 81 uint8_t a = (color >> COLOR_SHIFT_24) & UINT8_MAX; in MakeColorFromSRGB() local 95 uint32_t a = ((uint32_t)color.w & UINT8_MAX) << COLOR_SHIFT_24; in FromColorToLinear() local 109 uint32_t a = ((uint32_t)(color.w * 255.f) & UINT8_MAX) << COLOR_SHIFT_24; in FromColorToSRGB() local 123 uint32_t a = ((uint32_t)color.w & UINT8_MAX) << COLOR_SHIFT_24; in FromColorRGBAToLinear() local 136 uint32_t a = ((uint32_t)(color.w * 255.0f) & UINT8_MAX) << COLOR_SHIFT_24; in FromColorRGBAToSRGB() local
|
| /foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
| D | NativeParamCheckTest.cpp | 137 uint8_t a[100]; variable 196 uint8_t a[100]; variable 255 uint8_t a[100]; variable 317 uint8_t a[100]; variable 378 uint8_t a[100]; variable 439 uint8_t a[100]; variable 748 uint8_t a[100]; variable 807 uint8_t a[100]; variable 865 uint8_t a[100]; variable
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/ |
| D | operator_overload.cpp | 20 bool operator==(const StationInfo &a, const StationInfo &b) in operator ==() 34 bool operator==(const HotspotConfig &a, const HotspotConfig &b) in operator ==()
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/ecshelper/PropertyTools/ |
| 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
|
| /foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
| D | InnerAVMuxerParamCheckTest.cpp | 158 std::vector<uint8_t> a(100); variable 203 std::vector<uint8_t> a(100); variable 239 std::vector<uint8_t> a(100); variable 274 std::vector<uint8_t> a(100); variable 322 std::vector<uint8_t> a(100); variable 358 std::vector<uint8_t> a(100); variable 421 std::vector<uint8_t> a(100); variable 467 std::vector<uint8_t> a(100); variable 511 std::vector<uint8_t> a(100); variable 554 std::vector<uint8_t> a(100); variable [all …]
|
| /foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
| D | NativeAVMuxerParamCheckTest.cpp | 173 uint8_t a[CODEC_CONFIG]; variable 237 uint8_t a[CODEC_CONFIG]; variable 297 uint8_t a[CODEC_CONFIG]; variable 357 uint8_t a[CODEC_CONFIG]; variable 425 uint8_t a[CODEC_CONFIG]; variable 486 uint8_t a[CODEC_CONFIG]; variable 574 uint8_t a[CODEC_CONFIG]; variable 628 uint8_t a[CODEC_CONFIG]; variable 682 uint8_t a[CODEC_CONFIG]; variable 736 uint8_t a[CODEC_CONFIG]; variable [all …]
|
| D | NativeAVMuxerNullCheckTest.cpp | 86 uint8_t a[100]; variable 118 uint8_t a[100]; variable 175 uint8_t a[100]; variable 212 uint8_t a[100]; variable 261 uint8_t a[100]; variable 307 uint8_t a[100]; variable
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
| D | render_tonemap_common.h | 27 const float a = 2.51f; in TonemapAces() local 41 float a = 15.8f; in TonemapAcesFilmRec2020() local 55 const float a = 0.15f; in TonemapFilmic() local 65 const float a = 0.15f; in TonemapFilmic() local
|
| /foundation/multimedia/media_foundation/test/unittest/ |
| D | TestAny.cpp | 62 explicit NonTrivialCopyable(uint8_t a) : a_(a) in NonTrivialCopyable() 65 NonTrivialCopyable(const NonTrivialCopyable& a) : a_(a.a_) in NonTrivialCopyable() 80 explicit NonTrivialNonThrowMove(uint8_t a) : a_(a) in NonTrivialNonThrowMove() 83 explicit NonTrivialNonThrowMove(const NonTrivialNonThrowMove& a) : a_(a.a_) in NonTrivialNonThrowMove() 146 auto a = Any(number); variable 227 Any a; variable
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
| D | utils.h | 37 #define UTILS_MIN(a, b) ((a) < (b) ? (a) : (b)) argument 38 #define UTILS_MAX(a, b) ((a) > (b) ? (a) : (b)) argument 82 __inline static FILLP_BOOL UtilsIpv6AddrMatch(FILLP_CONST struct sockaddr_in6 *a, FILLP_CONST struc… in UtilsIpv6AddrMatch() 93 #define UTILS_ADDR_FAMILY_MATCH(a, b) (((struct sockaddr_in *)(void *)(a))->sin_family == \ argument 96 #define UTILS_ADDR_PORT_MATCH(a, b) (((struct sockaddr_in *)(void *)(a))->sin_port == \ argument 99 #define UTILS_IPV4_ADDR_MATCH(a, b) ((a)->sin_addr.s_addr == (b)->sin_addr.s_addr && \ argument 102 #define UTILS_IPV6_ADDR_MATCH(a, b) (UTILS_ADDR_PORT_MATCH((a), (b)) && \ argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
| D | wifi_hdi_common.h | 71 #define HDI_GET_RSN_ID(a) HdiGetBe32((const uint8_t *) (a)) argument 73 #define HDI_BIT_MULTI(a, b, c, d) \ argument 90 static inline uint32_t HdiGetBe24(const uint8_t *a) in HdiGetBe24() 95 static inline uint32_t HdiGetBe32(const uint8_t *a) in HdiGetBe32() 101 static inline uint16_t HdiGetBe16(const uint8_t *a) in HdiGetBe16()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
| D | color.cpp | 27 Color::Color(uint32_t r, uint32_t g, uint32_t b, uint32_t a) noexcept : alpha_(a), red_(r), green_(… in Color() 73 void Color::SetAlpha(uint32_t a) in SetAlpha() 122 void Color::SetAlphaF(scalar a) in SetAlphaF() 127 void Color::SetRgb(uint32_t r, uint32_t g, uint32_t b, uint32_t a) in SetRgb() 135 void Color::SetRgbF(scalar r, scalar g, scalar b, scalar a) in SetRgbF()
|
| /foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
| D | NativeParamCheckTest.cpp | 157 uint8_t a[100]; variable 212 uint8_t a[100]; variable 267 uint8_t a[100]; variable 325 uint8_t a[100]; variable 382 uint8_t a[100]; variable 439 uint8_t a[100]; variable
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/ |
| D | nstackx_nlmsg.h | 42 static inline int32_t NlMax(int32_t a, int32_t b) in NlMax() 47 static inline int32_t NlMin(int32_t a, int32_t b) in NlMin()
|
| /foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/base/JSHeapOverFlow001/ |
| D | index.js | 18 var a = "1"; variable
|
| /foundation/communication/ipc/ipc/test/rpc/server/ |
| D | rpc_server.c | 46 int32_t a; in RemoteRequestOne() local 55 int32_t a; in RemoteRequestOne() local 64 int32_t a; in RemoteRequestOne() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| D | wgl_state.cpp | 25 #define declare(a, b) a b = nullptr; argument 52 #define declareWGL(a, b) a b = nullptr; argument 124 #define declareWGL(a, b) \ in DoDummy() argument 237 #define declareWGL(a, b) \ in CreateContext() argument 262 const auto addAttribute = [&attributes](int a, int b) { in CreateContext() 349 #define declare(a, b) \ in GlInitialize() argument
|
| /foundation/ability/dmsfwk_lite/include/ |
| D | dmslite_utils.h | 47 uint16_t a; in IsBigEndian() member 56 #define DMS_FREE(a) \ argument 65 #define DMS_FREE(a) \ argument
|