Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodubinascii.c87 byte hex_byte = 0; in mod_binascii_unhexlify() local
91 hex_byte += unichar_xdigit_value(hex_ch); in mod_binascii_unhexlify()
96 hex_byte <<= 4; in mod_binascii_unhexlify()
98 *out++ = hex_byte; in mod_binascii_unhexlify()
99 hex_byte = 0; in mod_binascii_unhexlify()

Completed in 2 milliseconds