Lines Matching refs:tmpVal
1989 int32_t tmpVal = decVal * 10 + digit;1990 if (tmpVal > maxVal) {1993 decVal = tmpVal;