Home | History | Annotate | Download | only in Modules

Lines Matching refs:hexval

1247 #define hexval(c) table_hex[(unsigned int)(c)]
1310 /* hexval */
1311 ch = hexval(ascii_data[in]) << 4;
1313 ch |= hexval(ascii_data[in]);