Lines Matching full:abcdef
2350 *cp++ = "0123456789abcdef"[byte & 0x0f];2352 *cp++ = "0123456789abcdef"[byte >> 4];