Searched refs:intValue (Results 1 – 2 of 2) sorted by relevance
180 static int hexToInt(char **ptr, int *intValue);386 static int hexToInt(char **ptr, int *intValue) in hexToInt() argument391 *intValue = 0; in hexToInt()398 *intValue = (*intValue << 4) | hexValue; in hexToInt()
215 static int hexToInt(char **ptr, unsigned long *intValue);