Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c358 tohex (int nib) in tohex() function
562 *p++ = tohex ((myaddr[i] >> 4) & 0xf);
563 *p++ = tohex (myaddr[i] & 0xf);
659 *p++ = tohex ((csum >> 4) & 0xf);
660 *p++ = tohex (csum & 0xf);