Home
last modified time | relevance | path

Searched refs:last_channel (Results 1 – 25 of 102) sorted by relevance

12345

/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Sound/
H A DJChunk.h149 if (Mix_GetChunk(last_channel) == chunk) in Pause()
151 Mix_Pause(last_channel); in Pause()
160 if (Mix_GetChunk(last_channel) == chunk) in Resume()
162 Mix_Resume(last_channel); in Resume()
171 if (Mix_GetChunk(last_channel) == chunk) in Halt()
173 Mix_HaltChannel(last_channel); in Halt()
184 Mix_FadeOutChannel(last_channel, ms); in FadeOut()
195 return 1 == Mix_Playing(last_channel); in IsPlaying()
208 return Mix_Paused(last_channel); in IsPaused()
222 return Mix_Fading(last_channel); in Fading()
[all …]
/dports/audio/umodplayer/umodplayer_B5.1/
H A Dnotes.c26 LOCAL int last_channel; variable
66 for (i = first_channel; i <= last_channel; ++i) { in DrawHead()
71 for (i = (first_channel - 1); i <= last_channel; ++i) { in DrawHead()
122 for (i = first_channel; i <= last_channel; ++i) { in DrawSong()
151 last_channel = channels; in NoteDisplay_Start()
154 last_channel = channels; in NoteDisplay_Start()
156 last_channel = y; in NoteDisplay_Start()
159 if (first_channel > last_channel) in NoteDisplay_Start()
160 first_channel = last_channel; in NoteDisplay_Start()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dsound.cc100 static int last_channel = -1; in play_sound()
103 && last_channel != -1 in play_sound()
104 && Mix_Playing(last_channel)) in play_sound()
106 Mix_HaltChannel(last_channel); in play_sound()
112 last_channel = Mix_PlayChannel(-1, sdl_sound_to_play, 0); in play_sound()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dnamco.c41 static sound_channel *last_channel; variable
107 for (voice = channel_list; voice < last_channel; voice++) in namco_update_mono()
207 for (voice = channel_list; voice < last_channel; voice++) in namco_update_stereo()
349 last_channel = channel_list + num_voices; in namco_sh_start()
366 for (voice = channel_list; voice < last_channel; voice++) in namco_sh_start()
409 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 5) in WRITE_HANDLER()
440 for (base = 8, voice = channel_list; voice < last_channel; voice++, base += 4) in WRITE_HANDLER()
481 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
515 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
526 if ((voice + 1) < last_channel) (voice + 1)->noise_sw = nssw; in WRITE_HANDLER()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sndhrdw/
H A Dwiping_sndhrdw.c37 static sound_channel *last_channel; variable
98 for (voice = channel_list; voice < last_channel; voice++) in wiping_update_mono()
182 last_channel = channel_list + num_voices; in wiping_sh_start()
191 for (voice = channel_list; voice < last_channel; voice++) in wiping_sh_start()
224 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
H A Dgomoku_sndhrdw.c36 static sound_channel *last_channel; variable
97 for (voice = channel_list; voice < last_channel; voice++) in gomoku_update_mono()
181 last_channel = channel_list + num_voices; in gomoku_sh_start()
190 for (voice = channel_list; voice < last_channel; voice++) in gomoku_sh_start()
223 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
H A Dflower_sndhrdw.c35 static sound_channel *last_channel; variable
96 for (voice = channel_list; voice < last_channel; voice++) in flower_update_mono()
174 last_channel = channel_list + num_voices; in flower_sh_start()
183 for (voice = channel_list; voice < last_channel; voice++) in flower_sh_start()
214 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A Dgomoku_sndhrdw.c36 static sound_channel *last_channel; variable
97 for (voice = channel_list; voice < last_channel; voice++) in gomoku_update_mono()
181 last_channel = channel_list + num_voices; in gomoku_sh_start()
190 for (voice = channel_list; voice < last_channel; voice++) in gomoku_sh_start()
223 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
H A Dwiping_sndhrdw.c37 static sound_channel *last_channel; variable
98 for (voice = channel_list; voice < last_channel; voice++) in wiping_update_mono()
182 last_channel = channel_list + num_voices; in wiping_sh_start()
191 for (voice = channel_list; voice < last_channel; voice++) in wiping_sh_start()
224 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
H A Dflower_sndhrdw.c35 static sound_channel *last_channel; variable
96 for (voice = channel_list; voice < last_channel; voice++) in flower_update_mono()
174 last_channel = channel_list + num_voices; in flower_sh_start()
183 for (voice = channel_list; voice < last_channel; voice++) in flower_sh_start()
214 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Dwiping.c42 static sound_channel *last_channel; variable
103 for (voice = channel_list; voice < last_channel; voice++) in wiping_update_mono()
190 last_channel = channel_list + num_voices; in wiping_sh_start()
199 for (voice = channel_list; voice < last_channel; voice++) in wiping_sh_start()
234 for (base = 0, voice = channel_list; voice < last_channel; voice++, base += 8) in WRITE_HANDLER()
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpage_patedit.c201 int last_channel; member
1142 if (selection.first_channel > selection.last_channel) { in normalise_block_selection()
1144 selection.first_channel = selection.last_channel; in normalise_block_selection()
1145 selection.last_channel = n; in normalise_block_selection()
1151 if (selection.last_channel < 1) selection.last_channel = 1; in normalise_block_selection()
1171 selection.last_channel = current_channel; in shift_selection_update()
1213 width = selection.last_channel - offset; in block_length_double()
1255 width = selection.last_channel - offset; in block_length_halve()
3461 selection.last_channel = current_channel; in pattern_editor_handle_alt_key()
3475 selection.last_channel = current_channel; in pattern_editor_handle_alt_key()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dnamco.c62 static sound_channel *last_channel; variable
182 for (voice = channel_list; voice < last_channel; voice++) in namco_update_mono()
253 for (voice = channel_list; voice < last_channel; voice++) in namco_update_stereo()
346 last_channel = channel_list + num_voices; in namco_sh_start()
388 for (voice = channel_list; voice < last_channel; voice++) in namco_sh_start()
721 if (++voice == last_channel) in WRITE_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dnamco.c61 static sound_channel *last_channel; variable
172 for (voice = channel_list; voice < last_channel; voice++) in namco_update_mono()
243 for (voice = channel_list; voice < last_channel; voice++) in namco_update_stereo()
342 last_channel = channel_list + num_voices; in namco_sh_start()
378 for (voice = channel_list; voice < last_channel; voice++) in namco_sh_start()
695 if (++voice == last_channel) in WRITE_HANDLER()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Di8257.cpp352 int last_channel = m_last_channel; in next_channel() local
356 priority[channel] = last_channel; in next_channel()
357 last_channel--; in next_channel()
358 if (last_channel < 0) last_channel = 3; in next_channel()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Di8257.cpp352 int last_channel = m_last_channel; in next_channel() local
356 priority[channel] = last_channel; in next_channel()
357 last_channel--; in next_channel()
358 if (last_channel < 0) last_channel = 3; in next_channel()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dnamco_snd.cpp37 sound_channel *last_channel; member
146 for (voice = chip->channel_list; voice < chip->last_channel; voice++) in NamcoSoundUpdate()
240 for (voice = chip->channel_list; voice < chip->last_channel; voice++) in NamcoSoundUpdateStereo()
434 if (++voice == chip->last_channel) in namcos1_sound_write()
592 for (voice = chip->channel_list; voice < chip->last_channel; voice++) in NamcoSoundReset()
620 chip->last_channel = chip->channel_list + chip->num_voices; in NamcoSoundInit()
642 for (voice = chip->channel_list; voice < chip->last_channel; voice++) in NamcoSoundInit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dpolicy.c35 unsigned int last_channel; member
57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
138 policy_node->last_channel); in stp_policy_node_channels_show()
169 policy_node->last_channel = last; in stp_policy_node_channels_store()
262 policy_node->last_channel = policy->stm->data->sw_nchannels - 1; in stp_policy_node_make()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dpolicy.c35 unsigned int last_channel; member
57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
138 policy_node->last_channel); in stp_policy_node_channels_show()
169 policy_node->last_channel = last; in stp_policy_node_channels_store()
262 policy_node->last_channel = policy->stm->data->sw_nchannels - 1; in stp_policy_node_make()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwtracing/stm/
H A Dpolicy.c35 unsigned int last_channel; member
57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
138 policy_node->last_channel); in stp_policy_node_channels_show()
169 policy_node->last_channel = last; in stp_policy_node_channels_store()
262 policy_node->last_channel = policy->stm->data->sw_nchannels - 1; in stp_policy_node_make()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dnamco_snd.cpp37 sound_channel *last_channel; member
234 for (voice = chip->channel_list; voice < chip->last_channel; voice++) in NamcoSoundUpdate_INT()
319 for (voice = chip->channel_list; voice < chip->last_channel; voice++) in NamcoSoundUpdateStereo_INT()
517 if (++voice == chip->last_channel) in namcos1_sound_write()
677 for (voice = chip->channel_list; voice < chip->last_channel; voice++) in NamcoSoundReset()
707 chip->last_channel = chip->channel_list + chip->num_voices; in NamcoSoundInit()
729 for (voice = chip->channel_list; voice < chip->last_channel; voice++) in NamcoSoundInit()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/audio/
H A Dags_audio_test.c1236 AgsChannel *output, *current, *last_channel; in ags_audio_test_finalize_linked_channel() local
1396 last_channel = test_finalize_linked_channel.slave_2->output; in ags_audio_test_finalize_linked_channel()
1401 CU_ASSERT(output->last_recycling == last_channel->last_recycling); in ags_audio_test_finalize_linked_channel()
1404 last_channel = last_channel->next; in ags_audio_test_finalize_linked_channel()
1434 last_channel = test_finalize_linked_channel.slave_2->output; in ags_audio_test_finalize_linked_channel()
1441 CU_ASSERT(output->first_recycling == last_channel->first_recycling); in ags_audio_test_finalize_linked_channel()
1442 CU_ASSERT(output->last_recycling == last_channel->last_recycling); in ags_audio_test_finalize_linked_channel()
1445 last_channel = last_channel->next; in ags_audio_test_finalize_linked_channel()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DUserListModel.cpp84 case COL_LASTCHANNEL: return pathForChannelId(user.last_channel()); in data()
92 case COL_LASTCHANNEL: return tr("Channel ID: %1").arg(user.last_channel()); in data()
98 case COL_LASTCHANNEL: return user.last_channel(); in data()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DUserListModel.cpp84 case COL_LASTCHANNEL: return pathForChannelId(user.last_channel()); in data()
92 case COL_LASTCHANNEL: return tr("Channel ID: %1").arg(user.last_channel()); in data()
98 case COL_LASTCHANNEL: return user.last_channel(); in data()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dpacketsource.h268 virtual int FetchChannel() { return last_channel; } in FetchChannel()
365 int last_channel; variable

12345