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