Home
last modified time | relevance | path

Searched refs:pInt (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com.c1491 bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) in GetU1ByteIntegerFromStringInDecimal() argument
1494 *pInt = 0; in GetU1ByteIntegerFromStringInDecimal()
1498 *pInt *= 10; in GetU1ByteIntegerFromStringInDecimal()
1499 *pInt += (Str[i] - '0'); in GetU1ByteIntegerFromStringInDecimal()