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