Searched refs:otherSpecs (Results 1 – 2 of 2) sorted by relevance
62 RegisterSpec[] otherSpecs = otherSet.specs; in equals() local65 if ((len != otherSpecs.length) || (size() != otherSet.size())) { in equals()71 RegisterSpec s2 = otherSpecs[i]; in equals()324 RegisterSpec[] otherSpecs = other.specs; in intersect() local326 int len = Math.min(thisLen, otherSpecs.length); in intersect()338 spec.intersect(otherSpecs[i], localPrimary); in intersect()
61 RegisterSpec[] otherSpecs = otherSet.specs; in equals() local64 if ((len != otherSpecs.length) || (size() != otherSet.size())) { in equals()70 RegisterSpec s2 = otherSpecs[i]; in equals()323 RegisterSpec[] otherSpecs = other.specs; in intersect() local325 int len = Math.min(thisLen, otherSpecs.length); in intersect()337 spec.intersect(otherSpecs[i], localPrimary); in intersect()