Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Engine/
H A Dcsound_orc_compile.c1343 if (UNLIKELY(++num > engineState->maxopcno)) { in insert_opcodes()
1345 i = (engineState->maxopcno > 0 ? engineState->maxopcno in insert_opcodes()
1347 engineState->maxopcno = i + MAXINSNO; in insert_opcodes()
1350 (1 + engineState->maxopcno) * sizeof(INSTRTXT *)); in insert_opcodes()
1352 while (++i <= engineState->maxopcno) in insert_opcodes()
1503 end = end < current_state->maxopcno ? current_state->maxopcno : end; in engineState_merge()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h936 int maxopcno; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h936 int maxopcno; member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h949 int maxopcno; member