Searched refs:highNibble (Results 1 – 2 of 2) sorted by relevance
248 bool highNibble = true; in handle_type1_stream() local254 if (highNibble) { in handle_type1_stream()256 highNibble = false; in handle_type1_stream()259 highNibble = true; in handle_type1_stream()263 if (!highNibble) { in handle_type1_stream()
1024 private static int makeByte(int lowNibble, int highNibble) { in makeByte() argument1029 if ((highNibble & ~0xf) != 0) { in makeByte()1033 return lowNibble | (highNibble << 4); in makeByte()