Home
last modified time | relevance | path

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

/u-boot/common/
A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
172 tmp_hex = tmp_raw - 1; in hex2mem()
175 while (tmp_hex >= buf) { in hex2mem()
177 hexValue = hex(*tmp_hex--); in hex2mem()
181 hexValue = hex(*tmp_hex--); in hex2mem()

Completed in 2 milliseconds