Home
last modified time | relevance | path

Searched defs:maxInput (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dmath_helper_test.cpp29 const uint32_t maxInput = std::numeric_limits<uint32_t>::max(); in HWTEST_F_L0() local
37 const uint64_t maxInput = std::numeric_limits<uint64_t>::max(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h305 int getLength(char lines[][BUFFER_SIZE], int maxInput) const in getLength()