Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimg2srec.c166 static char ByteToHex[] = "0123456789ABCDEF"; in WriteHex() local
170 *pa++ = ByteToHex[temp]; in WriteHex()
172 *pa++ = ByteToHex[temp]; in WriteHex()