Searched defs:hex (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1058 static const char hex[] = local
1068 *p++ = hex[(*octet >> 4) & 0xf];
1069 *p++ = hex[*octet & 0xf];
1103 /* pretty hex print a pkt buffer chain */
1718 /* print bytes formatted as hex to a string. return the resulting string length */
1734 /* pretty hex print a contiguous buffer */

Completed in 50 milliseconds