Home
last modified time | relevance | path

Searched refs:ITSTART (Results 1 – 1 of 1) sorted by relevance

/tools/include/linux/
A Dinterval_tree_generic.h29 ITSTART, ITLAST, ITSTATIC, ITPREFIX) \ argument
42 ITTYPE start = ITSTART(node), last = ITLAST(node); \
51 if (start < ITSTART(parent)) \
104 if (ITSTART(node) <= last) { /* Cond1 */ \
145 if (ITSTART(leftmost) > last) \
182 if (last < ITSTART(node)) /* !Cond1 */ \

Completed in 3 milliseconds