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

  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 33 static void clamp_mv(MV *mv, int min_col, int max_col,
35 mv->col = clamp(mv->col, min_col, max_col);
  /external/chromium_org/ui/views/layout/
grid_layout.cc 526 max_col = view_state->start_col + view_state->col_span;
527 i < max_col; ++i) {
548 int max_col = view_state->start_col + view_state->col_span; local
550 for (int i = start_col; i < max_col; ++i) {
563 for (int i = start_col, resize_i = 0; i < max_col; ++i) {
577 for (int i = start_col; i < max_col; ++i) {
    [all...]
  /external/mksh/src/
misc.c 1174 unsigned int i, r, c, rows, cols, nspace, max_col; local
1183 "max_col", max_colz);
1187 max_col = (unsigned int)max_colz;
1200 * We use (max_col + 1) to consider the space separator.
1204 cols = x_cols / (max_col + 1);
1221 max_col = -max_col;
1222 nspace = (x_cols + max_col * cols) / cols;
1229 shf_fprintf(shf, "%*s", max_col,
    [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.h 182 int max_line,max_col; member in struct:struct_pad_info
win.c 57 show_pad_info.max_line=show_pad_info.display_lines-1;show_pad_info.max_col=show_pad_info.display_cols-1;
general_com.c 660 show_pad_info.max_line=l-1;show_pad_info.max_col=COLS-1;

Completed in 409 milliseconds