Searched refs:curNibble (Results 1 – 1 of 1) sorted by relevance
249 int8_t curNibble = hexToBin(*hexData); in handle_type1_stream() local250 if (curNibble < 0) { in handle_type1_stream()254 dataByte = curNibble << 4; in handle_type1_stream()257 dataByte |= curNibble; in handle_type1_stream()