Searched refs:start_col (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/groff-38/groff/src/preproc/tbl/
H A Dtable.cpp85 string span_width_reg(int start_col, int end_col);
86 string span_left_numeric_width_reg(int start_col, int end_col);
87 string span_right_numeric_width_reg(int start_col, int end_col);
88 string span_alphabetic_width_reg(int start_col, int end_col);
132 int start_col; member in struct:horizontal_span
149 int start_col; member in class:table_entry
332 start_row(-1), end_row(-1), start_col(-1), end_col(-1), mod(m)
466 printfs("\\h'|\\n[%1]u'", column_start_reg(start_col));
469 span_width_reg(start_col, end_col));
484 span_width_reg(start_col, end_co
1820 span_width_reg(int start_col, int end_col) argument
1829 span_left_numeric_width_reg(int start_col, int end_col) argument
1838 span_right_numeric_width_reg(int start_col, int end_col) argument
1847 span_alphabetic_width_reg(int start_col, int end_col) argument
1898 init_span_reg(int start_col, int end_col) argument
1907 compute_span_width(int start_col, int end_col) argument
1921 divide_span(int start_col, int end_col) argument
1954 sum_columns(int start_col, int end_col) argument
2150 int start_col = 0; local
2199 int start_col = 0; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdct.h42 JDIMENSION start_col));
45 JDIMENSION start_col));
166 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
168 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
170 JPP((FAST_FLOAT * data, JSAMPARRAY sample_data, JDIMENSION start_col));
172 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
174 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
176 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
178 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
180 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
[all...]
H A Djcdctmgr.c60 * position start_row/start_col, and moving to the right for any additional
67 JDIMENSION start_row, JDIMENSION start_col,
80 for (bi = 0; bi < num_blocks; bi++, start_col += compptr->DCT_h_scaled_size) {
82 (*do_dct) (workspace, sample_data, start_col);
130 JDIMENSION start_row, JDIMENSION start_col,
143 for (bi = 0; bi < num_blocks; bi++, start_col += compptr->DCT_h_scaled_size) {
145 (*do_dct) (workspace, sample_data, start_col);
65 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
128 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
H A Djfdctint.c158 jpeg_fdct_islow (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
174 elemptr = sample_data[ctr] + start_col;
328 jpeg_fdct_7x7 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
348 elemptr = sample_data[ctr] + start_col;
463 jpeg_fdct_6x6 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
482 elemptr = sample_data[ctr] + start_col;
576 jpeg_fdct_5x5 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
597 elemptr = sample_data[ctr] + start_col;
686 jpeg_fdct_4x4 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
706 elemptr = sample_data[ctr] + start_col;
779 jpeg_fdct_3x3(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
864 jpeg_fdct_2x2(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
908 jpeg_fdct_1x1(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
926 jpeg_fdct_9x9(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
1076 jpeg_fdct_10x10(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
1239 jpeg_fdct_11x11(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
1422 jpeg_fdct_12x12(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
1587 jpeg_fdct_13x13(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
1786 jpeg_fdct_14x14(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
1986 jpeg_fdct_15x15(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
2165 jpeg_fdct_16x16(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
2373 jpeg_fdct_16x8(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
2554 jpeg_fdct_14x7(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
2718 jpeg_fdct_12x6(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
2857 jpeg_fdct_10x5(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
2989 jpeg_fdct_8x4(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
3125 jpeg_fdct_6x3(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
3225 jpeg_fdct_4x2(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
3308 jpeg_fdct_2x1(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
3341 jpeg_fdct_8x16(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
3529 jpeg_fdct_7x14(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
3710 jpeg_fdct_6x12(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
3859 jpeg_fdct_5x10(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
4005 jpeg_fdct_4x8(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
4141 jpeg_fdct_3x6(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
4246 jpeg_fdct_2x4(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
4325 jpeg_fdct_1x2(DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
[all...]
H A Djfdctflt.c60 jpeg_fdct_float (FAST_FLOAT * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
73 elemptr = sample_data[ctr] + start_col;
H A Djdcoefct.c155 JDIMENSION start_col, output_col; local
191 start_col = MCU_col_num * compptr->MCU_sample_width;
195 output_col = start_col;
249 JDIMENSION start_col; local
276 start_col = MCU_col_num * compptr->MCU_width;
278 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djctrans.c279 JDIMENSION start_col; local
303 start_col = MCU_col_num * compptr->MCU_width;
310 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djfdctfst.c115 jpeg_fdct_ifast (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) argument
129 elemptr = sample_data[ctr] + start_col;
H A Djccoefct.c350 JDIMENSION start_col; local
376 start_col = MCU_col_num * compptr->MCU_width;
378 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djpegint.h106 JDIMENSION start_row, JDIMENSION start_col,
/macosx-10.10.1/nano-12/src/
H A Dprompt.c285 size_t start_col; local
289 start_col = strlenpt(prompt) + 1;
295 if (mouse_x > start_col && mouse_y == 0) {
299 get_statusbar_page_start(start_col, start_col +
300 statusbar_xplustabs()) + mouse_x - start_col -
859 * prompt ending at start_col. Note that (0 <= column -
861 size_t get_statusbar_page_start(size_t start_col, size_t column) argument
863 if (column == start_col || column < COLS - 1)
866 return column - start_col
873 size_t start_col = strlenpt(prompt) + 1; local
885 size_t start_col, page_start; local
919 size_t start_col = strlenpt(prompt) + 1; local
[all...]
H A Dwinio.c1882 * caller wants to display buf starting with column start_col, and
1883 * extending for at most len columns. start_col is zero-based. len is
1888 char *display_string(const char *buf, size_t start_col, size_t len, bool argument
1906 if (dollars && len > 0 && strlenpt(buf) > start_col + len)
1914 start_index = actual_x(buf, start_col);
1917 assert(column <= start_col);
1938 (column < start_col || (dollars && column > 0))) {
1944 if (column < start_col) {
1954 start_col += mbwidth(ctrl_buf_mb);
1963 if (column >= start_col) {
2179 size_t lenpt = strlenpt(path), start_col; local
2538 regoff_t start_col; local
[all...]
H A Dproto.h519 size_t get_statusbar_page_start(size_t start_col, size_t column);
766 char *display_string(const char *buf, size_t start_col, size_t len, bool
/macosx-10.10.1/vim-55/src/proto/
H A Dscreen.pro32 void screen_fill __ARGS((int start_row, int end_row, int start_col, int end_col, int c1, int c2, int attr));
/macosx-10.10.1/vim-55/src/
H A Dui.c1086 int start_col; local
1140 start_col = col1;
1142 start_col = 0;
1156 if (end_col < start_col)
1157 end_col = start_col;
1176 for (i = start_col; i < end_col; ++i)
1197 for (i = start_col; i < end_col; ++i)
1223 STRNCPY(bufp, ScreenLines + LineOffset[row] + start_col,
1224 end_col - start_col);
1225 bufp += end_col - start_col;
[all...]
H A Dex_cmds.c369 colnr_T start_col; local
463 start_col = 0;
469 start_col = (colnr_T)(regmatch.startp[0] - s);
473 start_col = (colnr_T)(regmatch.endp[0] - s);
487 p = s + start_col;
501 nrs[lnum - eap->line1].start_col_nr = start_col;
586 long start_col = 0; /* For start of white-space string */ local
623 start_col = col;
667 new_line = lalloc(old_len - col + start_col + len + 1,
671 if (start_col >
[all...]
H A Dscreen.c7617 * Fill the screen from 'start_row' to 'end_row', from 'start_col' to 'end_col'
7622 screen_fill(start_row, end_row, start_col, end_col, c1, c2, attr)
7624 int start_col, end_col;
7645 || start_col >= end_col) /* nothing to do */
7667 if (start_col > 0 && mb_fix_col(start_col, row) != start_col)
7668 screen_puts_len((char_u *)" ", 1, row, start_col - 1, 0);
7690 col = start_col;
7730 off = LineOffset[row] + start_col;
[all...]
H A Dedit.c1748 int start_col; local
1773 start_col = curwin->w_cursor.col;
1790 start_col = -1;
1922 if (REPLACE_NORMAL(State) && start_col >= 0)
1924 while (start_col > (int)curwin->w_cursor.col)
1927 --start_col;
1929 while (start_col < (int)curwin->w_cursor.col || replaced)
1937 ++start_col;
H A Dops.c6410 colnr_T start_col = (lnum == min_pos.lnum) local
6413 ? max_pos.col - start_col + 1 : MAXCOL;
6415 s = ml_get(lnum) + start_col;

Completed in 237 milliseconds