Home
last modified time | relevance | path

Searched refs:SyncOff (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.h99 enum SynchronousPragma { SyncOff = 0, SyncNormal = 1, SyncFull = 2 }; enumerator
/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstApu.cpp225 updater = &Apu::SyncOff; in Reset()
748 void NST_FASTCALL Apu::SyncOff(const Cycle target) in SyncOff() function in Nes::Core::Apu
769 ….audible ? (cycles.extCounter == Cpu::CYCLE_MAX ? &Apu::SyncOn : &Apu::SyncOnExt) : &Apu::SyncOff); in BeginFrame()
856 NST_ASSERT( (stream && settings.audible) == (updater != &Apu::SyncOff) ); in EndFrame()
858 if (updater != &Apu::SyncOff) in EndFrame()
H A DNstApu.hpp304 void NST_FASTCALL SyncOff (Cycle);
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstApu.cpp225 updater = &Apu::SyncOff; in Reset()
743 void NST_FASTCALL Apu::SyncOff(const Cycle target) in SyncOff() function in Nes::Core::Apu
764 ….audible ? (cycles.extCounter == Cpu::CYCLE_MAX ? &Apu::SyncOn : &Apu::SyncOnExt) : &Apu::SyncOff); in BeginFrame()
851 NST_ASSERT( (stream && settings.audible) == (updater != &Apu::SyncOff) ); in EndFrame()
853 if (updater != &Apu::SyncOff) in EndFrame()
H A DNstApu.hpp304 void NST_FASTCALL SyncOff (Cycle);