Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/gdb/
H A Dremote.c357 tohex (int nib) in tohex() function
561 *p++ = tohex ((myaddr[i] >> 4) & 0xf);
562 *p++ = tohex (myaddr[i] & 0xf);
658 *p++ = tohex ((csum >> 4) & 0xf);
659 *p++ = tohex (csum & 0xf);