Searched refs:hexBase (Results 1 – 1 of 1) sorted by relevance
5898 const int hexBase = 16; in convertResponseHexStringEntryToInt() local5900 return strtol(response[index], NULL, hexBase); in convertResponseHexStringEntryToInt()