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