Lines Matching defs:res
140 int res = digits(frames) + 3 + 4 + 1;
144 barlen_TOT = (br_hist_TOT * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
145 barlen_LR = (br_hist_LR * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
163 Console_IO.disp_width - res - barlen_TOT, "");
175 int res = 1;
197 res += digits(hour) + 1 + 5;
201 res += 5;
204 barlen_TOT = (full * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
205 barlen_COD = (frames * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
208 sprintf(rst, "%.*s", res - 1, brhist.bar_coded);
222 rst, barlen_RST, brhist.bar_space, Console_IO.disp_width - res - barlen_TOT,