Searched refs:vcnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.c150 int i, err, vcnt; local
165 vcnt = d->pvchancount;
167 vcnt = d->rvchancount;
171 if (newcnt > vcnt) {
173 (num >= 0 && num < SND_MAXVCHANS && (newcnt - 1) == vcnt),
174 ("bogus vchan_create() request num=%d newcnt=%d vcnt=%d",
175 num, newcnt, vcnt));
181 ((c->flags & CHN_F_HAS_VCHAN) || (vcnt == 0 &&
216 while (err == 0 && newcnt > vcnt) {
219 vcnt
[all...]
/freebsd-11-stable/lib/libedit/
H A Dterminal.c1288 ssize_t vcnt = ct_visual_char(visbuf, VISUAL_WIDTH_MAX, (Char)c); local
1289 if (vcnt < 0)
1290 vcnt = 0;
1291 visbuf[vcnt] = '\0';
1292 terminal_overwrite(el, visbuf, (size_t)vcnt);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c16231 NUF(vcnt, 1b00500, 2, (RNDQ, RNDQ), neon_cnt),

Completed in 100 milliseconds