Home
last modified time | relevance | path

Searched defs:precache (Results 1 – 25 of 89) sorted by relevance

1234

/dports/audio/moc/moc-2.5.2/
H A Dplayer.c72 struct precache struct
74 char *file; /* the file to precache */ argument
75 char buf[2 * PCM_BUF_SIZE]; /* PCM buffer with precached data */ argument
77 int ok; /* 1 if precache succeed */ argument
79 struct decoder *f; /* decoder functions for precached file */ argument
81 int running; /* if the precache thread is running */ argument
82 pthread_t tid; /* tid of the precache thread */ argument
87 struct precache precache; argument
238 struct precache *precache = (struct precache *)data; in precache_thread() local
341 static void precache_wait (struct precache *precache) in precache_wait()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/include/
H A Dg_game.h43 DENG_EXTERN_C dd_bool precache; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dg_game.h48 DENG_EXTERN_C dd_bool precache; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Dg_game.h47 DENG_EXTERN_C dd_bool precache; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Dg_game.h47 DENG_EXTERN_C dd_bool precache; variable
/dports/games/warmux/warmux-11.04/src/sound/
H A Dsample_cache.cpp165 Mix_Chunk * precache = LoadSound( file_name ); in Precache() local
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/ffmpeg/
H A Davframe-queue.cpp84 void avframe_queue::precache(std::size_t count) in precache() function in avframe_queue
/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Db5compat.cpp49 void precache() in precache() function
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dm_misc.c151 dbool precache = TRUE; /* if TRUE, load all graphics at start */ variable
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Denginesubs.cpp143 void precache() in precache() function
/dports/games/prboom/prboom-2.5.0/src/
H A Dm_misc.c142 boolean precache = true; /* if true, load all graphics at start */ variable
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_font_cache_manager.pas164 procedure precache(from ,to_ : unsigned ); procedure
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dsnd_null.c29 cvar_t precache = {"precache", "1", CVAR_NONE}; variable
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_font_cache_manager.pas164 procedure precache(from ,to_ : unsigned ); procedure
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_font_cache_manager.pas164 procedure precache(from ,to_ : unsigned ); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_font_cache_manager.pas164 procedure precache(from ,to_ : unsigned ); procedure
/dports/games/quakeforge/quakeforge-0.7.2/libs/audio/renderer/
H A Dsnd_sfx.c56 static cvar_t *precache; variable
/dports/audio/zmusic/ZMusic-1.1.8/source/mididevices/
H A Dmusic_win_mididevice.cpp127 WinMIDIDevice::WinMIDIDevice(int dev_id, bool precache) in WinMIDIDevice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Main/
H A DSwiftConfig.hpp63 bool precache; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Main/
H A DSwiftConfig.hpp63 bool precache; member
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dgameconfigfile.cpp318 FBaseCVar *precache = FindCVar ("snd_midiprecache", NULL); in DoGlobalSetup() local
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DBranch.hs279 precache file branchcontent = do function
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dmetric_backend_intel_perfquery.cpp28 void Metric_INTEL_perfquery::precache() { in precache() function in Metric_INTEL_perfquery
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dm_misc.c161 dboolean precache = true; /* if true, load all graphics at start */ variable
/dports/games/jfsw/jfsw-c434002/src/
H A Dcache.c649 precache(void) in precache() function

1234