Home | History | Annotate | Download | only in bpf_dsl

Lines Matching defs:Range

66   // of returning an exit code in the range of -1..-4096. They do not try to
85 struct PolicyCompiler::Range {
203 // expected number range.
225 // and then verifying that the rest of the number range (both positive and
243 ranges->push_back(Range{old_sysnum, old_node});
248 ranges->push_back(Range{old_sysnum, old_node});
257 CHECK(start < stop) << "Invalid iterator range";
260 // If we have narrowed things down to a single range object, we can
265 // Pick the range object that is located at the mid point of our list.
267 // number in this range object. If our number is lower, it is outside of
268 // this range object. If it is greater or equal, it might be inside.