Searched refs:maskOffset (Results 1 – 1 of 1) sorted by relevance
417 int maskOffset = address.length/2; in constrains() local418 for (int i=0; i < maskOffset; i++) { in constrains()419 if ((byte)(address[i] & address[i+maskOffset]) != address[i]) in constrains()421 if ((byte)(otherAddress[i] & otherAddress[i+maskOffset]) != otherAddress[i]) in constrains()423 … if (!(((byte)(address[i+maskOffset] & otherAddress[i+maskOffset]) == address[i+maskOffset]) && in constrains()424 …((byte)(address[i] & address[i+maskOffset]) == (byte)(otherAddress[i] & address[i+maskOffse… in constrains()427 …if (!(((byte)(otherAddress[i+maskOffset] & address[i+maskOffset]) == otherAddress[i+maskOffse… in constrains()428 …((byte)(otherAddress[i] & otherAddress[i+maskOffset]) == (byte)(address[i] & otherAddress[i+mask… in constrains()448 int maskOffset = otherAddress.length/2; in constrains() local449 for (; i < maskOffset; i++) { in constrains()[all …]