Home
last modified time | relevance | path

Searched refs:CCONST (Results 1 – 25 of 91) sorted by relevance

1234

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/hostchecker_aax/source/
H A Dhostchecker_aax.cpp87 CCONST ('H', 'C', 'h', '1'),
88 CCONST ('H', 'C', 'H', '1'),
101 CCONST ('H', 'C', 'h', '2'),
102 CCONST ('H', 'C', 'H', '2'),
119 CCONST ('S', 'M', 'T', 'G'), // manufacturer ID
120 CCONST ('H', 'C', 'H', 'E'), // product ID
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/again_aax/source/
H A Dagainaax.cpp85 CCONST ('A', 'G', 'N', '1'),
86 CCONST ('A', 'G', 'A', '1'),
99 CCONST ('A', 'G', 'N', '2'),
100 CCONST ('A', 'G', 'A', '2'),
117 CCONST ('S', 'M', 'T', 'G'), // manufacturer ID
118 CCONST ('A', 'G', 'S', 'B'), // product ID
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/again_aax/source/
H A Dagainaax.cpp85 CCONST ('A', 'G', 'N', '1'),
86 CCONST ('A', 'G', 'A', '1'),
99 CCONST ('A', 'G', 'N', '2'),
100 CCONST ('A', 'G', 'A', '2'),
117 CCONST ('S', 'M', 'T', 'G'), // manufacturer ID
118 CCONST ('A', 'G', 'S', 'B'), // product ID
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/qfe/
H A Dqfelexer.lpp21 %x CCONST
48 "'" { BEGIN(CCONST); }
49 <CCONST>[^']* { qfelval.cp = newstr(qfetext); return CHAR_CONST; }
50 <CCONST>"'" { BEGIN(INITIAL); }
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/qfe/
H A Dqfelexer.lpp21 %x CCONST
48 "'" { BEGIN(CCONST); }
49 <CCONST>[^']* { qfelval.cp = newstr(qfetext); return CHAR_CONST; }
50 <CCONST>"'" { BEGIN(INITIAL); }
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/3rdparty/steinberg/
H A Dvst2.h145 #ifdef CCONST
146 #undef CCONST
148 #define CCONST(a, b, c, d) \ macro
163 #define kEffectMagic CCONST('V', 's', 't', 'P') /* AEffect magic number */
164 #define kEffectIdentify CCONST('N', 'v', 'E', 'f') /* Audio effect identification */
165 #define cMagic CCONST('C', 'c', 'n', 'K') /* Root chunk magic number for programs…
166 #define fMagic CCONST('F', 'x', 'C', 'k') /* Regular program chunk magic number (…
167 #define bankMagic CCONST('F', 'x', 'B', 'k') /* Regular program bank magic number (F…
168 #define chunkPresetMagic CCONST('F', 'P', 'C', 'h') /* Opaque chunk (preset) magic number f…
169 #define chunkBankMagic CCONST('F', 'B', 'C', 'h') /* Opaque chunk (preset) magic number f…
/dports/devel/swig/swig-4.0.2/Examples/guile/constants/
H A Drunme.scm5 (or (char=? (CCONST) #\x) (exit 1))
6 (display "CCONST = ")(display (CCONST))(display " (should be 'x')\n")
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/vst/
H A Ddefs.h72 #define LSP_VST_USER_MAGIC CCONST('L', 'S', 'P', 'U')
115 return CCONST(vst_id[0], vst_id[1], vst_id[2], vst_id[3]); in vst_cconst()
/dports/devel/swig/swig-4.0.2/Examples/pike/constants/
H A Drunme.pike5 write("CCONST = %c (should be 'x')\n", .example.CCONST);
/dports/devel/swig/swig-4.0.2/Examples/octave/constants/
H A Drunme.m10 printf("CCONST = %s (should be 'x')\n", swigexample.CCONST);
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/pluginterfaces/base/
H A Dfutils.h92 #ifndef CCONST
93 #define CCONST(a, b, c, d) \ macro
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/base/
H A Dfutils.h92 #ifndef CCONST
93 #define CCONST(a, b, c, d) \ macro
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/pluginterfaces/base/
H A Dfutils.h92 #ifndef CCONST
93 #define CCONST(a, b, c, d) \ macro
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/pluginterfaces/base/
H A Dfutils.h92 #ifndef CCONST
93 #define CCONST(a, b, c, d) \ macro
/dports/audio/lmms/lmms-1.2.2/include/
H A Daeffectx.h29 #define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \ macro
113 const int kEffectMagic = CCONST( 'V', 's', 't', 'P' );
/dports/audio/spectmorph/spectmorph-0.5.2/vst/vestige/
H A Daeffectx.h31 #define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \ macro
128 const int kEffectMagic = CCONST( 'V', 's', 't', 'P' );
/dports/audio/muse-sequencer/muse-4.0.0/src/vestige/
H A Daeffectx.h31 #define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \ macro
115 const int kEffectMagic = CCONST( 'V', 's', 't', 'P' );
/dports/biology/mopac/mopac7-1.15/fortran/
H A Dpaths.f101 CCONST = ALPARM(3,I) - BCONST*X2 - ACONST*X2**2
102 XPARAM(I)=CCONST+BCONST*X3+ACONST*X3**2
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/VST/
H A Daeffectx.h29 #define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \ macro
144 const int kEffectMagic = CCONST( 'V', 's', 't', 'P' );
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-vst/vst_header/
H A Daeffectx.h30 #define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \ macro
146 const int kEffectMagic = CCONST( 'V', 's', 't', 'P' );
/dports/devel/swig/swig-4.0.2/Examples/javascript/constant/
H A Dexample.h3 #define CCONST 'x' macro
/dports/devel/swig/swig-4.0.2/Examples/tcl/constants/
H A Drunme.tcl7 puts "CCONS T = $CCONST (should be 'x')"
/dports/devel/swig/swig-4.0.2/Examples/xml/
H A Dexample_const.i8 #define CCONST 'x' macro
/dports/devel/swig/swig-4.0.2/Examples/php/constants/
H A Drunme.php7 print "CCONST = " . CCONST . " (should be 'x')\n";
/dports/devel/swig/swig-4.0.2/Examples/chicken/constants/
H A Dexample.i8 #define CCONST 'x' macro

1234