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

/u-boot/tools/gdb/
H A Dremote.c357 tohex (int nib) 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);

Completed in 43 milliseconds