Searched refs:hexchars (Results 1 – 1 of 1) sorted by relevance
247 static const char hexchars[]="0123456789abcdef"; variable341 putDebugChar(hexchars[checksum >> 4]); in putpacket()342 putDebugChar(hexchars[checksum & 0xf]); in putpacket()375 *buf++ = hexchars[ch >> 4]; in mem2hex()376 *buf++ = hexchars[ch & 0xf]; in mem2hex()560 stop_status[1] = hexchars[sigval >> 4]; in handle_exception()561 stop_status[2] = hexchars[sigval & 0xf]; in handle_exception()