Home
last modified time | relevance | path

Searched refs:NEWVEC (Results 1 – 22 of 22) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/base/source/
H A Dfdebug.h172 #define NEWVEC new (1, __FILE__, __LINE__)
181 #define NEWVEC new (1, __FILE__, __LINE__)
187 #define NEWVEC new
210 #define NEWVEC new
H A Dfstreamer.cpp696 char8* s = (length > 0) ? NEWVEC char8[length] : 0; in readStr8()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/base/source/
H A Dfdebug.h172 #define NEWVEC new (1, __FILE__, __LINE__) macro
181 #define NEWVEC new (1, __FILE__, __LINE__) macro
187 #define NEWVEC new macro
210 #define NEWVEC new macro
H A Dfstreamer.cpp696 char8* s = (length > 0) ? NEWVEC char8[length] : 0; in readStr8()
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/base/source/
H A Dfdebug.h172 #define NEWVEC new (1, __FILE__, __LINE__) macro
181 #define NEWVEC new (1, __FILE__, __LINE__) macro
187 #define NEWVEC new macro
210 #define NEWVEC new macro
H A Dfstreamer.cpp696 char8* s = (length > 0) ? NEWVEC char8[length] : 0; in readStr8()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/base/source/
H A Dfdebug.h172 #define NEWVEC new (1, __FILE__, __LINE__) macro
181 #define NEWVEC new (1, __FILE__, __LINE__) macro
187 #define NEWVEC new macro
210 #define NEWVEC new macro
H A Dfstreamer.cpp696 char8* s = (length > 0) ? NEWVEC char8[length] : 0;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/format_types/
H A Djuce_VST3Headers.h192 #undef NEWVEC
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/
H A Djuce_VST3Headers.h192 #undef NEWVEC
/dports/databases/xapian-core12/xapian-core-1.2.25/languages/compiler/
H A Dheader.h15 #define NEWVEC(type, p, n) struct type * p = (struct type *) MALLOC(sizeof(struct type) * n) macro
H A Danalyser.c436 NEWVEC(amongvec, v, p->number); in make_among()
/dports/mail/rspamd/rspamd-3.1/contrib/snowball/compiler/
H A Dheader.h15 #define NEWVEC(type, p, n) struct type * p = (struct type *) MALLOC(sizeof(struct type) * (n)) macro
H A Danalyser.c601 NEWVEC(amongvec, v, p->number); in make_among()
675 NEWVEC(node*, commands, x->command_count); in make_among()
/dports/databases/xapian-core/xapian-core-1.4.18/languages/compiler/
H A Dheader.h15 #define NEWVEC(type, p, n) struct type * p = (struct type *) MALLOC(sizeof(struct type) * (n)) macro
H A Danalyser.c601 NEWVEC(amongvec, v, p->number); in make_among()
675 NEWVEC(node*, commands, x->command_count); in make_among()
/dports/textproc/snowballstemmer/snowball-2.2.0/compiler/
H A Dheader.h15 #define NEWVEC(type, p, n) struct type * p = (struct type *) MALLOC(sizeof(struct type) * (n)) macro
H A Danalyser.c660 NEWVEC(amongvec, v, p->number); in make_among()
734 NEWVEC(node*, commands, x->command_count); in make_among()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/snowball/compiler/
H A Dheader.h15 #define NEWVEC(type, p, n) struct type * p = (struct type *) MALLOC(sizeof(struct type) * (n)) macro
H A Danalyser.c601 NEWVEC(amongvec, v, p->number); in make_among()
675 NEWVEC(node*, commands, x->command_count); in make_among()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dil.h58 F(NEWVEC, 2) F(NEWOBJECT, 1) \
/dports/games/flightgear-data/fgdata/Docs/
H A DNasal-doc.tex1130 \item \OP{NEWVEC} \label{op:NEWVEC}\label{op:Newvec} Push a new vector.