Home | History | Annotate | Download | only in src

Lines Matching refs:cols

1174 	unsigned int i, r, c, rows, cols, nspace, max_col;
1204 cols = x_cols / (max_col + 1);
1207 if (cols < 2) {
1214 rows = (n + cols - 1) / cols;
1215 if (prefcol && cols > rows) {
1217 rows = cols > n ? n : cols;
1218 cols = i;
1222 nspace = (x_cols + max_col * cols) / cols;
1226 for (c = 0; c < cols; c++) {
1231 if (c + 1 < cols)