| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_scanner.c | 179 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 D | ntp_scanner.h | 88 int ncol; member
|
| H A D | ntp_parser.c | 2419 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 D | teken_demo.c | 166 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 D | t_raid.sh | 36 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 D | efi_console.c | 274 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 D | lib_util.c | 165 unsigned int ncol; in str_props() local 172 ncol = 0; in str_props() 179 ncol += (w < 0) ? 0 : w; in str_props() 186 *cols = ncol; in str_props() 196 unsigned int ncol; in strcols() local 202 ncol = 0; in strcols() 209 ncol += (w < 0) ? 0 : w; in strcols() 213 return (ncol); in strcols()
|
| /freebsd/stand/i386/libi386/ |
| H A D | vidconsole.c | 381 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/contrib/bsddialog/utility/ |
| H A D | util_builders.c | 539 unsigned int ncol; in strcols() local 545 ncol = 0; in strcols() 552 ncol += w; in strcols() 556 return (ncol); in strcols()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 1626 bf->ncol = min_t(u8, bf->nrow, n); in mt7996_mcu_sta_bfer_ht() 1627 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_ht() 1654 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht() 1655 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, bf->ncol); in mt7996_mcu_sta_bfer_vht() 1661 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht() 1699 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he() 1700 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_he() 1759 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_eht() 1760 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_eht() 1850 else if (!ebf && link_sta->bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7996_mcu_sta_bfer_tlv() [all …]
|
| /freebsd/stand/common/ |
| H A D | gfx_fb.c | 1253 gfx_fb_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, teken_pos_t *d) in gfx_fb_copy_line() argument 1264 for (x = 0; x < ncol; x++) { in gfx_fb_copy_line() 1299 int nrow, ncol, y; /* Has to be signed - >= 0 comparison */ in gfx_fb_copy() local 1307 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in gfx_fb_copy() 1310 p->tp_col + ncol > state->tg_tp.tp_col) in gfx_fb_copy() 1330 gfx_fb_copy_line(state, ncol, &s, &d); in gfx_fb_copy() 1337 gfx_fb_copy_line(state, ncol, &s, &d); in gfx_fb_copy()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 1144 bf->ncol = min_t(u8, bf->nrow, n); in mt7915_mcu_sta_bfer_ht() 1170 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht() 1171 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_vht() 1177 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht() 1211 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he() 1212 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_he() 1290 if (!ebf && sta->deflink.bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7915_mcu_sta_bfer_tlv() 1296 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7915_mcu_sta_bfer_tlv() 1298 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mcu.h | 466 u8 ncol; member
|