Searched refs:fEntry2 (Results 1 – 7 of 7) sorted by relevance
/dports/audio/carla/Carla-2.4.1/source/utils/ |
H A D | LinkedList.hpp | 87 fEntry2(fEntry->next), in Itenerator() 91 CARLA_SAFE_ASSERT(fEntry2 != nullptr); in Itenerator() 101 fEntry = fEntry2; in next() 102 fEntry2 = (fEntry != nullptr) ? fEntry->next : nullptr; in next() 131 ListHead* fEntry2; member in AbstractLinkedList::Itenerator 141 fEntry2(entry != nullptr ? entry->next : nullptr) in AutoItenerator() 144 CARLA_SAFE_ASSERT(fEntry2 != nullptr); in AutoItenerator() 157 fEntry = fEntry2; in operator ++() 158 fEntry2 = (fEntry != nullptr) ? fEntry->next : nullptr; in operator ++() 186 const ListHead* fEntry2; member in AbstractLinkedList::AutoItenerator
|
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/faust-generated/ |
H A D | compressor.cc | 23 FAUSTFLOAT fEntry2; member in compressor::Dsp 92 #define fEntry2 (*fEntry2_) in compute() macro 98 double fSlow5 = double(fEntry2); in compute() 115 #undef fEntry2 in compute()
|
H A D | expander.cc | 14 FAUSTFLOAT fEntry2; member in expander::Dsp 90 #define fEntry2 (*fEntry2_) in compute() macro 95 double fSlow2 = (fSlow1 + double(fEntry2)); in compute() 112 #undef fEntry2 in compute()
|
H A D | gx_distortion.cc | 50 FAUSTFLOAT fEntry2; member in gx_distortion::Dsp 200 #define fEntry2 (*fEntry2_) in compute() macro 240 double fSlow32 = std::tan((fConst4 * double(fEntry2))); in compute() 372 #undef fEntry2 in compute()
|
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/faust-generated/ |
H A D | expander.cc | 13 FAUSTFLOAT fEntry2; member in expander::Dsp 101 double fSlow2 = (fSlow1 + double(fEntry2)); in compute() 142 …reg.registerFloatVar("expander.threshold","","S","",&fEntry2, -40.0, -96.0, 10.0, 0.10000000000000… in register_par()
|
H A D | compressor.cc | 19 FAUSTFLOAT fEntry2; member in compressor::Dsp 103 double fSlow4 = double(fEntry2); in compute() 141 …reg.registerFloatVar("compressor.threshold",N_("Threshold"),"S","",&fEntry2, -20.0, -96.0, 10.0, 0… in register_par()
|
H A D | gx_distortion.cc | 40 FAUSTFLOAT fEntry2; member in gx_distortion::Dsp 217 double fSlow32 = std::tan((fConst4 * double(fEntry2))); in compute() 361 …reg.registerFloatVar("gx_distortion.split_low_freq",N_("Split Lo"),"S","",&fEntry2, 250.0, 20.0, 6… in register_par()
|