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