Searched refs:hex_char (Results 1 – 3 of 3) sorted by relevance
86 static char hex_char[] = "0123456789abcdef"; variable93 ret[i * 3 + 1] = hex_char[ptr[i] >> 4]; in PrintMemory()94 ret[i * 3 + 2] = hex_char[ptr[i] & 0xf]; in PrintMemory()
97 char hex_char = 0x80; in test9() local
98 char hex_char = 0x80; in test9() local