Home
last modified time | relevance | path

Searched refs:nouts (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/cad/irsim/irsim-9.7.110/usersubckt/
H A Dsubckt.c239 short nouts = subptr->subckt->noutputs; in subckt_model_C() local
255 for (i = 0; i < nouts; i++) in subckt_model_C()
274 for (i = 0; i < nouts; i++) in subckt_model_C()
276 out[nouts] = '\0'; in subckt_model_C()
281 objv[2] = Tcl_NewStringObj(out, nouts); in subckt_model_C()
298 if (strlen(newoutvals) == nouts) in subckt_model_C()
300 for (i = 0; i < nouts; i++) in subckt_model_C()
328 nouts = 0; in subckt_model_C()
336 nouts = 0; in subckt_model_C()
339 else nouts = 0; in subckt_model_C()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/
H A Dplot.cpp100 int nouts = DSP.getNumOutputs(); in main() local
101 channels chan(kFrames, nouts); in main()
108 for (int c = 0; c < nouts; c++) { in main()
119 for (int c = 0; c < nouts; c++) { in main()
H A Dcsvplot.cpp163 int nouts = DSP.getNumOutputs(); in main() local
164 channels chan(max(kFrames, int(buffer_size)), nouts); in main()
178 for (int c = 0; c < nouts; c++) { in main()
193 for (int c = 0; c < nouts; c++) { in main()
208 for (int c = 0; c < nouts; c++) { in main()
H A Dmatlabplot.cpp194 int nouts = DSP->getNumOutputs(); in main() local
195 channels outchan(kFrames, nouts); in main()
223 for (int c = 0; c < nouts; c++) { in main()
240 for (int c = 0; c < nouts; c++) { in main()
251 if (nouts > 0) { in main()
253 for (int c = 0; c < nouts; c++) { in main()
255 if (c < nouts-1) { printf(","); } in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/virtio/
H A Dvirtio_ctl_msg.c130 unsigned int nouts = 0; in virtsnd_ctl_msg_send() local
142 psgs[nouts++] = &msg->sg_request; in virtsnd_ctl_msg_send()
144 psgs[nouts++] = out_sgs; in virtsnd_ctl_msg_send()
146 psgs[nouts + nins++] = &msg->sg_response; in virtsnd_ctl_msg_send()
148 psgs[nouts + nins++] = in_sgs; in virtsnd_ctl_msg_send()
151 rc = virtqueue_add_sgs(queue->vqueue, psgs, nouts, nins, msg, in virtsnd_ctl_msg_send()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/virtio/
H A Dvirtio_ctl_msg.c130 unsigned int nouts = 0; in virtsnd_ctl_msg_send() local
142 psgs[nouts++] = &msg->sg_request; in virtsnd_ctl_msg_send()
144 psgs[nouts++] = out_sgs; in virtsnd_ctl_msg_send()
146 psgs[nouts + nins++] = &msg->sg_response; in virtsnd_ctl_msg_send()
148 psgs[nouts + nins++] = in_sgs; in virtsnd_ctl_msg_send()
151 rc = virtqueue_add_sgs(queue->vqueue, psgs, nouts, nins, msg, in virtsnd_ctl_msg_send()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/virtio/
H A Dvirtio_ctl_msg.c130 unsigned int nouts = 0; in virtsnd_ctl_msg_send() local
142 psgs[nouts++] = &msg->sg_request; in virtsnd_ctl_msg_send()
144 psgs[nouts++] = out_sgs; in virtsnd_ctl_msg_send()
146 psgs[nouts + nins++] = &msg->sg_response; in virtsnd_ctl_msg_send()
148 psgs[nouts + nins++] = in_sgs; in virtsnd_ctl_msg_send()
151 rc = virtqueue_add_sgs(queue->vqueue, psgs, nouts, nins, msg, in virtsnd_ctl_msg_send()
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/archs/
H A DcontrolTools.h214 int nouts = DSP->getNumOutputs(); variable
215 channels ochan(kFrames, nouts);
229 for (int c = 0; c < nouts; c++) {
312 int nouts = DSP->getNumOutputs(); variable
314 channels* ichan = new channels(kFrames, ((inpl) ? std::max(nins, nouts) : nins));
315 channels* ochan = (inpl) ? ichan : new channels(kFrames, nouts);
363 for (int c = 0; c < nouts; c++) {
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0;
357 from->nouts++;
452 from->nouts--;
654 int n = s->nouts;
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts))
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts))
1233 if (s->nouts == 0)
1581 if (from->nouts > 1)
1737 if (to->nouts == 0)
2987 narcs += s->nouts;
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0;
357 from->nouts++;
452 from->nouts--;
654 int n = s->nouts;
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts))
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts))
1233 if (s->nouts == 0)
1581 if (from->nouts > 1)
1737 if (to->nouts == 0)
2987 narcs += s->nouts;
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/regex/
H A Dregc_nfa.c170 s->nouts = 0; in newstate()
357 from->nouts++; in createarc()
452 from->nouts--; in freearc()
654 int n = s->nouts; in sortouts()
1013 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in moveouts()
1102 if (!BULK_ARC_OP_USE_SORT(oldState->nouts, newState->nouts)) in copyouts()
1233 if (s->nouts == 0) in deltraverse()
1581 if (from->nouts > 1) in pull()
1737 if (to->nouts == 0) in push()
2987 narcs += s->nouts; in dumpnfa()
[all …]

123456789