Home | History | Annotate | Download | only in Misc

Lines Matching refs:hexDigitValue

143 static int hexDigitValue(char c)
531 unsigned char u = (hexDigitValue(p[i + 1]) << 4) | hexDigitValue(p[i + 2]);
911 unsigned char u = (hexDigitValue(p[i + 1]) << 4) | hexDigitValue(p[i + 2]);