Home
last modified time | relevance | path

Searched refs:hexchars (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/common/
H A Dkgdb.c114 static const char hexchars[]="0123456789abcdef"; variable
149 *buf++ = hexchars[ch >> 4]; in mem2hex()
150 *buf++ = hexchars[ch & 0xf]; in mem2hex()
306 putDebugChar(hexchars[checksum >> 4]); in putpacket()
307 putDebugChar(hexchars[checksum & 0xf]); in putpacket()
357 *ptr++ = hexchars[kd.sigval >> 4]; in handle_exception()
358 *ptr++ = hexchars[kd.sigval & 0xf]; in handle_exception()
363 *ptr++ = hexchars[rp->num >> 4]; in handle_exception()
364 *ptr++ = hexchars[rp->num & 0xf]; in handle_exception()
398 remcomOutBuffer[1] = hexchars[kd.sigval >> 4]; in handle_exception()
[all …]