Searched refs:ITSUBTREE (Results 1 – 1 of 1) sorted by relevance
28 #define INTERVAL_TREE_DEFINE(ITSTRUCT, ITRB, ITTYPE, ITSUBTREE, \ argument34 ITSTRUCT, ITRB, ITTYPE, ITSUBTREE, ITLAST) \49 if (parent->ITSUBTREE < last) \50 parent->ITSUBTREE = last; \59 node->ITSUBTREE = last; \91 if (start <= left->ITSUBTREE) { \110 if (start <= node->ITSUBTREE) \141 if (node->ITSUBTREE < start) \166 if (start <= right->ITSUBTREE) \
Completed in 3 milliseconds