Lines Matching refs:hex
18 static const char hex[17] = "0123456789abcdef";23 *(c++) = hex[(uu & 0xf0) >> 4];24 *(c++) = hex[uu & 0xf];