Home
last modified time | relevance | path

Searched refs:ncol (Results 1 – 12 of 12) 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.c2419 ip_ctx->errpos.ncol); in yyparse()
2824 lex_current()->curpos.ncol); in yyparse()
2837 lex_current()->curpos.ncol); in yyparse()
2857 lex_current()->curpos.ncol); in yyparse()
2877 lex_current()->curpos.ncol); in yyparse()
2891 lex_current()->curpos.ncol); in yyparse()
2904 lex_current()->curpos.ncol); in yyparse()
2920 lex_current()->curpos.ncol); in yyparse()
2958 ip_ctx->curpos.ncol); in yyparse()
4123 ip_ctx->errpos.nline, ip_ctx->errpos.ncol, ms
[all...]
/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/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.c1174 gfx_fb_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, teken_pos_t *d) in gfx_fb_copy_line() argument
1185 for (x = 0; x < ncol; x++) { in gfx_fb_copy_line()
1220 int nrow, ncol, y; /* Has to be signed - >= 0 comparison */ in gfx_fb_copy() local
1228 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in gfx_fb_copy()
1231 p->tp_col + ncol > state->tg_tp.tp_col) in gfx_fb_copy()
1251 gfx_fb_copy_line(state, ncol, &s, &d); in gfx_fb_copy()
1258 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