Searched defs:row (Results 1 - 25 of 232) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/asm/
H A Dwp-mmx.pl71 sub row() subroutine
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl71 sub row() subroutine
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-term-ostream.c27 int i, row, col; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-term-ostream.c27 int i, row, col; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwtran.c92 png_do_pack(png_row_infop row_info, png_bytep row, png_uint_32 bit_depth) argument
219 png_do_shift(png_row_infop row_info, png_bytep row, png_color_8p bit_depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwtran.c87 png_do_pack(png_row_infop row_info, png_bytep row, png_uint_32 bit_depth) argument
213 png_do_shift(png_row_infop row_info, png_bytep row, png_color_8p bit_depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgridsel.h63 BlockContainsCell( int topRow, int leftCol, int bottomRow, int rightCol, int row, int col ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Djisx0213.h5863 static ucs4_t jisx0213_to_ucs4 (unsigned int row, unsigned int col) argument
[all...]
H A Duhc_1.h814 unsigned int row = c1 - 0x81; local
H A Duhc_2.h496 unsigned int row = c1 - 0xa1; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Djisx0213.h5863 static ucs4_t jisx0213_to_ucs4 (unsigned int row, unsigned int col) argument
[all...]
H A Duhc_1.h814 unsigned int row = c1 - 0x81; local
H A Duhc_2.h496 unsigned int row = c1 - 0xa1; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_next.c54 tidata_t row; local
H A Dtif_thunder.c136 tidata_t row = buf; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdcolmap.c174 unsigned int w, h, maxval, row, col; local
H A Djddctmgr.c329 int row, col; local
H A Djutils.c126 register int row; local
H A Dwrrle.c179 int row, col; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmisc.c141 int row; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djddctmgr.c216 int row, col; local
H A Djutils.c126 register int row; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dupdatesmgr.cpp78 cbRowInfo& row = *pane.GetRowList()[ i ]; local
158 cbRowInfo& row = *pane.GetRowList()[ i ]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dcolor.c100 int i, row, col; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dhig.c34 gtk_grid_attach( GTK_GRID( t ), w, 0, *row, 2, 1 ); local
39 hig_workarea_add_section_title_widget( GtkWidget * t, guint * row, GtkWidget * w ) argument
42 gtk_grid_attach( GTK_GRID( t ), w, 0, *row, 2, 1 ); local
47 hig_workarea_add_section_title( GtkWidget * t, guint * row, const char * section_title ) argument
60 hig_workarea_add_wide_control( GtkWidget * t, guint * row, GtkWidget * w ) argument
64 gtk_grid_attach( GTK_GRID( t ), w, 0, *row, local
68 hig_workarea_add_wide_tall_control( GtkWidget * t, guint * row, GtkWidget * w ) argument
75 hig_workarea_add_wide_checkbutton( GtkWidget * t, guint * row, const char * mnemonic_string, gboolean is_active ) argument
88 hig_workarea_add_label_w( GtkWidget * t, guint row, GtkWidget * w ) argument
95 gtk_grid_attach( GTK_GRID( t ), w, 0, row, 1, 1 ); local
99 hig_workarea_add_tall_control( GtkWidget * t, guint row, GtkWidget * control ) argument
105 gtk_grid_attach( GTK_GRID( t ), control, 1, row, 1, 1 ); local
109 hig_workarea_add_control( GtkWidget * t, guint row, GtkWidget * control ) argument
115 gtk_grid_attach( GTK_GRID( t ), control, 1, row, 1, 1 ); local
119 hig_workarea_add_row_w( GtkWidget * t, guint * row, GtkWidget * label, GtkWidget * control, GtkWidget * mnemonic ) argument
134 hig_workarea_add_row( GtkWidget * t, guint * row, const char * mnemonic_string, GtkWidget * control, GtkWidget * mnemonic ) argument
147 hig_workarea_add_tall_row( GtkWidget * table, guint * row, const char * mnemonic_string, GtkWidget * control, GtkWidget * mnemonic ) argument
[all...]

Completed in 407 milliseconds

12345678910