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

  /device/moto/stingray/recovery/
masterclear_bp.c 48 int max_col = CMD_DBG_MAX_DUMP_COLS; local
56 for (row = 0; row <= (len / max_col); row++)
62 num_col = (row == (len / max_col)) ? (len % max_col) : max_col;
  /external/e2fsprogs/ext2ed/
ext2ed.h 182 int max_line,max_col; member in struct:struct_pad_info
  /external/mksh/src/
misc.c 1079 int i, r, c, rows, cols, nspace, max_col; local
1091 internal_warningf("print_columns called with max_col=%zu > INT_MAX",
1096 max_col = (int)max_colz;
1106 * We use (max_col + 1) to consider the space separator.
1110 cols = x_cols / (max_col + 1);
1127 max_col = -max_col;
1128 nspace = (x_cols + max_col * cols) / cols;
1135 shf_fprintf(shf, "%*s", max_col,
    [all...]

Completed in 174 milliseconds