Searched refs:ybase (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 295 ybase = data_range[0] 298 ybase = 0 300 first = transform_point_coords (data[0], x_shift, ybase, xscale, yscale, \ 302 last = transform_point_coords (data[-1], x_shift, ybase, xscale, yscale, \ 308 x, y = transform_point_coords (point, x_shift, ybase, xscale, yscale, \
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | spca500.c | 392 unsigned int ybase, in spca50x_setup_qtable() argument 400 err = reg_w(gspca_dev, request, ybase + i, qtable[0][i]); in spca50x_setup_qtable()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1270 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument 1274 self.ybase = ybase 1281 y = float(Decimal(y) - self.ybase) 1289 return Decimal(y) + self.ybase
|