Home
last modified time | relevance | path

Searched refs:fromhex (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dtypes.py139 def float(value, fromhex='false'): argument
146 if boolean(fromhex):
147 return _float.fromhex(value)
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py172 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))
/openbmc/u-boot/tools/gdb/
H A Dremote.c340 fromhex (int a) in fromhex() function
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
/openbmc/qemu/gdbstub/
H A Dinternals.h82 static inline int fromhex(int v) in fromhex() function
H A Dgdbstub.c96 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()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dvvfat126 bytes_content = bytes.fromhex(hex_content)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnpm.bbclass133 return "sha512-" + base64.b64encode(bytes.fromhex(sha512)).decode()
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py464 attr_payload = bytes.fromhex(value)