Searched refs:hiFourBit (Results 1 – 1 of 1) sorted by relevance
187 uint8_t hiFourBit = (*it >> SHIFT_FLAG) & HALF_BYTE; in BCDSectionConvertToString() local188 if (hiFourBit == HALF_BYTE && (it + INC_ONE) == codeEnd) { in BCDSectionConvertToString()191 if (!BcdToChar(hiFourBit, c, bcdExtType)) { in BCDSectionConvertToString()