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