Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1448 if not(last is None or last.hregion.pid == 0 or x < self.attrs.subrange.x.lo):
1449 if last.x < self.attrs.subrange.x.lo:
1450 x0 = self.attrs.subrange.x.lo
1453 if x > self.attrs.subrange.x.hi:
1454 x1 = self.attrs.subrange.x.hi
1475 if point.x > self.attrs.subrange.x.hi:
1478 self.PaintPoint(painter, last, self.attrs.subrange.x.hi + 1)
1558 subrange = attrs.subrange.x
1559 t = subrange.hi - subrange.lo
1588 subrange = attrs.subrange.x
[all …]
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp820 auto range = std::ranges::subrange(postcodes.rbegin(), in udbg_get_postcode()