Searched refs:hexValue (Results 1 – 3 of 3) 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()
575 long hexValue; in cvmx_debug_hexToLong() local580 hexValue = cvmx_debug_hex(**ptr); in cvmx_debug_hexToLong()581 if (hexValue < 0) in cvmx_debug_hexToLong()584 *intValue = (*intValue << 4) | hexValue; in cvmx_debug_hexToLong()