Home
last modified time | relevance | path

Searched refs:ncol (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.c179 stream->curpos.ncol++; in lex_getch()
183 stream->curpos.ncol++; in lex_getch()
186 stream->curpos.ncol++; in lex_getch()
194 stream->curpos.ncol++; in lex_getch()
198 stream->curpos.ncol++; in lex_getch()
209 if (EOF == ch && stream->curpos.ncol != 0) in lex_getch()
216 stream->curpos.ncol = 0; in lex_getch()
246 stream->bakpos.ncol = -1; in lex_ungetch()
248 stream->curpos.ncol--; in lex_ungetch()
H A Dntp_scanner.h88 int ncol; member
H A Dntp_parser.c2435 ip_ctx->errpos.ncol); in yyparse()
2938 ip_ctx->errpos.ncol); in yyparse()
4100 ip_ctx->errpos.nline, ip_ctx->errpos.ncol, msg); in yyerror()
4106 ip_ctx->errpos.ncol, msg); in yyerror()
/freebsd/sys/teken/demo/
H A Dteken_demo.c166 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ in test_copy() local
175 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in test_copy()
183 for (x = 0; x < ncol; x++) { in test_copy()
194 for (x = ncol - 1; x >= 0; x--) { in test_copy()
208 for (x = 0; x < ncol; x++) { in test_copy()
219 for (x = ncol - 1; x >= 0; x--) { in test_copy()
/freebsd/contrib/netbsd-tests/dev/raidframe/
H A Dt_raid.sh36 ncol=${2}
38 printf "START array\n1 ${ncol} 0\nSTART disks\n" > raid.conf
40 while [ ${ncol} -gt ${diskn} ] ; do
/freebsd/stand/efi/libefi/
H A Defi_console.c274 efi_text_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, in efi_text_copy_line() argument
286 for (x = 0; x < ncol; x++) { in efi_text_copy_line()
311 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ in efi_text_copy() local
323 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in efi_text_copy()
329 nrow == state->tg_tp.tp_row - 2 && ncol == state->tg_tp.tp_col - 2) in efi_text_copy()
349 efi_text_copy_line(state, ncol, &s, &d, scroll); in efi_text_copy()
356 efi_text_copy_line(state, ncol, &s, &d, false); in efi_text_copy()
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c164 unsigned int ncol; in str_props() local
171 ncol = 0; in str_props()
178 ncol += (w < 0) ? 0 : w; in str_props()
185 *cols = ncol; in str_props()
195 unsigned int ncol; in strcols() local
201 ncol = 0; in strcols()
208 ncol += (w < 0) ? 0 : w; in strcols()
212 return (ncol); in strcols()
/freebsd/contrib/cortex-strings/scripts/
H A Dplot-top.py48 pylab.legend(loc='upper left', ncol=3)
H A Dplot-align.py53 pylab.legend(loc='lower right', ncol=3)
H A Dplot.py101 pylab.legend(loc='lower right', ncol=2, prop={'size': 'small'})
H A Dplot-sizes.py86 pylab.legend(loc='upper left', ncol=3, prop={'size': 'small'})
/freebsd/stand/i386/libi386/
H A Dvidconsole.c381 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ in vidc_text_copy() local
391 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in vidc_text_copy()
402 for (x = 0; x < ncol; x++) { in vidc_text_copy()
424 for (x = 0; x < ncol; x++) { in vidc_text_copy()
444 for (x = ncol - 1; x >= 0; x--) { in vidc_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()
1277 bf->ibf_ncol = bf->ncol; in mt7996_mcu_sta_bfer_vht()
1283 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1317 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he()
1318 bf->ibf_ncol = bf->ncol; in mt7996_mcu_sta_bfer_he()
1375 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_eht()
1376 bf->ibf_ncol = bf->ncol; in mt7996_mcu_sta_bfer_eht()
1454 if (!ebf && sta->deflink.bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7996_mcu_sta_bfer_tlv()
1460 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7996_mcu_sta_bfer_tlv()
[all …]
/freebsd/stand/common/
H A Dgfx_fb.c1171 gfx_fb_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, teken_pos_t *d) in gfx_fb_copy_line() argument
1182 for (x = 0; x < ncol; x++) { in gfx_fb_copy_line()
1217 int nrow, ncol, y; /* Has to be signed - >= 0 comparison */ in gfx_fb_copy() local
1225 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in gfx_fb_copy()
1228 p->tp_col + ncol > state->tg_tp.tp_col) in gfx_fb_copy()
1248 gfx_fb_copy_line(state, ncol, &s, &d); in gfx_fb_copy()
1255 gfx_fb_copy_line(state, ncol, &s, &d); in gfx_fb_copy()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c1084 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()
1111 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_vht()
1117 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1151 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he()
1152 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_he()
1230 if (!ebf && sta->deflink.bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7915_mcu_sta_bfer_tlv()
1236 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
1238 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h452 u8 ncol; member