Home
last modified time | relevance | path

Searched refs:FTFindP (Results 1 – 15 of 15) sorted by relevance

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsterrain.c142 FUNC *ftp = csound->FTFindP(csound, p->ktabx); /* new table parameters */ in wtPerf()
149 FUNC *ftp = csound->FTFindP(csound, p->ktaby); /* new table parameters */ in wtPerf()
H A Dfareyseq.c271 if (UNLIKELY((p->funcd = csound->FTFindP(csound, p->dft)) == NULL)) { in tablefilter()
283 if (UNLIKELY((p->funcs = csound->FTFindP(csound, p->sft)) == NULL)) { in tablefilter()
455 if (UNLIKELY((p->funcs = csound->FTFindP(csound, p->sft)) == NULL)) { in tableshuffle()
H A Dseqtime.c93 if (UNLIKELY((ftp = csound->FTFindP(csound, p->kfn)) == NULL)) goto err1; in seqtim()
200 if (UNLIKELY( (ftp = csound->FTFindP(csound, p->kfn) ) == NULL)) goto err1; in seqtim2()
H A Dwterrain2.c177 FUNC *ftp = csound->FTFindP(csound, p->ktabx); /* new table parameters */ in wtPerf()
183 FUNC *ftp = csound->FTFindP(csound, p->ktaby); /* new table parameters */ in wtPerf()
H A Doscbnk.c430 ftp = csound->FTFindP(csound, p->args[19]); in oscbnk()
709 ftp = csound->FTFindP(csound, p->kfn); in grain2()
873 ftp = csound->FTFindP(csound, p->kfn); /* check grain ftable */ in grain3()
1175 ftp = csound->FTFindP(csound, p->kfn); /* new table parameters */ in kosclikt()
1203 ftp = csound->FTFindP(csound, p->kfn); /* new table parameters */ in osckkikt()
1241 ftp = csound->FTFindP(csound, p->kfn); /* new table parameters */ in osckaikt()
1293 ftp = csound->FTFindP(csound, p->kfn); /* new table parameters */ in oscakikt()
1331 ftp = csound->FTFindP(csound, p->kfn); /* new table parameters */ in oscaaikt()
1386 ftp = csound->FTFindP(csound, p->kfn); /* new table parameters */ in oscktp()
H A Dftgen.c252 ft_func = csound->FTFindP; in ftload_()
487 ft_func = csound->FTFindP; in ftsave_()
H A Duggab.c1658 if (UNLIKELY( (p->ftp = csound->FTFindP(csound, p->tableNum) ) == NULL)) in kDiscreteUserRand()
1685 if (UNLIKELY( (p->ftp = csound->FTFindP(csound, p->tableNum) ) == NULL)) in aDiscreteUserRand()
1711 if (UNLIKELY( (p->ftp = csound->FTFindP(csound, p->tableNum) ) == NULL)) in kContinuousUserRand()
1753 if (UNLIKELY( (p->ftp = csound->FTFindP(csound, p->tableNum) ) == NULL)) in aContinuousUserRand()
H A Darrays.c2501 if (UNLIKELY((ftp = csound->FTFindP(csound, p->kfn)) == NULL)) in tab2ftab()
2522 if (UNLIKELY((ftp = csound->FTFindP(csound, p->kfn)) == NULL)) in tab2ftabi()
2543 if (UNLIKELY((ftp = csound->FTFindP(csound, p->kfn)) == NULL)) in tab2ftab_offset()
2569 if (UNLIKELY((ftp = csound->FTFindP(csound, p->kfn)) == NULL)) in tab2ftab_offset_i()
2632 if (UNLIKELY((ftp = csound->FTFindP(csound, p->kfn)) == NULL)) in ftab2tabi()
2653 if (UNLIKELY((ftp = csound->FTFindP(csound, p->kfn)) == NULL)) in ftab2tab()
H A DOSC.c904 ftp = csound->FTFindP(csound, p->args[i]); in OSC_list()
/dports/audio/csound/csound-6.15.0/Opcodes/gab/
H A Dnewgabopc.c54 if (UNLIKELY( (ftp = csound->FTFindP(csound, p->xfn) ) == NULL)) in mtable1_k()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dschedule.c567 if (UNLIKELY((ftp = csound->FTFindP(csound, p->kfn)) == NULL)) { in trigseq()
H A Dugens2.c926 if (UNLIKELY((p->ftp = csound->FTFindP(csound, p->xfn) ) == NULL)) { in ftkrchk()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1092 FUNC *(*FTFindP)(CSOUND *, MYFLT *argp); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1092 FUNC *(*FTFindP)(CSOUND *, MYFLT *argp); member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1107 FUNC *(*FTFindP)(CSOUND *, MYFLT *argp); member