| /foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
| D | bt_endian.h | 20 #define H2BE_16(x) (x) argument 21 #define H2LE_16(x) (x) argument 22 #define BE2H_16(x) (x) argument 23 #define LE2H_16(x) (x) argument 25 #define H2BE_32(x) (x) argument 26 #define H2LE_32(x) (x) argument 27 #define BE2H_32(x) (x) argument 28 #define LE2H_32(x) (x) argument 30 #define H2BE_64(x) (x) argument 31 #define H2LE_64(x) (x) argument [all …]
|
| D | platform_def.h | 31 #define ASSERT(x) assert(x) argument 33 #define ASSERT(x) argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
| D | hci_def_feature.h | 27 #define HCI_SUPPORT_3_SLOT_PACKETS(x) !!GET_FEATURE_FLAG(x, 0, 0) argument 28 #define HCI_SUPPORT_5_SLOT_PACKETS(x) !!GET_FEATURE_FLAG(x, 0, 1) argument 29 #define HCI_SUPPORT_ROLE_SWITCH(x) !!GET_FEATURE_FLAG(x, 0, 5) argument 30 #define HCI_SUPPORT_HOLD_MODE(x) !!GET_FEATURE_FLAG(x, 0, 6) argument 31 #define HCI_SUPPORT_SNIFF_MODE(x) !!GET_FEATURE_FLAG(x, 0, 7) argument 32 #define HCI_SUPPORT_SCO(x) !!GET_FEATURE_FLAG(x, 1, 3) argument 33 #define HCI_SUPPORT_HV2_PACKET(x) !!GET_FEATURE_FLAG(x, 1, 4) argument 34 #define HCI_SUPPORT_HV3_PACKET(x) !!GET_FEATURE_FLAG(x, 1, 5) argument 35 #define HCI_SUPPORT_EDR_ACL_2MBS_MODE(x) !!GET_FEATURE_FLAG(x, 3, 1) argument 36 #define HCI_SUPPORT_EDR_ACL_3MBS_MODE(x) !!GET_FEATURE_FLAG(x, 3, 2) argument [all …]
|
| D | hci_def_le_feature.h | 27 #define HCI_SUPPORT_CONNECTION_PARAMETERS_REQUEST_PROCEDURE(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 1) argument 28 #define HCI_SUPPORT_LE_PING(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 4) argument 29 #define HCI_SUPPORT_LE_DATA_PACKET_LENGTH_EXTENSION(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 5) argument 30 #define HCI_SUPPORT_LL_PRIVACY(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 6) argument 31 #define HCI_SUPPORT_LE_2M_PHY(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 8) argument 32 #define HCI_SUPPORT_LE_CODED_PHY(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 11) argument 33 #define HCI_SUPPORT_LE_EXTENDED_ADVERTISING(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 12) argument 34 #define HCI_SUPPORT_LE_PERIODIC_ADVERTISING(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 13) argument 35 #define HCI_SUPPURT_CHANNEL_SELECTION_ALGORITHM_2(x) !!GET_LINK_LAYER_FEATURE_FLAG(x, 14) argument
|
| D | hci_def_supported_cmds.h | 27 #define HCI_SUPPORT_ENHANCED_SETUP_SYNCHRONOUS_CONNECTION(x) !!GET_COMMAND_FLAG(x, 29, 3) argument 28 #define HCI_SUPPORT_ENHANCED_ACCEPT_SYNCHRONOUS_CONNECTION(x) !!GET_COMMAND_FLAG(x, 29, 4) argument 29 #define HCI_SUPPORT_READ_LOCAL_SUPPORTED_CODECS(x) !!GET_COMMAND_FLAG(x, 29, 5) argument 30 #define HCI_SUPPORT_LE_READ_LOCAL_P_256_PUBLIC_KEY(x) !!GET_COMMAND_FLAG(x, 34, 1) argument 31 #define HCI_SUPPORT_LE_GENERATE_DH_KEY(x) !!GET_COMMAND_FLAG(x, 34, 2) argument 32 #define HCI_SUPPORT_LE_SET_PRIVACY_MODE(x) !!GET_COMMAND_FLAG(x, 39, 2) argument
|
| D | hci_def_cmd_common.h | 26 #define GET_OGF(x) (((x) >> 10) & 0x3f) argument 27 #define GET_OCF(x) ((x) & 0x3ff) argument
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| D | hcodec_log.h | 32 #define LOGE(x, ...) OHOS::HiviewDFX::HiLog::Error(LABEL, LOG_FMT x, FILENAME, __FUNCTION__, __LINE… argument 33 #define LOGW(x, ...) OHOS::HiviewDFX::HiLog::Warn(LABEL, LOG_FMT x, FILENAME, __FUNCTION__, __LINE_… argument 34 #define LOGI(x, ...) OHOS::HiviewDFX::HiLog::Info(LABEL, LOG_FMT x, FILENAME, __FUNCTION__, __LINE_… argument 35 #define LOGD(x, ...) OHOS::HiviewDFX::HiLog::Debug(LABEL, LOG_FMT x, FILENAME, __FUNCTION__, __LINE… argument 39 #define HLOGE(x, ...) OHOS::HiviewDFX::HiLog::Error(LABEL, HLOG_FMT x, componentId_, componentName_… argument 41 #define HLOGW(x, ...) OHOS::HiviewDFX::HiLog::Warn(LABEL, HLOG_FMT x, componentId_, componentName_.… argument 43 #define HLOGI(x, ...) OHOS::HiviewDFX::HiLog::Info(LABEL, HLOG_FMT x, componentId_, componentName_.… argument 45 #define HLOGD(x, ...) \ argument 54 #define SLOGE(x, ...) OHOS::HiviewDFX::HiLog::Error(LABEL, HLOG_FMT x, codec_->componentId_, \ argument 56 #define SLOGW(x, ...) OHOS::HiviewDFX::HiLog::Warn(LABEL, HLOG_FMT x, codec_->componentId_, \ argument [all …]
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
| D | fillp_os.h | 34 #define FILLP_NTOHL(x) \ argument 37 #define FILLP_NTOHS(x) (FILLP_UINT16)((((x)&0x00ff) << 8) | (((x)&0xff00) >> 8)) argument 39 #define FILLP_NTOHLL(x) … argument 45 #define FILLP_HTONL(x) FILLP_NTOHL(x) argument 46 #define FILLP_HTONS(x) FILLP_NTOHS(x) argument 47 #define FILLP_HTONLL(x) FILLP_NTOHLL(x) argument 65 #define unlikely(x) __builtin_expect((x), 0) argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
| D | db_common.h | 92 #define VEC_TO_STR(x) DBCommon::VectorToHexString(x).c_str() argument 93 #define STR_MASK(x) DBCommon::StringMasking(x).c_str() argument 94 #define STR_TO_HEX(x) DBCommon::TransferStringToHex(x).c_str() argument
|
| D | macro_utils.h | 36 #define BYTE_8_ALIGN(x) (((x) + (8 - 1)) & ~(8 - 1)) argument 38 #define BITX(x) (1U << (x)) argument 40 #define ULL(x) (static_cast<unsigned long long>(x)) argument
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| D | rb_tree.c | 22 static void FillpRbRotateLeft(struct RbNode *x, struct RbRoot *root) in FillpRbRotateLeft() 55 static void FillpRbRotateRight(struct RbNode *x, struct RbRoot *root) in FillpRbRotateRight() 87 static struct RbNode *EqualRight(struct RbNode *x, struct RbRoot *root) in EqualRight() 97 static struct RbNode *EqualLeft(struct RbNode *x, struct RbRoot *root) in EqualLeft() 107 void FillpRbInsertColor(struct RbNode *x, struct RbRoot *root) in FillpRbInsertColor() 155 static int FillpRbEraseColorAtLeft(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) in FillpRbEraseColorAtLeft() 190 static int FillpRbEraseColorAtRight(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) in FillpRbEraseColorAtRight() 225 static void FillpRbEraseColor(struct RbNode *x, struct RbNode *parent, struct RbRoot *root) in FillpRbEraseColor()
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| D | point.h | 30 Point(double x, double y) : x_(x), y_(y) {} in Point() 31 Point(double x, double y, SourceType sourceType) : x_(x), y_(y), sourceType_(sourceType) {} in Point() 32 …Point(double x, double y, double screenX, double screenY) : x_(x), y_(y), screenX_(screenX), scree… in Point() 33 Point(double x, double y, double screenX, double screenY, SourceType sourceType) in Point() 47 void SetX(double x) in SetX() 67 void SetScreenX(double x) in SetScreenX() 89 …double x = (x_ - center.GetX()) * std::cos(angle) - (y_ - center.GetY()) * std::sin(angle) + cente… in Rotate() local
|
| D | quaternion.h | 26 Quaternion(double x, double y, double z, double w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion() 45 void SetX(double x) in SetX() 64 auto x = this->x_ + q.x_; variable 73 auto x = w_ * q.x_ + x_ * q.w_ + y_ * q.z_ - z_ * q.y_; variable
|
| /foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/ |
| D | rasterizer_scanline_antialias.cpp | 46 int32_t x = curCell->x; in SweepScanline() local 136 void RasterizerScanlineAntialias::MoveTo(int32_t x, int32_t y) in MoveTo() 149 void RasterizerScanlineAntialias::LineTo(int32_t x, int32_t y) in LineTo() 155 void RasterizerScanlineAntialias::MoveToByfloat(float x, float y) in MoveToByfloat() 168 void RasterizerScanlineAntialias::LineToByfloat(float x, float y) in LineToByfloat() 174 void RasterizerScanlineAntialias::AddVertex(float x, float y, uint32_t cmd) in AddVertex()
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
| D | geometry_path_storage.h | 49 float x; variable 107 void AddVertex(float x, float y, uint32_t cmd) in AddVertex() 136 uint32_t LastVertex(float* x, float* y) const in LastVertex() 162 uint32_t GenerateVertex(uint32_t idx, float* x, float* y) const in GenerateVertex() 267 void MoveTo(float x, float y) in MoveTo() 278 void LineTo(float x, float y) in LineTo() 308 float x, float y) in ArcTo() 374 uint32_t LastVertex(float* x, float* y) const in LastVertex() 408 uint32_t GenerateVertex(float* x, float* y) in GenerateVertex() 425 float x; variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/layers/ |
| D | offset_layer.h | 29 OffsetLayer(double x, double y) : x_(x), y_(y) {} in OffsetLayer() 32 void SetOffset(double x, double y) in SetOffset() 38 void SetStaticOffset(double x, double y) in SetStaticOffset()
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
| D | sys_util.h | 26 #define PP_HTON64(x) ((((x) & (uint64_t)0x00000000000000ffULL) << 56) | \ argument 35 #define htobe64(x) (x) argument 36 #define htole64(x) PP_HTON64(x) argument 37 #define be64toh(x) (x) argument 38 #define le64toh(x) PP_HTON64(x) argument
|
| /foundation/ability/ability_base/interfaces/inner_api/base/include/ |
| D | base_def.h | 42 #define INTERFACE(id, x) \ argument 46 #define INTERFACE2(id, pid, x) \ argument 52 #define CLASS(id, x) \ argument 58 #define INTERFACE_ID(x) argument 59 #define CLASS_ID(x) argument
|
| /foundation/resourceschedule/ffrt/src/internal_inc/ |
| D | osal.h | 23 #define unlikely(x) (x) argument 24 #define likely(x) (x) argument 27 #define unlikely(x) __builtin_expect(!!(x), 0) argument 28 #define likely(x) __builtin_expect(!!(x), 1) argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/ |
| D | transform_mock.cpp | 30 void RenderTransform::Translate(const Dimension& x, const Dimension& y, const Dimension& z) {} in Translate() 32 void RenderTransform::Scale(float x, float y, float z) {} in Scale() 34 void RenderTransform::Skew(float x, float y) {} in Skew() 45 void RenderTransform::Translate(const Dimension& x, const Dimension& y) in Translate() 63 void RenderTransform::Scale(float x, float y) in Scale() 72 void RenderTransform::Rotate(float angle, float x, float y, float z) in Rotate() 176 void MockRenderTransform::MockTranslate(Dimension x, Dimension y) in MockTranslate() 189 void MockRenderTransform::MockScale(float x, float y) in MockScale() 196 void MockRenderTransform::MockRotate(float angle, float x, float y, float z) in MockRotate() 224 void MockRenderTransform::GetTranslateSetting(Dimension& x, Dimension& y) const in GetTranslateSetting() [all …]
|
| /foundation/communication/dsoftbus/core/common/include/ |
| D | softbus_bitmap.h | 30 #define SOFTBUS_BITGET(x, bit) ((x) & (DATA_ONE(x) << (bit))) argument 32 #define SOFTBUS_BITSGET(x, high, low) ((x) & (((DATA_ONE(x) << ((high) + 1)) - 1) & ~((DATA_ONE(x) … argument 33 #define SOFTBUS_BITSSHIFT(x, high, low) (((x) >> (low)) & ((DATA_ONE(x) << ((high) - (low) + 1)) - … argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/ |
| D | sbc_tables.h | 153 static int16_t FProto4(double x) { in FProto4() 157 static int16_t FProto4N(double x) { in FProto4N() 191 static int16_t FCos4(double x) { in FCos4() 195 static int16_t FCos4N(double x) { in FCos4N() 216 static int16_t FProto8(double x) { in FProto8() 220 static int16_t FProto8N(double x) { in FProto8N() 274 static int16_t FCos8(double x) { in FCos8() 278 static int16_t FCos8N(double x) { in FCos8N()
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | radius.h | 31 Radius(double x, double y) : x_(Dimension(x)), y_(Dimension(y)) {} in Radius() 32 Radius(const Dimension& x, const Dimension& y) : x_(x), y_(y) {} in Radius() 33 Radius(const AnimatableDimension& x, const AnimatableDimension& y) : x_(x), y_(y) {} in Radius() 78 void SetX(const AnimatableDimension& x) in SetX()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
| D | point.h | 66 inline PointF::PointF(scalar x, scalar y) noexcept : x_(x), y_(y) {} in PointF() 78 inline void PointF::SetX(scalar x) in SetX() 202 inline PointI::PointI(int x, int y) noexcept : x_(x), y_(y) {} in PointI() 214 inline void PointI::SetX(int x) in SetX()
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
| D | point_t.h | 29 PointT(T x, T y) : x_(x), y_(y) {} in PointT() 41 void SetX(T x) in SetX() 53 …T x = (x_ - center.GetX()) * std::cos(angle) - (y_ - center.GetY()) * std::sin(angle) + center.Get… in Rotate() local
|