/foundation/window/window_manager/utils/include/ |
H A D | wm_math.h | 69 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 D | window_helper.h | 450 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 D | socperf_common.h | 250 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 D | qos.h | 63 static constexpr int Min() in Min() function in ffrt::QoS
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_math_test.cpp | 72 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 D | compatible_check.cpp | 170 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 D | slider_style.h | 35 ACE_DEFINE_PROPERTY_GROUP_ITEM(Min, float)
|
H A D | slider_model_ng.cpp | 44 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 D | slider_paint_property.h | 189 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderPaintStyle, Min, float, PROPERTY_UPDATE_RENDER)
|
/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 494 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 D | task.cpp | 401 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 D | netsys_client.c | 54 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 D | att_common.h | 518 uint16_t Min(uint16_t param1, uint16_t param2);
|
H A D | att_send_response.c | 251 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 D | att_common.c | 1655 uint16_t Min(uint16_t param1, uint16_t param2) in Min() function
|
H A D | att_receive.c | 461 connect->mtu = Min(connect->sendMtu, attExchangeMTUObj.mtuSize); in AttExchangeMTUResponse()
|
H A D | att_connect.c | 345 connecting->mtu = Min(connecting->locall2capConfigInfoObj.mtu, connecting->remotel2capConfigInfoObj.mtu); in AttRecvConfigReqAssignBredrConnect()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_vector4.h | 82 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 D | gauge_model_ng.cpp | 33 ACE_UPDATE_PAINT_PROPERTY(GaugePaintProperty, Min, min); in Create()
|
H A D | gauge_paint_property.h | 262 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(Min, float, PROPERTY_UPDATE_RENDER);
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | scpuworker_manager.cpp | 52 for (auto qos = QoS::Min(); qos < QoS::Max(); ++qos) { in ~SCPUWorkerManager()
|
H A D | cpu_monitor.cpp | 68 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 D | rs_vector4_test.cpp | 474 * @tc.desc: test results of Min 483 Vector4<float>::Min(a, b, result); in HWTEST_F()
|