Home
last modified time | relevance | path

Searched refs:nrow (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/cmd/eqn/
H A Dmatrix.c37 int nrow, ncol, i, j, k, hb, b, val[100]; in matrix() local
41 nrow = lp[p1]; /* disaster if rows inconsistent */ in matrix()
47 for (k = 1; k <= nrow; k++) { in matrix()
53 j += nrow + 2; in matrix()
60 j += nrow + 2; in matrix()
67 j += nrow + 2; in matrix()
75 yyval, nrow, ncol, eht[yyval], ebase[yyval]); in matrix()
/titanic_41/usr/src/lib/libeti/form/common/
H A Dfield.c142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) in new_field() argument
154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 && in new_field()
162 f->drows = rows + nrow; in new_field()
164 f->nrow = nrow; in new_field()
210 f->nrow = field->nrow; in dup_field()
261 f->nrow = field->nrow; in link_field()
311 int *nrow, int *nbuf) in field_info() argument
328 *nrow = f->nrow; in field_info()
H A Dllib-lform78 new_field(rows, cols, frow, fcol, nrow, nbuf)
83 int nrow;
107 field_info(f, rows, cols, frow, fcol, nrow, nbuf)
113 int *nrow;
H A Dchg_data.c113 grow = chunks * (c->rows + c->nrow); in _grow_field()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c124 row(outseq, orow, nrow) in row() argument
126 int orow, nrow;
133 if (nrow == orow)
136 if (nrow < orow) {
139 dist = orow - nrow;
143 dist = nrow - orow;
148 add_op(best, __MOVE_ROW, nrow, 0);
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c125 row(struct Sequence *outseq, int orow, int nrow) in row() argument
132 if (nrow == orow) in row()
135 if (nrow < orow) { in row()
138 dist = orow - nrow; in row()
142 dist = nrow - orow; in row()
147 add_op(best, __MOVE_ROW, nrow, 0); in row()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c1319 int nrow, ncol; in smb_lgrp_gtbl_lookup() local
1367 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_gtbl_lookup()
1376 if (nrow == 0) { in smb_lgrp_gtbl_lookup()
1382 if (nrow != 1 || ncol != SMB_LGRP_GTBL_NCOL) { in smb_lgrp_gtbl_lookup()
1403 int nrow, ncol; in smb_lgrp_gtbl_exists() local
1411 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_gtbl_exists()
1422 return (nrow != 0); in smb_lgrp_gtbl_exists()
1437 int nrow, ncol; in smb_lgrp_gtbl_count() local
1446 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_gtbl_count()
1459 *count = nrow; in smb_lgrp_gtbl_count()
[all …]
H A Dsmb_nic.c994 int nrow, ncol; in smb_nic_dbvalidate() local
1008 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_nic_dbvalidate()
1019 if (nrow != 1 || ncol != 3) { in smb_nic_dbvalidate()
1044 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_nic_dbvalidate()
1057 if (nrow == 0) in smb_nic_dbvalidate()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_init.c305 uint_t nrow; in is_stripe_cmd() local
307 if (argc > 1 && (sscanf(argv[1], "%u", &nrow) != 1) || ((int)nrow < 0)) in is_stripe_cmd()
H A Dmeta_stripe.c1791 uint_t nrow = stripep->rows.rows_len; in stripe_geom() local
1802 for (row = 0; (row < nrow); ++row) { in stripe_geom()
1886 if (nrow == 1) { in stripe_geom()
1926 uint_t nrow = stripep->rows.rows_len; in meta_create_stripe() local
1947 mdsize += sizeof (ms->un_row) * nrow; in meta_create_stripe()
1948 for (row = 0; (row < nrow); ++row) { in meta_create_stripe()
1962 for (row = 0; (row < nrow); ++row) { in meta_create_stripe()
2072 ms->un_nrows = nrow; in meta_create_stripe()
2077 for (row = 0; (row < nrow); ++row) { in meta_create_stripe()
2169 uint_t nrow, row; in meta_init_stripe() local
[all …]
/titanic_41/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_log.h41 uint8_t nrow; member
H A Dnhm_init.c226 dimmp->nrow = NUMROW(dod); in dimm_prop()
H A Ddimm_topo.c154 (void) nvlist_add_uint32(newdimm, "nrow", (uint32_t)nhm_dimm->nrow); in inhm_dimm()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dprintf.c832 int *nrow, /* Number of result rows written here */ in sqlite_get_table_printf() argument
841 rc = sqlite_get_table_vprintf(db, sqlFormat, resultp, nrow, ncol, errmsg, ap); in sqlite_get_table_printf()
849 int *nrow, /* Number of result rows written here */ in sqlite_get_table_vprintf() argument
858 rc = sqlite_get_table(db, zSql, resultp, nrow, ncolumn, errmsg); in sqlite_get_table_vprintf()
H A Dsqlite.h.in325 ** headers. But the *nrow return value is still 3. *ncolumn is
327 ** will be ((*nrow) + 1)*(*ncolumn).
342 int *nrow, /* Number of result rows written here */
410 int *nrow, /* Number of result rows written here */
419 int *nrow, /* Number of result rows written here */
/titanic_41/usr/src/lib/libeti/form/inc/
H A Dutility.h144 #define OneRow(f) ((f)->rows + (f)->nrow == 1)
145 #define GrowSize(f) (((f) -> rows + (f) -> nrow) * (f) -> cols)
H A Dform.h85 int nrow; /* offscreen rows */ member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c2181 int nrow, ncol=1, ndigits=1; in sh_menu() local
2184 nrow = (cp?1+2*((int)strtol(cp, (char**)0, 10)/3):NROW); in sh_menu()
2187 if(argn < nrow) in sh_menu()
2189 nrow = argn; in sh_menu()
2201 if(argn > nrow*ncol) in sh_menu()
2203 nrow = 1 + (argn-1)/ncol; in sh_menu()
2207 ncol = 1 + (argn-1)/nrow; in sh_menu()
2208 nrow = 1 + (argn-1)/ncol; in sh_menu()
2212 for(i=0;i<nrow;i++) in sh_menu()
2221 j += nrow; in sh_menu()
/titanic_41/usr/src/uts/intel/io/intel_nb5000/
H A Dnb_log.h230 uint8_t nrow; member
H A Dnb5000_init.c330 dp->nrow = read_spd_eeprom(channel, slave, 3) & 0x1f; in ddr2_eeprom()
344 dp->dimm_size = DIMMSIZE(dp->nrow, dp->ncolumn, dp->nranks, dp->nbanks, in ddr2_eeprom()
441 dp->nrow = MTR_NUMROW(mtr); in nb_fbd_dimm_init()
H A Dintel_nbdrv.c180 (void) nvlist_add_uint32(newdimm, "nrow", (uint32_t)nb_dimm->nrow); in inb_dimm()
H A Dnb5000.h89 #define DIMMSIZE(nrow, ncol, nrank, nbank, width) \ argument
90 ((1ULL << ((ncol) + (nrow))) * (nrank) * (nbank) * (width))
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c267 int nrow; in init_db_instance() local
274 &nrow, NULL, &errmsg); in init_db_instance()
284 if (nrow != 1) { in init_db_instance()