Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
A Dhal_com.c997 bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) in GetU1ByteIntegerFromStringInDecimal() argument
1000 *pInt = 0; in GetU1ByteIntegerFromStringInDecimal()
1004 *pInt *= 10; in GetU1ByteIntegerFromStringInDecimal()
1005 *pInt += (Str[i] - '0'); in GetU1ByteIntegerFromStringInDecimal()

Completed in 5 milliseconds