Lines Matching refs:start
42 ITTYPE start = ITSTART(node), last = ITLAST(node); \
51 if (start < ITSTART(parent)) \
81 ITPREFIX ## _subtree_search(ITSTRUCT *node, ITTYPE start, ITTYPE last) \
91 if (start <= left->ITSUBTREE) { \
105 if (start <= ITLAST(node)) /* Cond2 */ \
110 if (start <= node->ITSUBTREE) \
120 ITTYPE start, ITTYPE last) \
141 if (node->ITSUBTREE < start) \
148 return ITPREFIX ## _subtree_search(node, start, last); \
152 ITPREFIX ## _iter_next(ITSTRUCT *node, ITTYPE start, ITTYPE last) \
166 if (start <= right->ITSUBTREE) \
168 start, last); \
184 else if (start <= ITLAST(node)) /* Cond2 */ \