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