Searched refs:parentNibble (Results 1 – 1 of 1) sorted by relevance
1349 int parentNibble = (parentPath >> i) & 0xF; in isParentPath() local1350 return parentNibble == 0 && (childPath >> i+4) == (parentPath >> i+4); in isParentPath()