Home | History | Annotate | Download | only in src

Lines Matching full:abcdef

5834 	      *h++ = "0123456789abcdef"[bytes[idx] >> 4];
5835 *h++ = "0123456789abcdef"[bytes[idx] & 0xf];