Home
last modified time | relevance | path

Searched refs:high (Results 1 – 1 of 1) sorted by relevance

/mipi-sys-t-3.7.0/printer/src/
Dmipi_syst_main.cpp96 auto high(hexCharVal[(uint8_t)*hexChar++]); in hex2bin() local
98 if (high == 0xFF || low == 0xFF) { in hex2bin()
101 dest.push_back((high << 4) | low); in hex2bin()