Searched refs:hexbyte (Results 1 – 3 of 3) sorted by relevance
47 hexbyte {hexdigit}{hexdigit}57 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}58 hexstring 0x{hexbyte}+
54 hexbyte {hexdigit}{hexdigit}?72 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}73 hexbytestring 0x{hexbyte}
381 hexbyte(char *buf, uint8_t temp) in hexbyte() function417 hexbyte(linebuf + i + 1, ((line - region) >> 8) & 0xFF); in hexdump()418 hexbyte(linebuf + i + 3, (line - region) & 0xFF); in hexdump()425 hexbyte(linebuf + i, in hexdump()