Searched refs:hexBase (Results 1 – 3 of 3) sorted by relevance
3685 const int hexBase = 16; in convertResponseHexStringEntryToInt() local3687 return strtol(response[index], NULL, hexBase); in convertResponseHexStringEntryToInt()
4650 const int hexBase = 16; in convertResponseHexStringEntryToInt() local4652 return strtol(response[index], NULL, hexBase); in convertResponseHexStringEntryToInt()
4819 const int hexBase = 16; in convertResponseHexStringEntryToInt() local4821 return strtol(response[index], NULL, hexBase); in convertResponseHexStringEntryToInt()