Home | History | Annotate | Download | only in orig

Lines Matching defs:hexDigitValue

2013 static int hexDigitValue(char c){
2047 while( (x = hexDigitValue(zArg[0]))>=0 ){
2073 for(i=2; hexDigitValue(zArg[i])>=0; i++){}