Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c341 fromhex (int a) in fromhex() function
782 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
783 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A Dtabinary_to_img.py55 ta_uuid_hex = bytes.fromhex(ta_uuid.hex)