Lines Matching full:range
46 static inline int IN_RANGE(range_t *range, GElf_Off point) {
48 range->start <= point &&
49 point < (range->start + range->length);
84 FAILIF(1, "Range sorting error: [%lld, %lld) contains [%lld, %lld)!\n",
91 FAILIF(1, "Range sorting error: [%lld, %lld) contains [%lld, %lld)!\n",
98 FAILIF(1, "Range sorting error: [%lld, %lld)and [%lld, %lld) intersect!\n",
157 ASSERT(ranges->is_sorted); /* The range list must be sorted */
174 ASSERT(ranges->is_sorted); /* The range list must be sorted */
204 ASSERT(!"Unknown range error code!");
207 FAILIF(1, "Range error.\n");
227 PRINT("Contiguous-range overlap error. Printing contained ranges:\n");
249 "get_contiguous_ranges(): input range list is not sorted!\n");
314 INFO("Adding subtracted range [%lld, %lld)\n",