Searched refs:hexbyte (Results 1 – 3 of 3) sorted by relevance
46 hexbyte {hexdigit}{hexdigit}56 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}57 hexstring 0x{hexbyte}+
53 hexbyte {hexdigit}{hexdigit}?71 bdaddrstring {hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}:{hexbyte}72 hexbytestring 0x{hexbyte}
379 hexbyte(char *buf, uint8_t temp) in hexbyte() function415 hexbyte(linebuf + i + 1, ((line - region) >> 8) & 0xFF); in hexdump()416 hexbyte(linebuf + i + 3, (line - region) & 0xFF); in hexdump()423 hexbyte(linebuf + i, in hexdump()