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