Searched refs:b5 (Results 1 – 2 of 2) sorted by relevance
970 BitSet b5 = (BitSet) b1.clone(); in testLogicalIdentities() local980 b5.xor(b6); in testLogicalIdentities()981 if (!b1.equals(b5)) in testLogicalIdentities()983 checkSanity(b1, b2, b3, b4, b5, b6); in testLogicalIdentities()
304 static private long makeLong(byte b7, byte b6, byte b5, byte b4, in makeLong() argument309 (((long)b5 & 0xff) << 40) | in makeLong()