Searched refs:hexCharToInt (Results 1 – 4 of 4) sorted by relevance
17 uint8_t hexCharToInt(char c) in hexCharToInt() function33 return (hexCharToInt(encodedByte[0]) << 4) | hexCharToInt(encodedByte[1]); in hexByteToInt()
16 uint8_t hexCharToInt(char c);
259 uint8_t x = (hexCharToInt(yytext[0]) << 4) | hexCharToInt(yytext[1]);
1186 uint8_t x = (hexCharToInt(yytext[0]) << 4) | hexCharToInt(yytext[1]);