Home | History | Annotate | Download | only in bfd

Lines Matching refs:digs

113 static const char digs[] = "0123456789ABCDEF";
118 d[1] = digs[(x) & 0xf]; \
119 d[0] = digs[((x)>>4)&0xf]; \