Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dftgen.c286 if (UNLIKELY(csound->FTAlloc(csound, fno, (int32_t) header.flen) != 0)) in ftload_()
416 if (UNLIKELY(csound->FTAlloc(csound, fno, (int32_t) header.flen) != 0)) in ftload_()
421 if (UNLIKELY(csound->FTAlloc(csound, fno, (int32_t) header.flen) != 0)) in ftload_()
H A Doscbnk.c1764 csound->FTAlloc(csound, base_ftable, (int32_t) tables->tables[i].size); in vco2_tables_create()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1086 int (*FTAlloc)(CSOUND *, int tableNum, int len); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1086 int (*FTAlloc)(CSOUND *, int tableNum, int len); member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1101 int (*FTAlloc)(CSOUND *, int tableNum, int len); member