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

  /external/bison/src/
location.c 105 int end_col = 0 != loc.end.column ? loc.end.column - 1 : 0; local
122 if (0 <= end_col)
123 res += fprintf (out, ".%d", end_col);
131 if (0 <= end_col)
132 res += fprintf (out, ".%d", end_col);
134 else if (0 <= end_col && loc.start.column < end_col)
135 res += fprintf (out, "-%d", end_col);
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 138 int end_col = MIN(4 + mb_col * 4 - first_blk_col, 2); local
147 end_col = 1;
155 end_col = 1;
159 for (col = 0; col < end_col; ++col)
180 int end_row, end_col; local
214 end_col = MIN(mb_cols - overlap_mb_col, 2);
222 end_col = 1;
227 for (rel_col = 0; rel_col < end_col; ++rel_col)
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1957 unsigned long start_row, end_row, start_col, end_col, i, j, w, h; local
    [all...]

Completed in 231 milliseconds