Home
last modified time | relevance | path

Searched refs:DemoType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Builds/Android/app/src/main/assets/
H A DDSPDemos_Common.h286 template <class DemoType>
288 public ProcessorWrapper<DemoType>,
330 static_cast<DemoType&> (this->processor).updateParameters(); in changeListenerCallback()
339 template <class DemoType>
476 currentDemo.reset (new DSPDemo<DemoType> (*transportSource)); in init()
682 std::unique_ptr<DSPDemo<DemoType>> currentDemo;
/dports/devel/juce/JUCE-f37e9a1/examples/Assets/
H A DDSPDemos_Common.h286 template <class DemoType>
288 public ProcessorWrapper<DemoType>,
330 static_cast<DemoType&> (this->processor).updateParameters(); in changeListenerCallback()
339 template <class DemoType>
476 currentDemo.reset (new DSPDemo<DemoType> (*transportSource)); in init()
682 std::unique_ptr<DSPDemo<DemoType>> currentDemo;
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_net.h83 typedef struct DemoType { struct
89 } DemoType; argument
H A Drt_net.c3233 if (demoptr >= (lastdemoptr-sizeof(DemoType))) in CheckForDemoOverflowed()
3248 DemoType * dtime; in RecordDemoCmd()
3251 dtime=(DemoType *)demoptr; in RecordDemoCmd()
3258 demoptr+=sizeof(DemoType); in RecordDemoCmd()
3271 DemoType * dtime; in AddDemoCmd()
3280 dtime=(DemoType *)demoptr; in AddDemoCmd()
3285 demoptr+=sizeof(DemoType); in AddDemoCmd()
3297 DemoType * dtime; in GetNextDemoTime()
3300 dtime=(DemoType *)demoptr; in GetNextDemoTime()