Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfld_info.c54 int *nrow, int *nbuf) in FORM_EXPORT()
60 (void *)nrow, (void *)nbuf)); in FORM_EXPORT()
73 if (nrow) in FORM_EXPORT()
74 *nrow = field->nrow; in FORM_EXPORT()
H A Dfld_def.c278 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) in new_field() argument
286 T((T_CALLED("new_field(%d,%d,%d,%d,%d,%d)"), rows, cols, frow, fcol, nrow, nbuf)); in new_field()
291 nrow >= 0 && in new_field()
300 New_Field->drows = rows + nrow; in new_field()
304 New_Field->nrow = nrow; in new_field()
H A Dfld_link.c74 New_Field->nrow = field->nrow; in FORM_EXPORT()
H A Dfld_dup.c69 New_Field->nrow = field->nrow; in FORM_EXPORT()
H A Dform.priv.h130 (((field)->rows + (field)->nrow) == 1)
H A Dllib-lformt171 int nrow,
219 int *nrow,
H A Dllib-lformtw171 int nrow,
219 int *nrow,
H A Dllib-lformw171 int nrow,
219 int *nrow,
H A Dllib-lform171 int nrow,
219 int *nrow,
H A Dform.h99 int nrow; /* off-screen rows */ member
H A Dfrm_driver.c684 growth = (field->rows + field->nrow) * amount; in Field_Grown()
4775 (int)(1 + (vlen - len) / ((field->rows + field->nrow) in set_field_buffer()
/freebsd/sys/teken/demo/
H A Dteken_demo.c166 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ in test_copy() local
174 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in test_copy()
181 for (y = 0; y < nrow; y++) { in test_copy()
192 for (y = 0; y < nrow; y++) { in test_copy()
206 for (y = nrow - 1; y >= 0; y--) { in test_copy()
217 for (y = nrow - 1; y >= 0; y--) { in test_copy()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c381 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ in vidc_text_copy() local
390 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in vidc_text_copy()
397 for (y = 0; y < nrow; y++) { in vidc_text_copy()
419 for (y = nrow - 1; y >= 0; y--) { in vidc_text_copy()
439 for (y = nrow - 1; y >= 0; y--) { in vidc_text_copy()
/freebsd/stand/efi/libefi/
H A Defi_console.c311 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ in efi_text_copy() local
322 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in efi_text_copy()
329 nrow == state->tg_tp.tp_row - 2 && ncol == state->tg_tp.tp_col - 2) in efi_text_copy()
345 for (y = 0; y < nrow; y++) { in efi_text_copy()
352 for (y = nrow - 1; y >= 0; y--) { in efi_text_copy()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c1250 bf->ncol = min_t(u8, bf->nrow, n); in mt7996_mcu_sta_bfer_ht()
1276 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1280 bf->nrow = 1; in mt7996_mcu_sta_bfer_vht()
1282 bf->nrow = tx_ant; in mt7996_mcu_sta_bfer_vht()
1283 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1316 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_he()
1317 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he()
1374 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_eht()
1375 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_eht()
1459 if (ebf && bf->nrow != tx_ant) in mt7996_mcu_sta_bfer_tlv()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c1083 bf->nrow = hweight8(phy->mt76->chainmask) - 1; in mt7915_mcu_sta_bfer_ht()
1084 bf->ncol = min_t(u8, bf->nrow, n); in mt7915_mcu_sta_bfer_ht()
1110 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1114 bf->nrow = 1; in mt7915_mcu_sta_bfer_vht()
1116 bf->nrow = tx_ant; in mt7915_mcu_sta_bfer_vht()
1117 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1150 bf->nrow = min_t(u8, snd_dim, sts); in mt7915_mcu_sta_bfer_he()
1151 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he()
1235 if (ebf && bf->nrow != tx_ant) in mt7915_mcu_sta_bfer_tlv()
1238 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
[all …]
/freebsd/stand/common/
H A Dgfx_fb.c1217 int nrow, ncol, y; /* Has to be signed - >= 0 comparison */ in gfx_fb_copy() local
1224 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in gfx_fb_copy()
1227 if (p->tp_row + nrow > state->tg_tp.tp_row || in gfx_fb_copy()
1244 for (y = 0; y < nrow; y++) { in gfx_fb_copy()
1251 for (y = nrow - 1; y >= 0; y--) { in gfx_fb_copy()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h453 u8 nrow; member