Searched refs:newval (Results 1 – 1 of 1) sorted by relevance
6176 static void printBitDescriptions(StringBuilder sb, int oldval, int newval, in printBitDescriptions() argument6178 int diff = oldval ^ newval; in printBitDescriptions()6186 sb.append((newval & bd.mask) != 0 ? "+" : "-"); in printBitDescriptions()6203 int val = (newval&bd.mask)>>bd.shift; in printBitDescriptions()