Home | History | Annotate | Download | only in coregrind

Lines Matching full:fromhex

1502 fromhex (int a)
1590 c1 = fromhex (readchar (fromfd));
1591 c2 = fromhex (readchar (fromfd));
1985 buf_print[i/2] = (fromhex(*(buf+i)) << 4)
1986 + fromhex(*(buf+i+1));