Home
last modified time | relevance | path

Searched refs:sound_cache (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Dexidy440.c85 static sound_cache_entry *sound_cache; variable
187 sound_cache = (struct sound_cache_entry*)malloc(length); in exidy440_sh_start()
188 if (!sound_cache) in exidy440_sh_start()
192 sound_cache_max = (sound_cache_entry *)((UINT8 *)sound_cache + length); in exidy440_sh_start()
199 free(sound_cache); in exidy440_sh_start()
200 sound_cache = NULL; in exidy440_sh_start()
224 if (sound_cache) in exidy440_sh_stop()
225 free(sound_cache); in exidy440_sh_stop()
226 sound_cache = NULL; in exidy440_sh_stop()
667 sound_cache_end = sound_cache; in reset_sound_cache()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dsound.cpp164 std::list<sound_cache_chunk> sound_cache; variable
466 sound_cache.clear(); in close_sound()
533 sound_cache.remove_if([](const sound_cache_chunk& c) { in stop_sound()
548 sound_cache.remove_if([](const sound_cache_chunk& c) { in stop_bell()
559 sound_cache.remove_if([](const sound_cache_chunk& c) { in stop_UI_sound()
860 it_bgn = sound_cache.begin(), it_end = sound_cache.end(); in load_chunk()
870 sound_cache.splice(it_bgn, sound_cache, it); in load_chunk()
873 bool cache_full = (sound_cache.size() == max_cached_chunks); in load_chunk()
878 sound_cache.erase(it); in load_chunk()
904 sound_cache.push_front(temp_chunk); in load_chunk()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Dexidy440_sndhrdw.c85 static sound_cache_entry *sound_cache; variable
187 sound_cache = auto_malloc(length); in exidy440_sh_start()
188 if (!sound_cache) in exidy440_sh_start()
192 sound_cache_max = (sound_cache_entry *)((UINT8 *)sound_cache + length); in exidy440_sh_start()
642 sound_cache_end = sound_cache; in reset_sound_cache()
677 for (current = sound_cache; current < sound_cache_end; current = current->next) in find_or_add_to_sound_cache()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A Dexidy440_sndhrdw.c85 static sound_cache_entry *sound_cache; variable
187 sound_cache = auto_malloc(length); in exidy440_sh_start()
188 if (!sound_cache) in exidy440_sh_start()
192 sound_cache_max = (sound_cache_entry *)((UINT8 *)sound_cache + length); in exidy440_sh_start()
642 sound_cache_end = sound_cache; in reset_sound_cache()
677 for (current = sound_cache; current < sound_cache_end; current = current->next) in find_or_add_to_sound_cache()
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dsound.c76 struct sound_cache { struct
86 static struct sound_cache SFX_cache; argument
/dports/games/fkiss/fkiss-0.33/
H A Dextern.h276 public int sound_cache();
H A Dsound.c580 int sound_cache(name) in sound_cache() function
H A Dkisseve.c1496 if (sound_cache(p->pathname) >= 0) { in preload_sound_cache()