Searched refs:hexToInt (Results 1 – 2 of 2) sorted by relevance
686 static unsigned char hexToInt(unsigned int h){ in hexToInt() function713 k = k*16 + hexToInt(c); in isOffset()759 b = hexToInt(c)*16; in decodeDatabase()761 b += hexToInt(c); in decodeDatabase()
262 static int hexToInt(int h){ in hexToInt() function277 v = hexToInt(*z++); in textToPointer()