Home
last modified time | relevance | path

Searched refs:localops (Results 51 – 75 of 97) sorted by relevance

1234

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dclfilt.c426 static OENTRY localops[] = { variable
432 return csound->AppendOpcodes(csound, &(localops[0]), in clfilt_init_()
434 ) (sizeof(localops) / sizeof(OENTRY))); in clfilt_init_()
H A Dmidiops2.c619 static OENTRY localops[] = { variable
646 return csound->AppendOpcodes(csound, &(localops[0]), in midiops2_init_()
648 ) (sizeof(localops) / sizeof(OENTRY))); in midiops2_init_()
H A Dscansynx.c766 static OENTRY localops[] = variable
782 return csound->AppendOpcodes(csound, &(localops[0]), in scansynx_init_()
784 ) (sizeof(localops) / sizeof(OENTRY))); in scansynx_init_()
H A Dsyncgrain.c726 static OENTRY localops[] = variable
739 return csound->AppendOpcodes(csound, &(localops[0]), in syncgrain_init_()
741 ) (sizeof(localops) / sizeof(OENTRY))); in syncgrain_init_()
H A Dsterrain.c201 static OENTRY localops[] = { variable
H A Dambicode.c737 static OENTRY localops[] = { variable
746 return csound->AppendOpcodes(csound, &(localops[0]), in ambicode_init_()
748 ) (sizeof(localops) / sizeof(OENTRY))); in ambicode_init_()
H A Dugsc.c724 static OENTRY localops[] = variable
740 return csound->AppendOpcodes(csound, &(localops[0]), in ugsc_init_()
742 ) (sizeof(localops) / sizeof(OENTRY))); in ugsc_init_()
H A Dftgen.c689 static OENTRY localops[] = { variable
717 return csound->AppendOpcodes(csound, &(localops[0]), in ftgen_init_()
719 ) (sizeof(localops) / sizeof(OENTRY))); in ftgen_init_()
H A Dugmoss.c728 static OENTRY localops[] = variable
766 return csound->AppendOpcodes(csound, &(localops[0]), in ugmoss_init_()
768 ) (sizeof(localops) / sizeof(OENTRY))); in ugmoss_init_()
H A Dwterrain2.c227 static OENTRY localops[] = { variable
H A DOSC.c1110 static OENTRY localops[] = { variable
1130 *ep = localops; in csound_opcode_init()
1131 return (int64_t) sizeof(localops); in csound_opcode_init()
H A Dfaustgen.cpp1160 static OENTRY localops[] = { variable
1182 *ep = localops; in csound_opcode_init()
1183 return (int64_t)sizeof(localops); in csound_opcode_init()
H A Dsndloop.c1337 static OENTRY localops[] = variable
1357 return csound->AppendOpcodes(csound, &(localops[0]), in sndloop_init_()
1359 ) (sizeof(localops) / sizeof(OENTRY))); in sndloop_init_()
H A Dspat3d.c886 static OENTRY localops[] = variable
898 return csound->AppendOpcodes(csound, &(localops[0]), in spat3d_init_()
899 (int32_t) (sizeof(localops) / sizeof(OENTRY))); in spat3d_init_()
H A Dliveconv.c509 static OENTRY localops[] = { variable
H A Dpsynth.c1244 static OENTRY localops[] = variable
1285 return csound->AppendOpcodes(csound, &(localops[0]), in psynth_init_()
1287 ) (sizeof(localops) / sizeof(OENTRY))); in psynth_init_()
H A Dplaterev.c249 static OENTRY localops[] = variable
/dports/audio/csound/csound-6.15.0/Opcodes/tl/
H A Dfractalnoise.cpp453 static OENTRY localops[] = {{(char *)"fractalnoise", sizeof(FRACTALNOISE), 0, 3, variable
466 for (OENTRY *oentry = &localops[0]; oentry->opname; oentry++) { in csoundModuleInit_fractalnoise()
/dports/audio/csound/csound-6.15.0/Opcodes/cuda/
H A Dadsyn.cu179 static OENTRY localops[] = { variable
H A Dadsyn11.cu178 static OENTRY localops[] = { variable
H A Dpconv.cu243 static OENTRY localops[] = { variable
H A Dpconv11.cu259 static OENTRY localops[] = { variable
/dports/audio/csound/csound-6.15.0/Opcodes/fluidOpcodes/
H A DfluidOpcodes.cpp655 static OENTRY localops[] = { variable
698 for (ep = (OENTRY *)&(localops[0]); ep->opname != NULL; ep++) { in csoundModuleInit()
/dports/audio/csound/csound-6.15.0/Opcodes/opencl/
H A Dcladsynth.c388 static OENTRY localops[] = { variable
/dports/audio/csound/csound-6.15.0/doc/csound_system_documentation/
H A Dcsound_writing_opcodes.tex129 …is done by filling an opcode registration structure OENTRY array called localops (which is static,…
132 static OENTRY localops[] = {

1234