HomeSort by relevance Sort by last modified time
    Searched refs:end_col (Results 1 - 6 of 6) 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...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 212 /* Selects column span of the input array: arr(:,start_col:end_col)
213 (end_col is not included into the span) */
215 int start_col, int end_col );
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 112 milliseconds