Home
last modified time | relevance | path

Searched refs:dsblksiz (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/csound/csound-6.15.0/Opcodes/framebuffer/
H A DOpcodeEntries.c34 .dsblksiz = sizeof(Framebuffer),
44 .dsblksiz = sizeof(OLABuffer),
/dports/audio/csound/csound-6.15.0/InOut/
H A DwinFLTK.c119 (int)ep->dsblksiz, (int)ep->flags, (int)ep->thread, in csoundModuleInit()
130 csound, ep->opname, (int)ep->dsblksiz, in csoundModuleInit()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dsymbtab.c97 if (ep->dsblksiz < 0xfffb) { in init_symbtab()
428 opc->dsblksiz = (uint16) (sizeof(UOPCODE) + in parse_opcode_args()
430 opc->dsblksiz = ((opc->dsblksiz + (uint16) 15) in parse_opcode_args()
H A Dcsound_orc_compile.c325 ip->opdstot += labelOpcode->dsblksiz; in create_opcode()
347 ip->opdstot += tp->oentry->dsblksiz; in create_opcode()
/dports/audio/csound/csound-6.15.0/util/
H A Dmkdb.c119 uint16_t dsblksiz; member
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Ddoppler.cpp272 status |= csound->AppendOpcode(csound, oentry->opname, oentry->dsblksiz, in csoundModuleInit_doppler()
H A Dmixer.cpp335 err |= csound->AppendOpcode(csound, ep->opname, ep->dsblksiz, ep->flags, in csoundModuleInit_mixer()
H A Dableton_link_opcodes.cpp875 oentry->dsblksiz, oentry->flags, in csoundModuleInit()
H A Djacko.cpp1423 err |= csound->AppendOpcode(csound, ep->opname, ep->dsblksiz, ep->flags, in csoundModuleInit()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp603 virtual int AppendOpcode(const char *opname, int dsblksiz, int flags, in AppendOpcode() argument
610 return csoundAppendOpcode(csound, opname, dsblksiz, flags, thread, in AppendOpcode()
H A DcsoundCore.h286 uint16 dsblksiz; member
1325 int (*AppendOpcode)(CSOUND *, const char *opname, int dsblksiz, int flags,
H A Dcsound.h2112 int dsblksiz, int flags, int thread,
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.hpp600 virtual int AppendOpcode(const char *opname, int dsblksiz, int flags, in AppendOpcode() argument
607 return csoundAppendOpcode(csound, opname, dsblksiz, flags, thread, in AppendOpcode()
H A DcsoundCore.h284 uint16 dsblksiz; member
1310 int (*AppendOpcode)(CSOUND *, const char *opname, int dsblksiz, int flags,
H A Dcsound.h2093 int dsblksiz, int flags, int thread,
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.hpp600 virtual int AppendOpcode(const char *opname, int dsblksiz, int flags, in AppendOpcode() argument
607 return csoundAppendOpcode(csound, opname, dsblksiz, flags, thread, in AppendOpcode()
H A DcsoundCore.h284 uint16 dsblksiz; member
1310 int (*AppendOpcode)(CSOUND *, const char *opname, int dsblksiz, int flags,
H A Dcsound.h2093 int dsblksiz, int flags, int thread,
/dports/audio/csound/csound-6.15.0/InOut/virtual_keyboard/
H A Dvirtual_keyboard.cpp442 (int)ep->dsblksiz, (int)ep->flags, in csoundModuleInit()
/dports/audio/csound/csound-6.15.0/Opcodes/chua/
H A DChuaOscillator.cpp625 status |= csound->AppendOpcode(csound, oentry->opname, oentry->dsblksiz, in csoundModuleInit()
/dports/audio/csound/csound-6.15.0/Opcodes/hdf5/
H A DHDF5IO.c1399 .dsblksiz = sizeof(HDF5Write),
1409 .dsblksiz = sizeof(HDF5Read),
/dports/audio/csound/csound-6.15.0/Opcodes/stk/
H A DstkOpcodes.cpp586 status |= csound->AppendOpcode(csound, oentry->opname, oentry->dsblksiz, in csoundModuleInit()
/dports/audio/csound/csound-6.15.0/Opcodes/tl/
H A Dfractalnoise.cpp467 status |= csound->AppendOpcode(csound, oentry->opname, oentry->dsblksiz, in csoundModuleInit_fractalnoise()
/dports/audio/csound/csound-6.15.0/Opcodes/websockets/
H A DWebSocketOpcode.c698 .dsblksiz = sizeof(WebSocketOpcode),
/dports/audio/csound/csound-6.15.0/Opcodes/fluidOpcodes/
H A DfluidOpcodes.cpp699 err |= csound->AppendOpcode(csound, ep->opname, ep->dsblksiz, ep->flags, in csoundModuleInit()

12