Searched refs:secondPathNibble (Results 1 – 1 of 1) sorted by relevance
371 int secondPathNibble = (secondPath >> shift) & 0xF; in pathRelationship() local373 if (firstPathNibble != secondPathNibble) { in pathRelationship()378 } else if (secondPathNibble == 0) { in pathRelationship()