/titanic_41/usr/src/cmd/eqn/ |
H A D | matrix.c | 37 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 D | field.c | 142 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 D | llib-lform | 78 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 D | chg_data.c | 113 grow = chunks * (c->rows + c->nrow); in _grow_field()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 124 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 D | mvcur.c | 125 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 D | smb_lgrp.c | 1319 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 D | smb_nic.c | 994 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 D | meta_init.c | 305 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 D | meta_stripe.c | 1791 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 D | nhm_log.h | 41 uint8_t nrow; member
|
H A D | nhm_init.c | 226 dimmp->nrow = NUMROW(dod); in dimm_prop()
|
H A D | dimm_topo.c | 154 (void) nvlist_add_uint32(newdimm, "nrow", (uint32_t)nhm_dimm->nrow); in inhm_dimm()
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 832 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 D | sqlite.h.in | 325 ** 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 D | utility.h | 144 #define OneRow(f) ((f)->rows + (f)->nrow == 1) 145 #define GrowSize(f) (((f) -> rows + (f) -> nrow) * (f) -> cols)
|
H A D | form.h | 85 int nrow; /* offscreen rows */ member
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 2181 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 D | nb_log.h | 230 uint8_t nrow; member
|
H A D | nb5000_init.c | 330 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 D | intel_nbdrv.c | 180 (void) nvlist_add_uint32(newdimm, "nrow", (uint32_t)nb_dimm->nrow); in inb_dimm()
|
H A D | nb5000.h | 89 #define DIMMSIZE(nrow, ncol, nrank, nbank, width) \ argument 90 ((1ULL << ((ncol) + (nrow))) * (nrank) * (nbank) * (width))
|
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 267 int nrow; in init_db_instance() local 274 &nrow, NULL, &errmsg); in init_db_instance() 284 if (nrow != 1) { in init_db_instance()
|