Home
last modified time | relevance | path

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

/external/u-boot/common/
Dkgdb.c164 char *tmp_raw, *tmp_hex; in hex2mem() local
170 tmp_raw = buf + count * 2; in hex2mem()
171 tmp_hex = tmp_raw - 1; in hex2mem()
175 tmp_raw--; in hex2mem()
179 *tmp_raw = hexValue; in hex2mem()
183 *tmp_raw |= hexValue << 4; in hex2mem()
187 memcpy(mem, tmp_raw, count); in hex2mem()