Home
last modified time | relevance | path

Searched refs:CacheClear (Results 1 – 17 of 17) sorted by relevance

/dports/devel/tclvfs/tclvfs-20080503/library/template/
H A Dtemplatevfs.tcl214 CacheClear $to
231 CacheClear $virtualName
235 CacheClear $virtualName
260 CacheClear $virtualName
318 CacheClear $virtualName
339 CacheClear $virtualName
507 proc CacheClear {file} { procedure
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DGeoid.cpp395 void Geoid::CacheClear() const { in CacheClear() function in GeographicLib::Geoid
412 CacheClear(); in CacheArea()
456 CacheClear(); in CacheArea()
484 CacheClear(); in CacheArea()
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/NETGeographicLib/
H A DGeoid.cpp77 void Geoid::CacheClear() in CacheClear() function in Geoid
79 m_pGeoid->CacheClear(); in CacheClear()
H A DGeoid.h173 void CacheClear();
/dports/devel/go-glide/glide-0.13.2/action/
H A Dcache.go11 func CacheClear() { func
/dports/www/bolt/bolt-2.2.24/src/Nut/
H A DCacheClear.php11 class CacheClear extends BaseCommand class
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/cmake/
H A Dutil.cmake11 Function(CacheClear Name) function
/dports/www/bolt/bolt-2.2.24/src/Provider/
H A DNutServiceProvider.php34 new Nut\CacheClear($app),
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DGeoid.hpp265 void CacheClear() const;
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/hw_cpu/v810/
H A Dv810_cpu.h323 void CacheClear(v810_timestamp_t &timestamp, uint32 start, uint32 count);
H A Dv810_cpu.cpp129 void V810::CacheClear(v810_timestamp_t &timestamp, uint32 start, uint32 count) in CacheClear() function in V810
522 CacheClear(timestamp, (value >> 20) & 0xFFF, (value >> 8) & 0xFFF); in SetSREG()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/hw_cpu/v810/
H A Dv810_cpu.h319 void CacheClear(v810_timestamp_t &timestamp, uint32 start, uint32 count);
H A Dv810_cpu.cpp130 void V810::CacheClear(v810_timestamp_t &timestamp, uint32 start, uint32 count) in CacheClear() function in V810
555 case 0x01: CacheClear(timestamp, (value >> 20) & 0xFFF, (value >> 8) & 0xFFF); in SetSREG()
/dports/emulators/mednafen/mednafen/src/hw_cpu/v810/
H A Dv810_cpu.h330 void CacheClear(v810_timestamp_t &timestamp, uint32 start, uint32 count);
H A Dv810_cpu.cpp132 void V810::CacheClear(v810_timestamp_t &timestamp, uint32 start, uint32 count) in CacheClear() function in Mednafen::V810
548 case 0x01: CacheClear(timestamp, (value >> 20) & 0xFFF, (value >> 8) & 0xFFF); in SetSREG()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dncview.cpp134 void CacheClear();
196 CacheClear(); in CheckStat()
237 void VFile::CacheClear() in CacheClear() function in VFile
263 CacheClear(); in ~VFile()
/dports/devel/go-glide/glide-0.13.2/
H A Dglide.go726 action.CacheClear()