Home
last modified time | relevance | path

Searched refs:i_stop (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_fourier_transform_util.c104 guint i, i_stop; in ags_fourier_transform_util_compute_stft_s8() local
150 guint i, i_stop; in ags_fourier_transform_util_compute_stft_s16() local
196 guint i, i_stop; in ags_fourier_transform_util_compute_stft_s24() local
242 guint i, i_stop; in ags_fourier_transform_util_compute_stft_s32() local
288 guint i, i_stop; in ags_fourier_transform_util_compute_stft_s64() local
334 guint i, i_stop; in ags_fourier_transform_util_compute_stft_float() local
378 guint i, i_stop; in ags_fourier_transform_util_compute_stft_double() local
422 guint i, i_stop; in ags_fourier_transform_util_compute_stft_complex() local
466 guint i, i_stop; in ags_fourier_transform_util_inverse_stft_s8() local
510 guint i, i_stop; in ags_fourier_transform_util_inverse_stft_s16() local
[all …]
H A Dags_volume_util.c475 guint i, i_stop; in ags_volume_util_compute_s8() local
491 for(; i < i_stop;){ in ags_volume_util_compute_s8()
524 for(; i < i_stop;){ in ags_volume_util_compute_s8()
558 for(; i < i_stop;){ in ags_volume_util_compute_s8()
597 guint i, i_stop; in ags_volume_util_compute_s16() local
613 for(; i < i_stop;){ in ags_volume_util_compute_s16()
719 guint i, i_stop; in ags_volume_util_compute_s24() local
841 guint i, i_stop; in ags_volume_util_compute_s32() local
963 guint i, i_stop; in ags_volume_util_compute_s64() local
1085 guint i, i_stop; in ags_volume_util_compute_float() local
[all …]
H A Dags_synth_util.c1084 guint i, i_stop; in ags_synth_util_compute_sin_s8() local
1245 guint i, i_stop; in ags_synth_util_compute_sin_s16() local
1406 guint i, i_stop; in ags_synth_util_compute_sin_s24() local
1567 guint i, i_stop; in ags_synth_util_compute_sin_s32() local
1728 guint i, i_stop; in ags_synth_util_compute_sin_s64() local
1889 guint i, i_stop; in ags_synth_util_compute_sin_float() local
2536 guint i_stop; in ags_synth_util_sin_complex() local
4163 guint i_stop; in ags_synth_util_sawtooth_complex() local
5860 guint i_stop; in ags_synth_util_triangle_complex() local
7475 guint i_stop; in ags_synth_util_square_complex() local
[all …]
H A Dags_peak_util.c516 guint i, i_stop; in ags_peak_util_compute_s8() local
532 for(; i < i_stop;){ in ags_peak_util_compute_s8()
637 for(; i < i_stop;){ in ags_peak_util_compute_s8()
829 guint i, i_stop; in ags_peak_util_compute_s16() local
845 for(; i < i_stop;){ in ags_peak_util_compute_s16()
950 for(; i < i_stop;){ in ags_peak_util_compute_s16()
1142 guint i, i_stop; in ags_peak_util_compute_s24() local
1455 guint i, i_stop; in ags_peak_util_compute_s32() local
1768 guint i, i_stop; in ags_peak_util_compute_s64() local
2081 guint i, i_stop; in ags_peak_util_compute_float() local
[all …]
H A Dags_envelope_util.c518 guint i, i_stop; in ags_envelope_util_compute_s8() local
536 for(; i < i_stop;){ in ags_envelope_util_compute_s8()
582 for(; i < i_stop;){ in ags_envelope_util_compute_s8()
624 for(; i < i_stop;){ in ags_envelope_util_compute_s8()
666 guint i, i_stop; in ags_envelope_util_compute_s16() local
684 for(; i < i_stop;){ in ags_envelope_util_compute_s16()
814 guint i, i_stop; in ags_envelope_util_compute_s24() local
962 guint i, i_stop; in ags_envelope_util_compute_s32() local
1110 guint i, i_stop; in ags_envelope_util_compute_s64() local
1258 guint i, i_stop; in ags_envelope_util_compute_float() local
[all …]
H A Dags_recall_dssi_run.c387 guint i, i_stop; in ags_recall_dssi_run_run_init_pre() local
461 i_stop = output_lines; in ags_recall_dssi_run_run_init_pre()
463 i_stop = input_lines; in ags_recall_dssi_run_run_init_pre()
468 if(i_stop > 0){ in ags_recall_dssi_run_run_init_pre()
478 for(i = 0; i < i_stop; i++){ in ags_recall_dssi_run_run_init_pre()
505 for(i = 0; i < i_stop; i++){ in ags_recall_dssi_run_run_init_pre()
562 guint i, i_stop; in ags_recall_dssi_run_run_pre() local
670 i_stop = output_lines; in ags_recall_dssi_run_run_pre()
672 i_stop = input_lines; in ags_recall_dssi_run_run_pre()
734 for(i = 0; i < i_stop; i++){ in ags_recall_dssi_run_run_pre()
[all …]
H A Dags_recall_ladspa_run.c209 guint i, i_stop; in ags_recall_ladspa_run_run_init_pre() local
282 i_stop = output_lines; in ags_recall_ladspa_run_run_init_pre()
284 i_stop = input_lines; in ags_recall_ladspa_run_run_init_pre()
289 if(i_stop > 0){ in ags_recall_ladspa_run_run_init_pre()
290 ladspa_handle = (LADSPA_Handle *) malloc(i_stop * in ags_recall_ladspa_run_run_init_pre()
294 recall_ladspa_run->audio_channels = i_stop; in ags_recall_ladspa_run_run_init_pre()
299 for(i = 0; i < i_stop; i++){ in ags_recall_ladspa_run_run_init_pre()
317 for(i = 0; i < i_stop; i++){ in ags_recall_ladspa_run_run_init_pre()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/file/
H A Dags_ipatch_sf2_reader.c886 guint i, i_stop; in ags_ipatch_sf2_reader_get_preset_all() local
910 if(i_stop > 0){ in ags_ipatch_sf2_reader_get_preset_all()
953 guint i, i_stop; in ags_ipatch_sf2_reader_get_instrument_all() local
977 if(i_stop > 0){ in ags_ipatch_sf2_reader_get_instrument_all()
1020 guint i, i_stop; in ags_ipatch_sf2_reader_get_sample_all() local
1044 if(i_stop > 0){ in ags_ipatch_sf2_reader_get_sample_all()
1092 guint i, i_stop; in ags_ipatch_sf2_reader_get_instrument_by_preset_index() local
1120 if(i_stop > 0 && preset_index < i_stop){ in ags_ipatch_sf2_reader_get_instrument_by_preset_index()
1184 guint i, i_stop; in ags_ipatch_sf2_reader_get_sample_by_preset_index() local
1300 guint i, i_stop; in ags_ipatch_sf2_reader_get_sample_by_preset_and_instrument_index() local
[all …]
H A Dags_ipatch_dls2_reader.c821 guint i, i_stop; in ags_ipatch_dls2_reader_get_instrument_all() local
843 i_stop = ipatch_iter_count(&instrument_iter); in ags_ipatch_dls2_reader_get_instrument_all()
845 if(i_stop > 0){ in ags_ipatch_dls2_reader_get_instrument_all()
850 for(i = 0; i < i_stop; i++){ in ags_ipatch_dls2_reader_get_instrument_all()
893 guint i, i_stop; in ags_ipatch_dls2_reader_get_sample_all() local
915 i_stop = ipatch_iter_count(&sample_iter); in ags_ipatch_dls2_reader_get_sample_all()
917 if(i_stop > 0){ in ags_ipatch_dls2_reader_get_sample_all()
922 for(i = 0; i < i_stop; i++){ in ags_ipatch_dls2_reader_get_sample_all()
971 guint i, i_stop; in ags_ipatch_dls2_reader_get_sample_by_instrument_index() local
996 i_stop = ipatch_iter_count(&instrument_iter); in ags_ipatch_dls2_reader_get_sample_by_instrument_index()
[all …]
H A Dags_ipatch_gig_reader.c808 guint i, i_stop; in ags_ipatch_gig_reader_get_instrument_all() local
830 i_stop = ipatch_iter_count(&instrument_iter); in ags_ipatch_gig_reader_get_instrument_all()
832 if(i_stop > 0){ in ags_ipatch_gig_reader_get_instrument_all()
837 for(i = 0; i < i_stop; i++){ in ags_ipatch_gig_reader_get_instrument_all()
880 guint i, i_stop; in ags_ipatch_gig_reader_get_sample_all() local
902 i_stop = ipatch_iter_count(&sample_iter); in ags_ipatch_gig_reader_get_sample_all()
904 if(i_stop > 0){ in ags_ipatch_gig_reader_get_sample_all()
909 for(i = 0; i < i_stop; i++){ in ags_ipatch_gig_reader_get_sample_all()
958 guint i, i_stop; in ags_ipatch_gig_reader_get_sample_by_instrument_index() local
983 i_stop = ipatch_iter_count(&instrument_iter); in ags_ipatch_gig_reader_get_sample_by_instrument_index()
[all …]
H A Dags_sound_resource.c406 guint i, i_start, i_stop; in ags_sound_resource_read_audio_signal() local
446 i_stop = audio_channels; in ags_sound_resource_read_audio_signal()
449 i_stop = i_start + 1; in ags_sound_resource_read_audio_signal()
473 for(i = i_start; i < i_stop; i++){ in ags_sound_resource_read_audio_signal()
600 guint i, i_start, i_stop; in ags_sound_resource_read_wave() local
640 i_stop = audio_channels; in ags_sound_resource_read_wave()
645 i_stop = i_start + 1; in ags_sound_resource_read_wave()
669 for(i = i_start; i < i_stop; i++){ in ags_sound_resource_read_wave()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_animation_window.c226 guint i, i_stop; in ags_animation_window_draw() local
239 i_stop = g_list_length(start_list); in ags_animation_window_draw()
242 if(animation_window->message_count >= i_stop){ in ags_animation_window_draw()
263 y0 = (gdouble) animation_window->text_box_y0 + (i_stop * 12.0); in ags_animation_window_draw()
292 for(i = 0; i < i_stop; i++){ in ags_animation_window_draw()
329 animation_window->message_count = i_stop; in ags_animation_window_draw()
353 guint i_stop; in ags_animation_window_progress_timeout() local
359 i_stop = g_list_length(start_list); in ags_animation_window_progress_timeout()
361 if(animation_window->message_count < i_stop){ in ags_animation_window_progress_timeout()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/osc/controller/
H A Dags_osc_meter_controller.c1235 i_stop); in ags_osc_meter_controller_monitor_meter_audio()
2541 i_stop); in ags_osc_meter_controller_monitor_meter_recall()
3525 i_stop, in ags_osc_meter_controller_expand_path_audio()
3755 i_stop, in ags_osc_meter_controller_expand_path_audio()
3811 i_stop, in ags_osc_meter_controller_expand_path_audio()
3868 i_stop = 0; in ags_osc_meter_controller_expand_path_audio()
3871 i_stop, in ags_osc_meter_controller_expand_path_audio()
4120 i_stop, in ags_osc_meter_controller_expand_path_channel()
4176 i_stop, in ags_osc_meter_controller_expand_path_channel()
4451 i_stop, in ags_osc_meter_controller_expand_path_recall()
[all …]
H A Dags_osc_renew_controller.c1033 guint i_stop; in ags_osc_renew_controller_set_data_audio() local
1041 i_stop); in ags_osc_renew_controller_set_data_audio()
1358 guint i_stop; in ags_osc_renew_controller_set_data_audio() local
2012 guint i_stop; in ags_osc_renew_controller_set_data_channel() local
2537 i_stop); in ags_osc_renew_controller_set_data_recall()
3419 guint i_stop; in ags_osc_renew_controller_real_set_data() local
3427 i_stop); in ags_osc_renew_controller_real_set_data()
3651 guint i_stop; in ags_osc_renew_controller_real_set_data() local
3659 i_stop); in ags_osc_renew_controller_real_set_data()
3883 guint i_stop; in ags_osc_renew_controller_real_set_data() local
[all …]
H A Dags_osc_node_controller.c1285 guint i_stop; in ags_osc_node_controller_get_data_audio() local
1293 i_stop); in ags_osc_node_controller_get_data_audio()
1598 guint i_stop; in ags_osc_node_controller_get_data_audio() local
2325 guint i_stop; in ags_osc_node_controller_get_data_channel() local
2842 i_stop); in ags_osc_node_controller_get_data_recall()
3873 guint i_stop; in ags_osc_node_controller_real_get_data() local
3881 i_stop); in ags_osc_node_controller_real_get_data()
4108 guint i_stop; in ags_osc_node_controller_real_get_data() local
4116 i_stop); in ags_osc_node_controller_real_get_data()
4340 guint i_stop; in ags_osc_node_controller_real_get_data() local
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/plugins/codecs/ndlz/
H A Dndlz8x8.c137 uint32_t i_stop[2]; in ndlz8_compress() local
139 i_stop[i] = (blockshape[i] + cell_shape - 1) / cell_shape; in ndlz8_compress()
146 for (ii[0] = 0; ii[0] < i_stop[0]; ++ii[0]) { in ndlz8_compress()
147 for (ii[1] = 0; ii[1] < i_stop[1]; ++ii[1]) { // for each cell in ndlz8_compress()
168 if (ii[0] == i_stop[0] - 1) { in ndlz8_compress()
173 if (ii[1] == i_stop[1] - 1) { in ndlz8_compress()
464 uint32_t i_stop[2]; in ndlz8_decompress() local
466 i_stop[i] = eshape[i] / cell_shape; in ndlz8_decompress()
476 for (ii[0] = 0; ii[0] < i_stop[0]; ++ii[0]) { in ndlz8_decompress()
484 if (ii[0] == i_stop[0] - 1) { in ndlz8_decompress()
[all …]
H A Dndlz4x4.c133 uint32_t i_stop[2]; in ndlz4_compress() local
135 i_stop[i] = (blockshape[i] + 3) / 4; in ndlz4_compress()
141 for (ii[0] = 0; ii[0] < i_stop[0]; ++ii[0]) { in ndlz4_compress()
158 …if (((blockshape[0] % 4 != 0) && (ii[0] == i_stop[0] - 1)) || ((blockshape[1] % 4 != 0) && (ii[1] … in ndlz4_compress()
161 if (ii[0] == i_stop[0] - 1) { in ndlz4_compress()
166 if (ii[1] == i_stop[1] - 1) { in ndlz4_compress()
542 uint32_t i_stop[2]; in ndlz4_decompress() local
544 i_stop[i] = eshape[i] / 4; in ndlz4_decompress()
553 for (ii[0] = 0; ii[0] < i_stop[0]; ++ii[0]) { in ndlz4_decompress()
559 if (ii[0] == i_stop[0] - 1) { in ndlz4_decompress()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dsubtitle.c134 int64_t i_stop; member
872 if( p_subtitle->i_stop >= 0 && p_subtitle->i_stop >= p_subtitle->i_start ) in Demux()
993 int i_stop; in ParseMicroDvd() local
1007 i_stop = -1; in ParseMicroDvd()
1032 p_subtitle->i_stop = i_stop >= 0 ? (i_stop * p_props->i_microsecperframe) : -1; in ParseMicroDvd()
1458 p_subtitle->i_stop = -1; in ParseSami()
1505 p_subtitle->i_stop = -1; in ParseDVDSubtitle()
1560 int i_stop; in ParseMPL2() local
1570 i_stop = -1; in ParseMPL2()
1575 p_subtitle->i_stop = i_stop >= 0 ? ((int64_t)i_stop * 100000) : -1; in ParseMPL2()
[all …]
H A Dwebvtt.c88 if( a->i_stop > b->i_stop ) in cue_Compare()
91 return ( a->i_stop < b->i_stop ) ? 1 : 0; in cue_Compare()
219 if( p_cue->i_stop > p_sys->i_length ) in ParserCueDoneHandler()
220 p_sys->i_length = p_cue->i_stop; in ParserCueDoneHandler()
243 p_sys->index.p_array[p_sys->index.i_count++].time = p_cue->i_stop; in ParserCueDoneHandler()
286 if( p_cue->i_stop >= 0 && p_cue->i_stop >= p_cue->i_start ) in StreamParserCueDoneHandler()
287 p_block->i_length = p_cue->i_stop - p_cue->i_start; in StreamParserCueDoneHandler()
362 else if( p_cue->i_start <= i_start && p_cue->i_stop > i_start ) in demux_Range()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dtce_hash.F18 integer i_stop,j_stop,k_stop,l_stop
50 i_stop=hash(2*(length+1)+(middle+1)+1)
58 pos1_u=indx_point(i_stop,j_stop,noa+nva)
102 if((i.eq.i_stop).and.(j.eq.j_stop).and.(k.eq.k_stop).and.
156 integer i_stop,j_stop,k_stop,l_stop
185 i_stop=hash(2*(length+1)+(middle+1)+1)
193 pos1_u=index_point(i_stop,j_stop,noa+nva)
240 if((i.eq.i_stop).and.(j.eq.j_stop).and.(k.eq.k_stop).and.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dtce_hash.F18 integer i_stop,j_stop,k_stop,l_stop
50 i_stop=hash(2*(length+1)+(middle+1)+1)
58 pos1_u=indx_point(i_stop,j_stop,noa+nva)
102 if((i.eq.i_stop).and.(j.eq.j_stop).and.(k.eq.k_stop).and.
156 integer i_stop,j_stop,k_stop,l_stop
185 i_stop=hash(2*(length+1)+(middle+1)+1)
193 pos1_u=index_point(i_stop,j_stop,noa+nva)
240 if((i.eq.i_stop).and.(j.eq.j_stop).and.(k.eq.k_stop).and.
/dports/audio/gsequencer/gsequencer-3.10.4/ags/plugin/
H A Dags_vst3_plugin.c223 guint i, i_stop; in ags_vst3_plugin_instantiate() local
250 i_stop = ags_vst_iplugin_factory_count_classes(iplugin_factory); in ags_vst3_plugin_instantiate()
252 for(i = 0; i < i_stop; i++){ in ags_vst3_plugin_instantiate()
347 guint i, i_stop; in ags_vst3_plugin_load_plugin() local
410 i_stop = ags_vst_iplugin_factory_count_classes(iplugin_factory); in ags_vst3_plugin_load_plugin()
412 for(i = 0; i < i_stop; i++){ in ags_vst3_plugin_load_plugin()
461i_stop = ags_vst_iedit_controller_get_parameter_count(AGS_VST3_PLUGIN(base_plugin)->iedit_controll… in ags_vst3_plugin_load_plugin()
463 for(i = 0; i < i_stop; i++){ in ags_vst3_plugin_load_plugin()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/webvtt/
H A Dwebvtt.c240 mtime_t i_start, i_stop; in webvtt_text_parser_Feed() local
243 webvtt_scan_time( psz_split + 5, &i_stop ) && i_start <= i_stop ) in webvtt_text_parser_Feed()
255 p->p_cue->i_stop = i_stop; in webvtt_text_parser_Feed()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/playlist/
H A Dram.c207 int i_options = 0, i_start = 0, i_stop = 0; in ReadDir() local
294 i_stop = ParseTime( psz_value, strlen( psz_value ) ); in ReadDir()
296 if( i_stop ) in ReadDir()
298 if( asprintf( &temp, ":stop-time=%d", i_stop ) != -1 ) in ReadDir()
369 i_stop = 0; in ReadDir()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/recall/
H A Dags_play_dssi_audio_run.c786 guint i, i_stop; in ags_play_dssi_audio_run_resolve_dependency() local
816 i_stop = 2; in ags_play_dssi_audio_run_resolve_dependency()
877 unsigned long i, i_stop; in ags_play_dssi_audio_run_run_init_pre() local
945 i_stop = output_lines; in ags_play_dssi_audio_run_run_init_pre()
947 i_stop = input_lines; in ags_play_dssi_audio_run_run_init_pre()
952 if(i_stop > 0){ in ags_play_dssi_audio_run_run_init_pre()
963 for(i = 0; i < i_stop; i++){ in ags_play_dssi_audio_run_run_init_pre()
991 for(i = 0; i < i_stop; i++){ in ags_play_dssi_audio_run_run_init_pre()
1045 unsigned long i, i_stop; in ags_play_dssi_audio_run_run_pre() local
1277 i_stop = output_lines; in ags_play_dssi_audio_run_run_pre()
[all …]

1234567