Home | History | Annotate | Download | only in coregrind

Lines Matching refs:fromhex

545 fromhex (int a)
634 c1 = fromhex (readchar (fromfd));
635 c2 = fromhex (readchar (fromfd));
1031 buf_print[i/2] = (fromhex(*(buf+i)) << 4)
1032 + fromhex(*(buf+i+1));