Lines Matching refs:tmpVal
2114 int32_t tmpVal = decVal * 10 + digit;2115 if (tmpVal > maxVal) {2118 decVal = tmpVal;