Home | History | Annotate | Download | only in Modules

Lines Matching refs:hexval

1172 #define hexval(c) table_hex[(unsigned int)(c)]
1232 /* hexval */
1233 ch = hexval(data[in]) << 4;
1235 ch |= hexval(data[in]);