Searched refs:hexValue (Results 1 – 1 of 1) sorted by relevance
163 int hexValue; in hex2mem() local176 hexValue = hex(*tmp_hex--); in hex2mem()177 if (hexValue < 0) in hex2mem()179 *tmp_raw = hexValue; in hex2mem()180 hexValue = hex(*tmp_hex--); in hex2mem()181 if (hexValue < 0) in hex2mem()183 *tmp_raw |= hexValue << 4; in hex2mem()203 int hexValue; in hexToInt() local209 hexValue = hex(**ptr); in hexToInt()210 if (hexValue < 0) in hexToInt()[all …]