Lines Matching refs:ITSUBTREE
40 #define INTERVAL_TREE_DEFINE(ITSTRUCT, ITRB, ITTYPE, ITSUBTREE, \ argument
50 ITSTRUCT, ITRB)->ITSUBTREE; \
56 ITSTRUCT, ITRB)->ITSUBTREE; \
64 ITTYPE, ITSUBTREE, ITPREFIX ## _compute_subtree_last) \
79 if (parent->ITSUBTREE < last) \
80 parent->ITSUBTREE = last; \
89 node->ITSUBTREE = last; \
121 if (start <= left->ITSUBTREE) { \
140 if (start <= node->ITSUBTREE) \
171 if (node->ITSUBTREE < start) \
196 if (start <= right->ITSUBTREE) \