Searched refs:fromhex (Results 1 – 8 of 8) sorted by relevance
139 def float(value, fromhex='false'): argument146 if boolean(fromhex):147 return _float.fromhex(value)
172 package_header_identifier = bytearray.fromhex(uuid)286 + len(bytearray.fromhex(vendor_desc_data))299 record_descriptors.extend(bytearray.fromhex(vendor_desc_data))304 descriptor_length = len(bytearray.fromhex(descriptor_data))319 record_descriptors.extend(bytearray.fromhex(descriptor_data))
340 fromhex (int a) in fromhex() function781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
82 static inline int fromhex(int v) in fromhex() function
96 guint8 byte = fromhex(buf[0]) << 4 | fromhex(buf[1]); in gdb_hextomem()2434 gdbserver_state.line_csum = fromhex(ch) << 4; in gdb_read_byte()2444 gdbserver_state.line_csum |= fromhex(ch); in gdb_read_byte()
126 bytes_content = bytes.fromhex(hex_content)
133 return "sha512-" + base64.b64encode(bytes.fromhex(sha512)).decode()
464 attr_payload = bytes.fromhex(value)