Searched refs:row1 (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DrijndaelApi.c209 word8 *row1 = localBlock[1]; local
216 *row1++ = *input++;
224 row1 = localBlock[1];
230 *outBuffer++ = *row1++;
246 word8 *row1 = localBlock[1]; local
253 *row1++ = *input++;
262 row1 = localBlock[1];
268 *outBuffer++ = *row1++;
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dtkphoto.test25 set row1 {}
29 lappend row1 $c1
32 lappend row1 $c2
39 lappend checks $row1
/macosx-10.10.1/vim-55/src/proto/
H A Dgui.pro23 void gui_clear_block __ARGS((int row1, int col1, int row2, int col2));
31 int gui_redraw_block __ARGS((int row1, int col1, int row2, int col2, int flags));
H A Dgui_riscos.pro39 void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
H A Dui.pro25 void clip_may_clear_selection __ARGS((int row1, int row2));
H A Dgui_gtk_x11.pro52 void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
H A Dgui_photon.pro35 void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
H A Dgui_x11.pro44 void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
H A Dgui_w16.pro28 void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
H A Dgui_w32.pro28 void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
H A Dgui_mac.pro63 void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
/macosx-10.10.1/vim-55/src/
H A Dui.c580 static int clip_compare_pos __ARGS((int row1, int col1, int row2, int col2));
635 clip_compare_pos(row1, col1, row2, col2)
636 int row1;
641 if (row1 > row2) return(1);
642 if (row1 < row2) return(-1);
948 * Clear the selection if any lines from "row1" to "row2" are inside of it.
951 clip_may_clear_selection(row1, row2)
952 int row1, row2;
956 && row1 <= clip_star.end.lnum)
999 clip_invert_area(row1, col
1094 int row1 = clip_star.start.lnum; local
[all...]
H A Dgui.c1536 * Clear a rectangular region of the screen from text pos (row1, col1) to
1540 gui_clear_block(row1, col1, row2, col2)
1541 int row1;
1547 clip_may_clear_selection(row1, row2);
1549 gui_mch_clear_block(row1, col1, row2, col2);
1552 if ( gui.cursor_row >= row1 && gui.cursor_row <= row2
2407 int row1, col1, row2, col2; local
2409 row1 = Y_2_ROW(y);
2414 (void)gui_redraw_block(row1, col1, row2, col2, GUI_MON_NOCLEAR);
2428 * Draw a rectangular block of characters, from row1 t
[all...]
H A Dgui_x11.c2930 * Clear a rectangular region of the screen from text pos (row1, col1) to
2934 gui_mch_clear_block(row1, col1, row2, col2)
2935 int row1;
2946 XFillRectangle(gui.dpy, gui.wid, gui.back_gc, x, FILL_Y(row1),
2948 (row2 - row1 + 1) * gui.char_height);
H A Dgui_photon.c2169 gui_mch_clear_block(int row1, int col1, int row2, int col2) argument
2172 { FILL_X( col1 ), FILL_Y( row1 ) },
H A Dgui_riscos.c2548 * Clear a rectangular region of the screen from text pos(row1, col1) to
2552 gui_mch_clear_block(int row1, int col1, int row2, int col2) argument
2557 FILL_X(col2 + 1), -FILL_Y(row1));
H A Dgui_w48.c2040 * Clear a rectangular region of the screen from text pos (row1, col1) to
2045 int row1,
2058 rc.top = FILL_Y(row1);
2044 gui_mch_clear_block( int row1, int col1, int row2, int col2) argument
H A Dgui_gtk_x11.c5474 * Clear a rectangular region of the screen from text pos (row1, col1) to
5478 gui_mch_clear_block(int row1, int col1, int row2, int col2) argument
5492 FILL_X(col1), FILL_Y(row1),
5495 (row2 - row1 + 1) * gui.char_height);
H A Dgui_mac.c4519 * Clear a rectangular region of the screen from text pos (row1, col1) to
4523 gui_mch_clear_block(int row1, int col1, int row2, int col2) argument
4532 rc.top = FILL_Y(row1);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dlinalg.tcl458 foreach row1 $mat1 row2 $mat2 {
459 lappend result [axpy_vect $scale $row1 $row2]
506 foreach row1 $mat1 row2 $mat2 {
507 lappend result [add_vect $row1 $row2]
554 foreach row1 $mat1 row2 $mat2 {
555 lappend result [sub_vect $row1 $row2]
837 foreach row1 $mat1 {
840 lappend newrow [dotproduct $row1 $row2]
1386 set row1 [getrow $mat $irow1 $imin $imax]
1389 setrow mat $irow2 $row1
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-mtx.el289 (row1 (cdr r1prev))
293 (setcdr r2prev row1)
295 (setcdr row2 (cdr row1))
296 (setcdr row1 r2next)))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl91 class.row1 idx-odd
308 set rows [list $config(class.row0) $config(class.row1)]
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/doc/
H A Dmanpage.css186 TR.row1 {
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/doc/
H A Dmanpage.css172 TR.row1 {
/macosx-10.10.1/PowerManagement-494.1.2/pmset/
H A Dpmset.c6956 static bool row1 = true; local
6959 if (row1) {
6961 row1= false;

Completed in 311 milliseconds