Searched refs:IntToASCII (Results 1 – 1 of 1) sorted by relevance
17 #define IntToASCII(c) (c)>9?((c)+0x37):((c)+0x30) macro378 out[3 * i + 0 + shift] = IntToASCII(c1 >> 4); in show_tp_cmd_recv()381 out[3 * i + 1 + shift] = IntToASCII(c1); in show_tp_cmd_recv()