Searched refs:tmp_raw (Results 1 – 1 of 1) sorted by relevance
164 char *tmp_raw, *tmp_hex; in hex2mem() local170 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()