Searched refs:hexcode (Results 1 – 1 of 1) sorted by relevance
4550 hexcode(unsigned val) in hexcode() function4571 *p++ = hexcode(data[i+j] >> 4); in dnet_dumpbin()4572 *p++ = hexcode(data[i+j] & 0xf); in dnet_dumpbin()