Searched refs:tmp_hex (Results 1 – 1 of 1) sorted by relevance
164 char *tmp_raw, *tmp_hex; in hex2mem() local171 tmp_hex = tmp_raw - 1; in hex2mem()174 while (tmp_hex >= buf) { in hex2mem()176 hexValue = hex(*tmp_hex--); in hex2mem()180 hexValue = hex(*tmp_hex--); in hex2mem()