hex_to_bin
half = hex_to_bin(*esc++);
half = hex_to_bin(*esc++);
value = hex_to_bin(data[*pos]);
int low = hex_to_bin(key & 0xff);
int high = hex_to_bin((key >> 8) & 0xff);
stat = hex_to_bin(cmd[0]);
int val = hex_to_bin(*buf++);
if (hex_to_bin(elm->rxbuf[hexlen]) < 0 &&
frame->len = (hex_to_bin(elm->rxbuf[datastart - 2]) << 0);
frame->can_id |= (hex_to_bin(elm->rxbuf[0]) << 28) |
(hex_to_bin(elm->rxbuf[1]) << 24) |
(hex_to_bin(elm->rxbuf[3]) << 20) |
(hex_to_bin(elm->rxbuf[4]) << 16) |
(hex_to_bin(elm->rxbuf[6]) << 12) |
(hex_to_bin(elm->rxbuf[7]) << 8) |
(hex_to_bin(elm->rxbuf[9]) << 4) |
(hex_to_bin(elm->rxbuf[10]) << 0);
frame->can_id |= (hex_to_bin(elm->rxbuf[0]) << 8) |
(hex_to_bin(elm->rxbuf[1]) << 4) |
(hex_to_bin(elm->rxbuf[2]) << 0);
(hex_to_bin(elm->rxbuf[datastart + 3 * i]) << 4) |
(hex_to_bin(elm->rxbuf[datastart + 3 * i + 1]));
tmp = hex_to_bin(*cmd++);
tmp = hex_to_bin(*cmd++);
p->port_type[0] = hex_to_bin(vpd.port0_data[0]);
p->port_type[1] = hex_to_bin(vpd.port1_data[0]);
digit = hex_to_bin(macaddr[i]);
keyset_file = (hex_to_bin(data[6]) * 16) | hex_to_bin(data[7]);
nguid[i] = (hex_to_bin(p[0]) << 4) | hex_to_bin(p[1]);
mode = hex_to_bin(buf[0]);
int value = hex_to_bin(**cp);
b = hex_to_bin(*str);
int value = hex_to_bin(**cp);
ret = (hex_to_bin(buffer[2]) << 4) +
hex_to_bin(buffer[3]);
value = hex_to_bin(*ns++);
value = hex_to_bin(*ns++);
int val = hex_to_bin(*p);
val = hex_to_bin(c);
vc->vc_par[vc->vc_npar++] = hex_to_bin(c);
atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) +
hex_to_bin(mac_str[i * 2 + 1]);
esi[i] = hex_to_bin(mac_str[2 * i]) * 16 +
hex_to_bin(mac_str[2 * i + 1]);
num = hex_to_bin(*str++) << 4;
num |= hex_to_bin(*str++);
hex_to_bin(var_name[i] & 0xff) < 0)
extern int hex_to_bin(unsigned char ch);
xmitcsum = hex_to_bin(gdbstub_read_wait()) << 4;
xmitcsum += hex_to_bin(gdbstub_read_wait());
*tmp_raw = hex_to_bin(*tmp_hex--);
*tmp_raw |= hex_to_bin(*tmp_hex--) << 4;
hex_val = hex_to_bin(**ptr);
if (hex_to_bin(ptr[i]) >= 0)
c = hex_to_bin(*end--);
if (hex_to_bin(*end--) >= 0)
EXPORT_SYMBOL(hex_to_bin);
hi = hex_to_bin(*src++);
lo = hex_to_bin(*src++);
mac[i] = (hex_to_bin(s[i * 3]) << 4) | hex_to_bin(s[i * 3 + 1]);
num = digit = hex_to_bin(*q++);
digit = hex_to_bin(*q);
int hi = hex_to_bin(uuid[si[i] + 0]);
int lo = hex_to_bin(uuid[si[i] + 1]);
value = hex_to_bin(c);
val = hex_to_bin(c);
h = hex_to_bin(bp[0]);
l = hex_to_bin(bp[1]);
c1 = hex_to_bin(*r++);
c2 = hex_to_bin(*r++);
value = hex_to_bin(c);
hval = hex_to_bin(data[0]);
hval = hex_to_bin(data[1]);