Home
last modified time | relevance | path

Searched refs:localops (Results 26 – 50 of 97) sorted by relevance

1234

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dpvsband.c288 static OENTRY localops[] = { variable
297 return csound->AppendOpcodes(csound, &(localops[0]), in pvsband_init_()
299 ) (sizeof(localops) / sizeof(OENTRY))); in pvsband_init_()
H A Dgetftargs.c100 static OENTRY localops[] = variable
H A Dcross2.c443 static OENTRY localops[] = { variable
449 return csound->AppendOpcodes(csound, &(localops[0]), in cross2_init_()
450 (int32_t) (sizeof(localops) / sizeof(OENTRY))); in cross2_init_()
H A Dpvscent.c451 static OENTRY localops[] = { variable
465 return csound->AppendOpcodes(csound, &(localops[0]), in pvscent_init_()
467 ) (sizeof(localops) / sizeof(OENTRY))); in pvscent_init_()
H A Difd.c391 static OENTRY localops[] = variable
401 return csound->AppendOpcodes(csound, &(localops[0]), in ifd_init_()
403 ) (sizeof(localops) / sizeof(OENTRY))); in ifd_init_()
H A Dmidiops3.c468 static OENTRY localops[] = { variable
597 return csound->AppendOpcodes(csound, &(localops[0]), in midiops3_init_()
599 ) (sizeof(localops) / sizeof(OENTRY))); in midiops3_init_()
H A Dsndwarp.c377 static OENTRY localops[] = variable
387 return csound->AppendOpcodes(csound, &(localops[0]), in sndwarp_init_()
389 ) (sizeof(localops) / sizeof(OENTRY))); in sndwarp_init_()
H A Dlowpassr.c376 static OENTRY localops[] = variable
393 return csound->AppendOpcodes(csound, &(localops[0]), in lowpassr_init_()
395 ) (sizeof(localops) / sizeof(OENTRY))); in lowpassr_init_()
H A Dcellular.c125 static OENTRY localops[] = { variable
H A Dmixer.cpp301 static OENTRY localops[] = { variable
331 OENTRY *ep = (OENTRY *)&(localops[0]); in csoundModuleInit_mixer()
H A Dlinuxjoystick.c143 static OENTRY localops[] = { variable
H A Dlame.c125 static OENTRY localops[] = { variable
H A Dpartials.c531 static OENTRY localops[] = variable
541 return csound->AppendOpcodes(csound, &(localops[0]), in partials_init_()
543 ) (sizeof(localops) / sizeof(OENTRY))); in partials_init_()
H A Dpvsgendy.c117 static OENTRY localops[] = { variable
H A Dfilter.c871 static OENTRY localops[] = { variable
880 return csound->AppendOpcodes(csound, &(localops[0]), in filter_init_()
882 ) (sizeof(localops) / sizeof(OENTRY))); in filter_init_()
H A Dscansyn.c621 static OENTRY localops[] = variable
630 return csound->AppendOpcodes(csound, &(localops[0]), in scansyn_init_()
631 (int32_t) (sizeof(localops) / sizeof(OENTRY))); in scansyn_init_()
H A Dgammatone.c125 static OENTRY localops[] = { variable
H A Dugens9.c653 static OENTRY localops[] = variable
671 return csound->AppendOpcodes(csound, &(localops[0]), in ugens9_init_()
672 (int32_t) (sizeof(localops) / sizeof(OENTRY))); in ugens9_init_()
H A Dugens7.c617 static OENTRY localops[] = variable
626 return csound->AppendOpcodes(csound, &(localops[0]), in ugens7_init_()
627 (int32_t) (sizeof(localops) / sizeof(OENTRY))); in ugens7_init_()
/dports/audio/csound/csound-6.15.0/Opcodes/gab/
H A Dnewgabopc.c354 static OENTRY localops[] = { variable
371 return csound->AppendOpcodes(csound, &(localops[0]), in newgabopc_init_()
372 (int32_t) (sizeof(localops) / sizeof(OENTRY))); in newgabopc_init_()
/dports/devel/dmake/dmake-4.13.1/
H A Dgetinp.c728 char* localops[] = { "==", "!=", "<=", ">=" }; in partcomp() local
754 while ( (opsind < localopscount) && ((op = DmStrStr(lhs, localops[opsind])) == NIL(char)) ) in partcomp()
758 printf(" found op %d: %s\n", opsind, localops[opsind]); in partcomp()
/dports/audio/faust/faust-2.37.3/embedded/faustcsound/
H A Dfaustcsound.cpp614 static OENTRY localops[] = { variable
632 *ep = localops; in csound_opcode_init()
633 return (long) sizeof(localops); in csound_opcode_init()
/dports/audio/faust/faust-2.37.3/architecture/
H A Dcsound.cpp238 static OENTRY localops[] = { variable
/dports/audio/csound/csound-6.15.0/Opcodes/cuda/
H A Dconv.cu146 static OENTRY localops[] = { variable
H A Dconvf.cu134 static OENTRY localops[] = { variable

1234