Home
last modified time | relevance | path

Searched refs:end_col (Results 1 – 7 of 7) sorted by relevance

/external/bison/src/
Dlocation.c105 int end_col = 0 != loc.end.column ? loc.end.column - 1 : 0; in location_print() local
122 if (0 <= end_col) in location_print()
123 res += fprintf (out, ".%d", end_col); in location_print()
131 if (0 <= end_col) in location_print()
132 res += fprintf (out, ".%d", end_col); in location_print()
134 else if (0 <= end_col && loc.start.column < end_col) in location_print()
135 res += fprintf (out, "-%d", end_col); in location_print()
/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c138 int end_col = MIN(4 + mb_col * 4 - first_blk_col, 2); in calculate_overlaps_mb() local
147 end_col = 1; in calculate_overlaps_mb()
155 end_col = 1; in calculate_overlaps_mb()
159 for (col = 0; col < end_col; ++col) in calculate_overlaps_mb()
180 int end_row, end_col; in vp8_calculate_overlaps() local
214 end_col = MIN(mb_cols - overlap_mb_col, 2); in vp8_calculate_overlaps()
222 end_col = 1; in vp8_calculate_overlaps()
227 for (rel_col = 0; rel_col < end_col; ++rel_col) in vp8_calculate_overlaps()
/external/bison/data/
Dc.m4668 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;
680 if (0 <= end_col)
681 res += fprintf (yyo, ".%d", end_col);
683 else if (0 <= end_col && yylocp->first_column < end_col)
684 res += fprintf (yyo, "-%d", end_col);
/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_backing_store.c1957 unsigned long start_row, end_row, start_col, end_col, i, j, w, h; in ewk_tiled_backing_store_pre_render_relative_radius() local
1966 end_col = MIN(priv->model.cur.cols - 1, in ewk_tiled_backing_store_pre_render_relative_radius()
1970 start_row, end_row, start_col, end_col); in ewk_tiled_backing_store_pre_render_relative_radius()
1973 for (j = start_col; j <= end_col; j++) in ewk_tiled_backing_store_pre_render_relative_radius()
1982 w = (end_col - start_col + 1) * TILE_SIZE_AT_ZOOM(TILE_W, zoom); in ewk_tiled_backing_store_pre_render_relative_radius()
/external/opencv/cxcore/src/
Dcxarray.cpp1574 cvGetCols( const CvArr* arr, CvMat* submat, int start_col, int end_col ) in cvGetCols() argument
1593 (unsigned)end_col > (unsigned)cols ) in cvGetCols()
1606 submat->cols = end_col - start_col; in cvGetCols()
/external/clang/tools/c-index-test/
Dc-index-test.c1361 unsigned end_line, unsigned end_col, in print_cursor_file_scan() argument
1366 PrintExtent(stdout, start_line, start_col, end_line, end_col); in print_cursor_file_scan()
/external/opencv/cxcore/include/
Dcxcore.h215 int start_col, int end_col );