HomeSort by relevance Sort by last modified time
    Searched defs:max_col (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/ext2ed/
ext2ed.h 178 int max_line,max_col; member in struct:struct_pad_info
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 1045 int min_col, max_col, min_row, max_row; local
    [all...]
  /external/mksh/src/
misc.c 1232 unsigned int i, r, c, rows, cols, nspace, max_col; local
1241 "max_col", max_colz);
1245 max_col = (unsigned int)max_colz;
1258 * We use (max_col + 2) to consider the separator space.
1263 cols = (x_cols + 1) / (max_col + 2);
1281 nspace = (x_cols - max_col * cols) / cols;
1284 max_col = -max_col;
1294 max_col, str, nspace, null);
    [all...]

Completed in 1187 milliseconds