Home
last modified time | relevance | path

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

/u-boot/common/
A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()

Completed in 2 milliseconds