Searched refs:start__ (Results 1 – 4 of 4) sorted by relevance
91 typeof(start) start__ = (start); \94 (void)(&start__ == &size__); \95 (void)(&start__ == &max__); \96 start__ >= max__ || size__ > max__ - start__; \103 typeof(start) start__ = (start); \106 (void)(&start__ == &size__); \107 (void)(&start__ == &max__); \108 start__ > max__ || size__ > max__ - start__; \
909 unsigned int start__ = 0, end__ = (num); \911 while (start__ < end__) { \912 unsigned int mid__ = start__ + (end__ - start__) / 2; \917 start__ = mid__ + 1; \
17 typeof(start) start__ = (start); \20 (void)(&start__ == &size__); \21 (void)(&start__ == &max__); \22 start__ >= max__ || size__ > max__ - start__; \
503 #define drm_mm_for_each_node_in_range(node__, mm__, start__, end__) \ argument504 for (node__ = __drm_mm_interval_first((mm__), (start__), (end__)-1); \