Searched refs:hexValue (Results 1 – 2 of 2) sorted by relevance
527 int hexValue; in hexToInt() local533 hexValue = hex(**ptr); in hexToInt()534 if (hexValue < 0) in hexToInt()537 *intValue = (*intValue << 4) | hexValue; in hexToInt()
719 int hexValue; in hexToInt() local725 hexValue = hex (**ptr); in hexToInt()726 if (hexValue >= 0) in hexToInt()728 *intValue = (*intValue << 4) | hexValue; in hexToInt()