Searched refs:kMaxNodeTreeDepth (Results 1 – 1 of 1) sorted by relevance
34 static const uint32 kMaxNodeTreeDepth = 1024; variable3204 FUSENode* ancestors1[kMaxNodeTreeDepth]; in _FindCommonAncestor()3205 FUSENode* ancestors2[kMaxNodeTreeDepth]; in _FindCommonAncestor()3238 while (node != NULL && count < kMaxNodeTreeDepth) { in _GetNodeAncestors()