Home
last modified time | relevance | path

Searched refs:gWaveformInDSP (Results 1 – 4 of 4) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh167 bool gWaveformInDSP; // If waveform are allocated in the DSP and not as global data member
H A Dglobal.cpp175 gWaveformInDSP = false; in global()
H A Dlibcode.cpp1552 gGlobal->gWaveformInDSP = true; // waveform are allocated in the DSP and not as global data in compileWAST()
1582 gGlobal->gWaveformInDSP = true; // waveform are allocated in the DSP and not as global data in compileWASM()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions_compiler.cpp2293 if (gGlobal->gWaveformInDSP) { in declareWaveform()