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.py1450 x0 = self.attrs.subrange.x.lo
1453 if x > self.attrs.subrange.x.hi:
1454 x1 = self.attrs.subrange.x.hi
1558 subrange = attrs.subrange.x
1559 t = subrange.hi - subrange.lo
1588 subrange = attrs.subrange.x
1589 if subrange.lo:
1590 x_offset = n - (subrange.lo % n)
1593 x = subrange.lo + x_offset
1600 lo = attrs.subrange.x.lo
[all …]
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp820 auto range = std::ranges::subrange(postcodes.rbegin(), in udbg_get_postcode()