Searched refs:LowNibble (Results 1 – 3 of 3) sorted by relevance
34 uint8_t LowNibble = Byte & 0xF; in format() local35 Stream << Lookup[HighNibble] << Lookup[LowNibble]; in format()
281 uint8_t LowNibble = Byte & 0xF; in operator <<() local282 OS << Lookup[HighNibble] << Lookup[LowNibble]; in operator <<()