Searched defs:maxInput (Results 1 – 2 of 2) sorted by relevance
29 const uint32_t maxInput = std::numeric_limits<uint32_t>::max(); in HWTEST_F_L0() local37 const uint64_t maxInput = std::numeric_limits<uint64_t>::max(); in HWTEST_F_L0() local
305 int getLength(char lines[][BUFFER_SIZE], int maxInput) const in getLength()