Searched refs:rpad (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 352 rpad = self.fill * (width - len(marker) - len(lpad)) 355 if not self.fill_left: rpad, lpad = lpad, rpad 357 return '%s%s%s%s%s' % (left, lpad, marker, rpad, right) 387 rpad = ' ' * (width - len(marker) - len(lpad)) 391 lpad = rpad 392 rpad = temp 393 return '%s%s%s%s%s' % (left, lpad, marker, rpad, right)
|
/openbmc/u-boot/cmd/ |
H A D | rng.c | 36 int rpad = PBWIDTH - lpad; in printProgress() local 44 printf("\r%3d%% [%.*s%*s] %s", val, lpad, PBSTR, rpad, "", buffer); in printProgress()
|