Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c837 bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) in GetU1ByteIntegerFromStringInDecimal() argument
840 *pInt = 0; in GetU1ByteIntegerFromStringInDecimal()
844 *pInt *= 10; in GetU1ByteIntegerFromStringInDecimal()
845 *pInt += (Str[i] - '0'); in GetU1ByteIntegerFromStringInDecimal()