Home | History | Annotate | Download | only in DataSource

Lines Matching refs:pDigit

136   @param [in] pDigit    The address of the next digit

144 CHAR8 * pDigit,
154 while (( '0' <= *pDigit ) && ( '9' >= *pDigit )) {
163 Value += *pDigit - '0';
168 pDigit += 1;
179 return pDigit;