Home
last modified time | relevance | path

Searched refs:oldtune (Results 1 – 5 of 5) sorted by relevance

/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dmoogladder.c98 p->oldtune = tune; in sp_moogladder_compute()
102 tune = p->oldtune; in sp_moogladder_compute()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/h/
H A Dmoogladder.h11 SPFLOAT oldtune; member
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dnewfils.c107 p->oldtune = tune; in moogladder_process()
112 tune = p->oldtune; in moogladder_process()
188 p->oldtune = tune; in moogladder_process_aa()
193 tune = p->oldtune; in moogladder_process_aa()
287 p->oldtune = tune; in moogladder_process_ak()
292 tune = p->oldtune; in moogladder_process_ak()
386 p->oldtune = tune; in moogladder_process_ka()
391 tune = p->oldtune; in moogladder_process_ka()
484 p->oldtune = tune; in moogladder2_process()
489 tune = p->oldtune; in moogladder2_process()
[all …]
H A Dnewfils.h126 double oldtune; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dfil.c6929 ipf_tune_del(ipf_main_softc_t *softc, ipftuneable_t *oldtune) in ipf_tune_del() argument
6936 if (ta == oldtune) { in ipf_tune_del()
6937 *tap = oldtune->ipft_next; in ipf_tune_del()
6938 oldtune->ipft_next = NULL; in ipf_tune_del()
6963 ipf_tune_del_array(ipf_main_softc_t *softc, ipftuneable_t *oldtune) in ipf_tune_del_array() argument
6968 for (ot = oldtune; ot->ipft_name != NULL; ot++) { in ipf_tune_del_array()