Home
last modified time | relevance | path

Searched refs:vcnt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dvchan.c944 int i, err, vcnt; in vchan_setnew() local
959 vcnt = d->pvchancount; in vchan_setnew()
961 vcnt = d->rvchancount; in vchan_setnew()
965 if (newcnt > vcnt) { in vchan_setnew()
966 KASSERT((newcnt - 1) == vcnt, in vchan_setnew()
968 newcnt, vcnt)); in vchan_setnew()
1012 vcnt++; in vchan_setnew()
1018 if (vcnt == 0) in vchan_setnew()
1023 } else if (newcnt < vcnt) { in vchan_setnew()
1042 vcnt--; in vchan_setnew()
[all …]
/freebsd/contrib/libedit/
H A Dterminal.c1255 ssize_t vcnt = ct_visual_char(visbuf, VISUAL_WIDTH_MAX, c); in terminal_writec() local
1256 if (vcnt < 0) in terminal_writec()
1257 vcnt = 0; in terminal_writec()
1258 visbuf[vcnt] = '\0'; in terminal_writec()
1259 terminal_overwrite(el, visbuf, (size_t)vcnt); in terminal_writec()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td649 def VCNT : WInst<"vcnt", "..", "UccPcQUcQcQPc">;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td6199 IIC_VCNTiD, "vcnt", "8",
6202 IIC_VCNTiQ, "vcnt", "8",