Searched refs:hexchars (Results 1 – 1 of 1) sorted by relevance
115 static const char hexchars[]="0123456789abcdef"; variable150 *buf++ = hexchars[ch >> 4]; in mem2hex()151 *buf++ = hexchars[ch & 0xf]; in mem2hex()307 putDebugChar(hexchars[checksum >> 4]); in putpacket()308 putDebugChar(hexchars[checksum & 0xf]); in putpacket()358 *ptr++ = hexchars[kd.sigval >> 4]; in handle_exception()359 *ptr++ = hexchars[kd.sigval & 0xf]; in handle_exception()364 *ptr++ = hexchars[rp->num >> 4]; in handle_exception()365 *ptr++ = hexchars[rp->num & 0xf]; in handle_exception()399 remcomOutBuffer[1] = hexchars[kd.sigval >> 4]; in handle_exception()[all …]
Completed in 4 milliseconds