Searched refs:secondPathNextNibble (Results 1 – 1 of 1) sorted by relevance
374 int secondPathNextNibble = (secondPath >> (shift - 4)) & 0xF; in pathRelationship() local380 || (firstPathNextNibble == 0 && secondPathNextNibble == 0)) { in pathRelationship()