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