Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/number_subtypes/
Dnumber_subtypes.rb16 def initialize(name, min, max, sum) argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.h40 size_t max = maxAnnoMemoryUsage_.load(std::memory_order_relaxed); in IncreaseAnnoMemoryUsage() local
Dnative_area_allocator.h92 size_t max = maxNativeMemoryUsage_.load(std::memory_order_relaxed); in IncreaseNativeMemoryUsage() local
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h119 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha()
132 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit()
145 static bool IsAlphanum(const std::string &str, size_t min, size_t max) in IsAlphanum()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcommon.cpp83 constexpr int32_t max = 7; in CanConvertToIncI() local
Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper()
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb41 def check_option_limit(optparser, options, key, min, max) argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/
Dtest-runner.rb41 def check_option_limit(optparser, options, key, min, max) argument
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DXTools.js73 export function RandInt(min = 0, max = 100) { argument
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_encoder.h30 static bool CanEncodeImmHelper(int64_t imm, uint32_t size, int64_t min, int64_t max) in CanEncodeImmHelper()
/arkcompiler/ets_runtime/ecmascript/compiler/
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
Drange_analysis.cpp198 int32_t max = onHeap == OnHeapMode::ON_HEAP ? RangeInfo::TYPED_ARRAY_ONHEAP_MAX : INT32_MAX; in VisitLoadTypedArrayLength() local
Dnumber_gate_info.h95 RangeInfo(int32_t min, int32_t max) in RangeInfo()
/arkcompiler/runtime_core/libpandabase/utils/
Dmath_helpers.h123 T max(T a, T b) in max() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp570 auto max = BoundsRange(); in TEST_F() local
588 auto max = BoundsRange(); in TEST_F() local
602 auto max = BoundsRange(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h621 …static bool IsCheckRange(const std::string &str, size_t min, size_t max, bool(rangeCheckFunc)(char… in IsCheckRange()
634 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha()
647 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit()
660 static bool IsAlphanum(const std::string &str, size_t min, size_t max) in IsAlphanum()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json15 "complexity": ["error", { "max": 15 }], number
20 "max-depth": ["error", { "max": 4 }], number
33 "max-lines-per-function": ["error", { "max": 50 }], number
106 "@stylistic/max-statements-per-line": ["error", { "max": 1 }], number
113 "@stylistic/no-multiple-empty-lines": ["error", { "max": 2, "maxEOF": 1 }], number
/arkcompiler/ets_frontend/ets2panda/linter/
D.eslintrc.json16 "complexity": ["error", { "max": 15 }], number
24 "max-depth": ["error", { "max": 4 }], number
25 "max-lines-per-function": ["error", { "max": 50 }], number
129 "@stylistic/max-statements-per-line": ["error", { "max": 1 }], number
136 "@stylistic/no-multiple-empty-lines": ["error", { "max": 2, "maxEOF": 1 }], number
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlive_registers.cpp34 LifeNumber max; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp748 bool RegExpParser::ParseQuantifierPrefix(int &min, int &max, bool &isGreedy) in ParseQuantifierPrefix()
803 int max = -1; in ParseQuantifier() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp379 static int32_t IndexOf(Span<const T1> &lhsSp, Span<const T2> &rhsSp, int32_t pos, int32_t max) in IndexOf()
506 int32_t max = lhs_count - rhs_count; in IndexOf() local
533 int32_t max = lhs_count - rhs_count; in LastIndexOf() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test_1.cpp381 T max = std::numeric_limits<T>::max(); in TestAddOverflow() local
447 T max = std::numeric_limits<T>::max(); in TestSubOverflow() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_1.cpp378 T max = std::numeric_limits<T>::max(); in TestAddOverflow() local
444 T max = std::numeric_limits<T>::max(); in TestSubOverflow() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp574 auto &max = std::get<2U>(*parentIndexIt); in PushNewBoundsCheckAtExistingIndexes() local
585 auto &max = std::get<2U>(*indexIt); in PushNewBoundsCheckAtExistingIndexes() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp1049 int32_t max = std::numeric_limits<int32_t>::max(); in TEST_F() local
1100 int32_t max = std::numeric_limits<int32_t>::max(); in TEST_F() local

12