Searched refs:maskLen (Results 1 – 1 of 1) sorted by relevance
331 int maskLen = address.length/2; in equals() local332 for (int i=0; i < maskLen; i++) { in equals()333 byte maskedThis = (byte)(address[i] & address[i+maskLen]); in equals()334 byte maskedOther = (byte)(other[i] & other[i+maskLen]); in equals()340 for (int i=maskLen; i < address.length; i++) in equals()