Searched refs:pInt (Results 1 – 1 of 1) sorted by relevance
1504 bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) in GetU1ByteIntegerFromStringInDecimal() argument1507 *pInt = 0; in GetU1ByteIntegerFromStringInDecimal()1511 *pInt *= 10; in GetU1ByteIntegerFromStringInDecimal()1512 *pInt += (Str[i] - '0'); in GetU1ByteIntegerFromStringInDecimal()