Home
last modified time | relevance | path

Searched refs:Min (Results 1 - 23 of 23) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dwm_math.h69 T Min(const T& a, const T& b) in Min() function
75 T Min(const T& a, const Ts&... bs) in Min() function
77 return Min(a, Min(bs...)); in Min()
83 return Min(upper, Max(lower, value)); in Clamp()
H A Dwindow_helper.h450 int32_t xmin = MathHelper::Min(a.x_, b.x_, c.x_, d.x_); in TransformRect()
451 int32_t ymin = MathHelper::Min(a.y_, b.y_, c.y_, d.y_); in TransformRect()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h250 static inline int64_t Min(int64_t num1, int64_t num2) in Min() function
258 static inline int64_t Min(int64_t num1, int64_t num2, int64_t num3) in Min() function
260 return Min(Min(num1, num2), num3); in Min()
/foundation/resourceschedule/ffrt/src/sched/
H A Dqos.h63 static constexpr int Min() in Min() function in ffrt::QoS
/foundation/window/window_manager/utils/test/unittest/
H A Dwm_math_test.cpp72 ASSERT_EQ(true, MathHelper::Min(a, b, c) == a); in HWTEST_F()
74 ASSERT_EQ(true, MathHelper::Min(a, b, c, d) == a); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp170 T Min(T val1, T val2, std::function<int(T, T)> compareFunc) in Min() function
194 T min = Min(v2.first, v2.second, cmpFunc); in FICapabilityCheck()
218 T min1 = Min(v1.first, v1.second, cmpFunc); in IICapabilityCheck()
220 T min2 = Min(v2.first, v2.second, cmpFunc); in IICapabilityCheck()
222 T tmpMax = Min(max1, max2, cmpFunc); in IICapabilityCheck()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_style.h35 ACE_DEFINE_PROPERTY_GROUP_ITEM(Min, float)
H A Dslider_model_ng.cpp44 ACE_UPDATE_PAINT_PROPERTY(SliderPaintProperty, Min, min); in Create()
89 ACE_UPDATE_PAINT_PROPERTY(SliderPaintProperty, Min, value); in SetMinLabel()
527 ACE_UPDATE_NODE_PAINT_PROPERTY(SliderPaintProperty, Min, value, frameNode); in SetMinLabel()
642 SliderPaintProperty, Min, value, frameNode, DEFAULT_MIN_VALUE); in GetMinLabel()
H A Dslider_paint_property.h189 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderPaintStyle, Min, float, PROPERTY_UPDATE_RENDER)
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp494 Min(candidatePowerValue, candidateThermalValue)); in ProcessLimitCase()
508 Min(candidatePowerValue, candidateThermalValue)); in ProcessLimitCase()
511 resStatus->currentEndTime = Min(resStatus->candidatesEndTime[ACTION_TYPE_PERF], in ProcessLimitCase()
/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/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_client.c54 static inline uint32_t Min(uint32_t a, uint32_t b) in Min() function
265 *num = Min(*num, MAX_RESULTS); in NetSysGetResolvCacheInternal()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.h518 uint16_t Min(uint16_t param1, uint16_t param2);
H A Datt_send_response.c251 connect->mtu = Min(connect->receiveMtu, exchangeMtuResPtr->mtu); in AttExchangeMTUResponseAsync()
623 len = Min(mtu - STEP_FOUR, MAXREADBYTYPERESLEN); in AttReadByTypeResponseAsync()
1072 len = Min(mtu - STEP_SIX, MAXREADBYGROUPRESLEN); in AttReadByGroupTypeResponseAsync()
H A Datt_common.c1655 uint16_t Min(uint16_t param1, uint16_t param2) in Min() function
H A Datt_receive.c461 connect->mtu = Min(connect->sendMtu, attExchangeMTUObj.mtuSize); in AttExchangeMTUResponse()
H A Datt_connect.c345 connecting->mtu = Min(connecting->locall2capConfigInfoObj.mtu, connecting->remotel2capConfigInfoObj.mtu); in AttRecvConfigReqAssignBredrConnect()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h82 static void Min(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result);
241 void Vector4<T>::Min(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Min() function in OHOS::Rosen::Vector4
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.cpp33 ACE_UPDATE_PAINT_PROPERTY(GaugePaintProperty, Min, min); in Create()
H A Dgauge_paint_property.h262 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(Min, float, PROPERTY_UPDATE_RENDER);
/foundation/resourceschedule/ffrt/src/eu/
H A Dscpuworker_manager.cpp52 for (auto qos = QoS::Min(); qos < QoS::Max(); ++qos) { in ~SCPUWorkerManager()
H A Dcpu_monitor.cpp68 for (auto qos = QoS::Min(); qos < QoS::Max(); ++qos) { in SetupMonitor()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_vector4_test.cpp474 * @tc.desc: test results of Min
483 Vector4<float>::Min(a, b, result); in HWTEST_F()

Completed in 25 milliseconds