Home
last modified time | relevance | path

Searched defs:max (Results 501 - 525 of 3777) sorted by relevance

1...<<21222324252627282930>>...152

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpcg_engine.h63 static constexpr result_type(max)() { in max() function in absl::random_internal::pcg_engine
H A Dnonsecure_base.h69 static constexpr result_type(max)() { return (URBG::max)(); } in max() function in absl::random_internal::NonsecureURBGBase
H A Dfast_uniform_bits_test.cc58 static constexpr result_type(max)() { return Hi; } in max() function
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Duniform_int_distribution_test.cc184 const TypeParam max = min + kBuckets; in TYPED_TEST() local
[all...]
H A Duniform_real_distribution.h133 result_type(max)() const { return b(); } in max() function in absl::uniform_real_distribution
H A Dexponential_distribution.h93 result_type(max)() const { in max() function in absl::exponential_distribution
H A Dbit_gen_ref.h133 static constexpr result_type(max)() { in max() function in absl::BitGenRef
/third_party/skia/fuzz/
H A DFuzz.h106 inline void Fuzz::nextRange(T* value, Min min, Max max) { in nextRange() argument
118 inline void Fuzz::nextEnum(T* value, T max) { in nextEnum() argument
/third_party/selinux/libsepol/src/
H A Dprivate.h42 #undef max macro
43 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dbounds_analysis_test.cpp570 auto max = BoundsRange(); in TEST_F() local
588 auto max = BoundsRange(); in TEST_F() local
602 auto max = BoundsRange(); TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Drange_guard.cpp174 int32_t max = onHeap == OnHeapMode::ON_HEAP ? RangeInfo::TYPED_ARRAY_ONHEAP_MAX : INT32_MAX; in CheckIndexCheckLengthInput() local
194 int32_t max = onHeap == OnHeapMode::ON_HEAP ? RangeInfo::TYPED_ARRAY_ONHEAP_MAX : INT32_MAX; in CheckIndexCheckIndexInput() local
/base/startup/init/test/benchmark/
H A Dparameter_benchmark.cpp115 void CreateLocalParameterTest(int max) in CreateLocalParameterTest() argument
/base/startup/appspawn/modules/common/
H A Dappspawn_cgroup.c80 static int WritePidMax(const char *path, uint32_t max) in WritePidMax() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DSocket.h86 #define max(A,B) ( (A) > (B) ? (A):(B)) macro
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_ipa.c24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware_cfg.c60 u32 max; member
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_ipa.c24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dlayout_param.h28 LayoutParam(Size max, Size min) in LayoutParam() argument
109 Size max = layoutParam.Constrain(maxSize_); in Enforce() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dslider_model_impl.cpp25 void SliderModelImpl::Create(float value, float step, float min, float max) in Create() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp54 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp60 CreateProgressComponent( double min, double percent, double cachedValue, double max, ProgressType type) CreateProgressComponent() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp440 double max = 0.0f; in HWTEST_F() local
1355 double max = 0.0f; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_builder_test_ng.cpp108 void GaugeBuilderTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
H A Dgauge_pattern_test_ng.cpp109 void GaugePatternTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_paint_property.h179 float max = GetMax().value_or(100.0f); in GetStepRatio() local

Completed in 18 milliseconds

1...<<21222324252627282930>>...152