Searched refs:hexChar (Results 1 – 1 of 1) sorted by relevance
94 for(auto hexChar(hexStr.c_str()); nibbles ; nibbles -= 2) in hex2bin() local96 auto high(hexCharVal[(uint8_t)*hexChar++]); in hex2bin()97 auto low(hexCharVal[(uint8_t)*hexChar++]); in hex2bin()