Searched refs:ResteVal (Results 1 – 1 of 1) sorted by relevance
162 UINTN ResteVal; in Atoi() local167 ResteVal = (UINTN) -1 % 10; in Atoi()181 if (RetVal > MaxVal || (RetVal == MaxVal && TempChar - '0' > (INTN) ResteVal)) { in Atoi()276 UINTN ResteVal; in AsciiAtoi() local281 ResteVal = (UINTN) -1 % 10; in AsciiAtoi()295 if (RetVal > MaxVal || (RetVal == MaxVal && TempChar - '0' > (INTN) ResteVal)) { in AsciiAtoi()