Home
last modified time | relevance | path

Searched defs:max (Results 76 - 100 of 3777) sorted by relevance

12345678910>>...152

/third_party/skia/src/core/
H A DSkAlphaRuns.cpp28 int max = (y + 1) * maxStep - (y == maxStep - 1); in assertValid() local
/third_party/skia/samplecode/
H A DSampleTiming.cpp39 max = -INFINITY; variable
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DDebug.hpp26 #undef max macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dmathutil.h58 const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
/third_party/skia/tests/
H A DSafeMathTest.cpp12 size_t max = std::numeric_limits<size_t>::max(); in DEF_TEST() local
[all...]
/third_party/openGLES/extensions/
H A Dnextfree.py25 max = {} variable
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dnextfree.py36 max = {} variable
/third_party/skia/third_party/externals/tint/tools/src/lut/
H A Dlut.go
/third_party/skia/third_party/externals/zlib/
H A Dcompress.c31 const uInt max = (uInt)-1; local
H A Duncompr.c35 const uInt max = (uInt)-1; local
/third_party/skia/tools/sk_app/unix/
H A Dkeysym2ucs.c821 int max = sizeof(keysymtab) / sizeof(struct codepair) - 1; in keysym2ucs() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DComputeValidationTests.cpp60 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
66 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
72 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
78 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
84 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.h40 size_t max = maxAnnoMemoryUsage_.load(std::memory_order_relaxed); in IncreaseAnnoMemoryUsage() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper() argument
H A Dcommon.cpp100 constexpr int32_t max = 7; in CanConvertToIncI() local
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_capture_range_adapter_impl.cpp45 void VideoCaptureRangeAdapterImpl::SetMax(double max) in SetMax() argument
H A Dvideo_capture_range_adapter_mock.cpp44 void VideoCaptureRangeAdapterImpl::SetMax(double max) in SetMax() argument
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp23 ProgressComponent::ProgressComponent(double min, double value, double cachedValue, double max, ProgressType type) in ProgressComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp22 SliderComponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.h25 GaugeConfiguration(float value, float min, float max, bool enabled) in GaugeConfiguration() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dutils.h48 static T CheckRange(T min, T max, T defaultValue, T value) in CheckRange() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Ddata_panel_model_impl.cpp24 void DataPanelModelImpl::Create(const std::vector<double>& values, double max, int32_t type) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.h27 SliderConfiguration(double value, double min, double max, double step, bool enabled) in SliderConfiguration() argument
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
H A Dchart.js

Completed in 8 milliseconds

12345678910>>...152