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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dsound.c152 int i, err, vcnt; local
167 vcnt = d->pvchancount;
169 vcnt = d->rvchancount;
173 if (newcnt > vcnt) {
175 (num >= 0 && num < SND_MAXVCHANS && (newcnt - 1) == vcnt),
176 ("bogus vchan_create() request num=%d newcnt=%d vcnt=%d",
177 num, newcnt, vcnt));
183 ((c->flags & CHN_F_HAS_VCHAN) || (vcnt == 0 &&
218 while (err == 0 && newcnt > vcnt) {
221 vcnt
[all...]
/freebsd-12-stable/contrib/libedit/
H A Dterminal.c1256 ssize_t vcnt = ct_visual_char(visbuf, VISUAL_WIDTH_MAX, c); local
1257 if (vcnt < 0)
1258 vcnt = 0;
1259 visbuf[vcnt] = '\0';
1260 terminal_overwrite(el, visbuf, (size_t)vcnt);
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c16231 NUF(vcnt, 1b00500, 2, (RNDQ, RNDQ), neon_cnt),

Completed in 267 milliseconds