Home
last modified time | relevance | path

Searched refs:Max (Results 1 - 25 of 30) sorted by relevance

12

/foundation/window/window_manager/utils/include/
H A Dwm_math.h57 T Max(const T& a, const T& b) in Max() function
63 T Max(const T& a, const Ts&... bs) in Max() function
65 return Max(a, Max(bs...)); in Max()
83 return Min(upper, Max(lower, value)); in Clamp()
H A Dwindow_helper.h452 int32_t xmax = MathHelper::Max(a.x_, b.x_, c.x_, d.x_); in TransformRect()
453 int32_t ymax = MathHelper::Max(a.y_, b.y_, c.y_, d.y_); in TransformRect()
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dframe_info.h29 * enumerations can be defined after Max.
57 Max, member in OHOS::Rosen::FrameEventType
66 LoopEnd = Max,
/foundation/resourceschedule/ffrt/src/sched/
H A Dscheduler.h41 for (int i = 0; i < QoS::Max(); i++) { in ~FFRTScheduler()
82 for (int i = 0; i < QoS::Max(); i++) { in FFRTScheduler()
H A Dqos.h68 static int Max() in Max() function in ffrt::QoS
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h237 static inline int64_t Max(int64_t num1, int64_t num2) in Max() function
245 static inline int64_t Max(int64_t num1, int64_t num2, int64_t num3) in Max() function
247 return Max(Max(num1, num2), num3); in Max()
/foundation/window/window_manager/utils/test/unittest/
H A Dwm_math_test.cpp71 ASSERT_EQ(true, MathHelper::Max(a, b, c) == c); in HWTEST_F()
73 ASSERT_EQ(true, MathHelper::Max(a, b, c, d) == d); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp161 T Max(T val1, T val2, std::function<int(T, T)> compareFunc) in Max() function
193 T max = Max(v2.first, v2.second, cmpFunc); in FICapabilityCheck()
217 T max1 = Max(v1.first, v1.second, cmpFunc); in IICapabilityCheck()
219 T max2 = Max(v2.first, v2.second, cmpFunc); in IICapabilityCheck()
221 T tmpMin = Max(min1, min2, cmpFunc); in IICapabilityCheck()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_style.h36 ACE_DEFINE_PROPERTY_GROUP_ITEM(Max, float)
H A Dslider_model_ng.cpp45 ACE_UPDATE_PAINT_PROPERTY(SliderPaintProperty, Max, max); in Create()
93 ACE_UPDATE_PAINT_PROPERTY(SliderPaintProperty, Max, value); in SetMaxLabel()
531 ACE_UPDATE_NODE_PAINT_PROPERTY(SliderPaintProperty, Max, value, frameNode); in SetMaxLabel()
649 SliderPaintProperty, Max, value, frameNode, DEFAULT_MAX_VALUE); in GetMaxLabel()
H A Dslider_paint_property.h190 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderPaintStyle, Max, float, PROPERTY_UPDATE_RENDER)
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp458 endTime = Max(endTime, (*iter)->endTime); in InnerArbitrateCandidatesValue()
490 resStatus->candidate = Max(candidatePerfValue, candidatePowerValue, candidateThermalValue); in ProcessLimitCase()
498 Max(candidatePerfValue, candidatePowerValue); in ProcessLimitCase()
501 Max(candidatePerfValue, candidateThermalValue); in ProcessLimitCase()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_model_ng.cpp50 ACE_UPDATE_PAINT_PROPERTY(DataPanelPaintProperty, Max, max); in Create()
H A Ddata_panel_paint_property.h222 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(Max, double, PROPERTY_UPDATE_RENDER);
/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_monitor.h118 int qosMonitorMaxNum = std::min(QoS::Max(), BLOCKAWARE_DOMAIN_ID_MAX + 1);
H A Dcpu_monitor.cpp68 for (auto qos = QoS::Min(); qos < QoS::Max(); ++qos) { in SetupMonitor()
373 for (unsigned int i = 0; i < static_cast<unsigned int>(QoS::Max()); i++) { in IsExceedDeepSleepThreshold()
H A Dscpuworker_manager.cpp52 for (auto qos = QoS::Min(); qos < QoS::Max(); ++qos) { in ~SCPUWorkerManager()
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_collector.cpp83 if (index >= static_cast<int32_t>(FrameEventType::Max)) { in MarkFrameEvent()
/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp401 for (auto qos = ffrt::QoS::Min(); qos < ffrt::QoS::Max(); ++qos) { in ffrt_restore_qos_config()
419 if (qos < ffrt::QoS::Min() || qos >= ffrt::QoS::Max() || number <= 0) { in ffrt_notify_workers()
430 if (qos < ffrt::QoS::Min() || qos >= ffrt::QoS::Max() || stack_size < PTHREAD_STACK_MIN) { in ffrt_set_worker_stack_size()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h83 static void Max(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result);
253 void Vector4<T>::Max(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Max() function in OHOS::Rosen::Vector4
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.cpp32 ACE_UPDATE_PAINT_PROPERTY(GaugePaintProperty, Max, max); in Create()
H A Dgauge_paint_property.h263 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(Max, float, PROPERTY_UPDATE_RENDER);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtime_span.h97 static constexpr TimeSpan Max() noexcept
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp216 Vector4f::Max( in HWTEST_F()
244 Vector4f::Max( in HWTEST_F()
271 Vector4f::Max( in HWTEST_F()
299 Vector4f::Max( in HWTEST_F()
327 Vector4f::Max( in HWTEST_F()
355 Vector4f::Max( in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_vector4_test.cpp489 * @tc.desc: test results of Max
498 Vector4<float>::Max(a, b, result); in HWTEST_F()

Completed in 19 milliseconds

12