Searched refs:secondPath (Results 1 – 1 of 1) sorted by relevance
361 static @PathRelationship int pathRelationship(int firstPath, int secondPath) { in pathRelationship() argument363 || secondPath == Constants.INVALID_PHYSICAL_ADDRESS) { in pathRelationship()371 int secondPathNibble = (secondPath >> shift) & 0xF; in pathRelationship()375 int secondPathNextNibble = (secondPath >> (shift - 4)) & 0xF; in pathRelationship()