Home
last modified time | relevance | path

Searched refs:realsmpcnt (Results 1 – 10 of 10) sorted by relevance

/dports/japanese/timidity++-slang/TiMidity++-2.15.0/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt; in AMF_Load() local
572 for (realsmpcnt = t = 0; t < of.numsmp; t++) in AMF_Load()
573 if (realsmpcnt < of.samples[t].seekpos) in AMF_Load()
574 realsmpcnt = of.samples[t].seekpos; in AMF_Load()
575 for (t = 1; t <= realsmpcnt; t++) in AMF_Load()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt; in AMF_Load() local
572 for (realsmpcnt = t = 0; t < of.numsmp; t++) in AMF_Load()
573 if (realsmpcnt < of.samples[t].seekpos) in AMF_Load()
574 realsmpcnt = of.samples[t].seekpos; in AMF_Load()
575 for (t = 1; t <= realsmpcnt; t++) in AMF_Load()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt; in AMF_Load() local
572 for (realsmpcnt = t = 0; t < of.numsmp; t++) in AMF_Load()
573 if (realsmpcnt < of.samples[t].seekpos) in AMF_Load()
574 realsmpcnt = of.samples[t].seekpos; in AMF_Load()
575 for (t = 1; t <= realsmpcnt; t++) in AMF_Load()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt; in AMF_Load() local
572 for (realsmpcnt = t = 0; t < of.numsmp; t++) in AMF_Load()
573 if (realsmpcnt < of.samples[t].seekpos) in AMF_Load()
574 realsmpcnt = of.samples[t].seekpos; in AMF_Load()
575 for (t = 1; t <= realsmpcnt; t++) in AMF_Load()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt; in AMF_Load() local
572 for (realsmpcnt = t = 0; t < of.numsmp; t++) in AMF_Load()
573 if (realsmpcnt < of.samples[t].seekpos) in AMF_Load()
574 realsmpcnt = of.samples[t].seekpos; in AMF_Load()
575 for (t = 1; t <= realsmpcnt; t++) in AMF_Load()
/dports/audio/timidity++/TiMidity++-2.15.0/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt;
572 for (realsmpcnt = t = 0; t < of.numsmp; t++)
573 if (realsmpcnt < of.samples[t].seekpos)
574 realsmpcnt = of.samples[t].seekpos;
575 for (t = 1; t <= realsmpcnt; t++)
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt; in AMF_Load() local
572 for (realsmpcnt = t = 0; t < of.numsmp; t++) in AMF_Load()
573 if (realsmpcnt < of.samples[t].seekpos) in AMF_Load()
574 realsmpcnt = of.samples[t].seekpos; in AMF_Load()
575 for (t = 1; t <= realsmpcnt; t++) in AMF_Load()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt; in AMF_Load() local
572 for (realsmpcnt = t = 0; t < of.numsmp; t++) in AMF_Load()
573 if (realsmpcnt < of.samples[t].seekpos) in AMF_Load()
574 realsmpcnt = of.samples[t].seekpos; in AMF_Load()
575 for (t = 1; t <= realsmpcnt; t++) in AMF_Load()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/libunimod/
H A Dload_amf.c368 int t, u, realtrackcnt, realsmpcnt;
572 for (realsmpcnt = t = 0; t < of.numsmp; t++)
573 if (realsmpcnt < of.samples[t].seekpos)
574 realsmpcnt = of.samples[t].seekpos;
575 for (t = 1; t <= realsmpcnt; t++)
/dports/audio/libmikmod/libmikmod-3.3.11.1/loaders/
H A Dload_amf.c335 int t,u,realtrackcnt,realsmpcnt,defaultpanning; in AMF_Load() local
545 for(realsmpcnt=t=0;t<of.numsmp;t++) in AMF_Load()
546 if(realsmpcnt<of.samples[t].seekpos) in AMF_Load()
547 realsmpcnt=of.samples[t].seekpos; in AMF_Load()
548 for(t=1;t<=realsmpcnt;t++) { in AMF_Load()