Home
last modified time | relevance | path

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

12345

/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/dsp/
H A Dsequencer.c39 int cur_step; member
65 int nextBeatFrames = stepSize + s->cur_step * stepSize; in sequencer_process()
71 if( s->steps[s->cur_step] ) { in sequencer_process()
73 s->cb( frame, s->note, s->steps[s->cur_step], s->cb_user_data ); in sequencer_process()
75 s->cur_step++; in sequencer_process()
80 s->cur_step = 0; in sequencer_process()
101 s->cur_step = 0; in sequencer_reset_playhead()
110 s->cur_step = 0; in sequencer_reset()
193 assert( s->cur_step >= 0 ); in sequencer_get_current_step()
194 assert( s->cur_step < MAX_STEPS ); in sequencer_get_current_step()
[all …]
/dports/games/bstone/bstone-1.1.9/src/
H A Dmarkhack.cpp56 int cur_step = (32L * 65536L) / postheight; in generic_draw_post() local
58 int step = cur_step; in generic_draw_post()
59 cur_step /= 2; in generic_draw_post()
91 pixel_index = postsource[31 - (cur_step >> 16)]; in generic_draw_post()
114 pixel_index = postsource[32 + (cur_step >> 16)]; in generic_draw_post()
140 cur_step += step; in generic_draw_post()
/dports/devel/p5-Proc-ProcessTable/Proc-ProcessTable-0.634/contrib/
H A Dpctcpu_example.pl21 my $cur_step = 0;
34 my $cur_idx = $cur_step % $num_steps;
35 my $old_idx = ( $cur_step + 1 ) % $num_steps;
61 if ( $cur_step >= $num_steps ) {
78 $cur_step++;
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_iterator.f90256 integer :: cur_step local
260 cur_step = cur_step / this%step
264 cur_step = cur_step / this%step
266 cur_step = 0
421 integer :: cur_step local
424 cur_step = itt_steps(this%it2) * (cur_step-1) + itt_cur_step(this%it2)
585 integer :: cur_step local
588 cur_step = itt_steps(this%it2) * (cur_step-1) + itt_cur_step(this%it2)
763 integer :: cur_step local
766 cur_step = itt_steps(this%it3) * (cur_step-1) + itt_cur_step(this%it3)
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOB_HOMIN.cpp157 total_step = cur_step + MAX(xStep, yStep); in process_move()
186 cur_x = origin_x + (int)(go_x-origin_x) / (actualStep + 1 - cur_step); in process_move()
187 cur_y = origin_y + (int)(go_y-origin_y) / (actualStep + 1 - cur_step); in process_move()
191 if( cur_step > 3 ) // not allow changing direction so fast in process_move()
201 cur_step++; in process_move()
210 if( cur_step > total_step ) in process_move()
226 else if( total_step - cur_step <= 1 ) in process_move()
H A DOB_PROJ.cpp97 short z = short(z_coff * (cur_step+1) * (total_step+1 - cur_step )); in draw()
105 float dz = z_coff * (total_step - 2 * (cur_step) ); in draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/win/CreateTempFilesPerfEvaluation/
H A DCreateTempFilesPerfEval.cc46 void FormatPrintElapsedTime(UINT cur_step,
263 void FormatPrintElapsedTime(UINT cur_step, in FormatPrintElapsedTime() argument
267 if (cur_step % kFileCountPerMetric == 0) in FormatPrintElapsedTime()
268 count_prev = cur_step + 1 - kFileCountPerMetric; in FormatPrintElapsedTime()
269 else if (cur_step > kFileCountPerMetric) in FormatPrintElapsedTime()
270 count_prev = cur_step / kFileCountPerMetric * kFileCountPerMetric + 1; in FormatPrintElapsedTime()
271 printf(" [%5d - %5d] / %d --- %lld\n", count_prev, cur_step, total_step, in FormatPrintElapsedTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/win/CreateTempFilesPerfEvaluation/
H A DCreateTempFilesPerfEval.cc46 void FormatPrintElapsedTime(UINT cur_step,
263 void FormatPrintElapsedTime(UINT cur_step, in FormatPrintElapsedTime() argument
267 if (cur_step % kFileCountPerMetric == 0) in FormatPrintElapsedTime()
268 count_prev = cur_step + 1 - kFileCountPerMetric; in FormatPrintElapsedTime()
269 else if (cur_step > kFileCountPerMetric) in FormatPrintElapsedTime()
270 count_prev = cur_step / kFileCountPerMetric * kFileCountPerMetric + 1; in FormatPrintElapsedTime()
271 printf(" [%5d - %5d] / %d --- %lld\n", count_prev, cur_step, total_step, in FormatPrintElapsedTime()
/dports/math/blocksolve95/BlockSolve95/src/
H A DBSpar_isolve.c50 int cur_step, cur_phase; in BSpar_isolve() local
117 cur_step = 0; in BSpar_isolve()
121 while ((!done) && (cur_step < max_iter)) { in BSpar_isolve()
125 &cur_step,&cur_phase,procinfo)) { in BSpar_isolve()
133 if ((cur_step > 0) && (bestnm/bnorm < err_tol)) conv = TRUE; in BSpar_isolve()
166 return(-cur_step); in BSpar_isolve()
203 return(cur_step); in BSpar_isolve()
H A DBSpar_bcg.c47 FLOAT *p, FLOAT *cg_beta, FLOAT *cg_alpha, int *cur_step, int *cur_phase, in BSpar_bcg() argument
65 (*cur_step) = 1; in BSpar_bcg()
75 if ((*cur_step) == 1) { in BSpar_bcg()
106 (*cur_step)++; in BSpar_bcg()
H A DBSpar_sym_solve.c45 int cur_step, cur_phase; in BSpar_sym_solve() local
110 cur_step = 0; in BSpar_sym_solve()
112 while ((!done) && (cur_step < max_iter)) { in BSpar_sym_solve()
114 &cur_step,&cur_phase,BS,procinfo)) { in BSpar_sym_solve()
148 return(-cur_step); in BSpar_sym_solve()
193 return(cur_step); in BSpar_sym_solve()
/dports/accessibility/gammy/gammy-0.9.64/src/
H A Dgammactl.cpp195 const int cur_step = cfg["brt_step"]; in adjustBrightness() local
201 if (cur_step == target_step) { in adjustBrightness()
210 const int diff = target_step - cur_step; in adjustBrightness()
218 cfg["brt_step"] = int(std::round(easeOutExpo(time, cur_step, diff, duration_s))); in adjustBrightness()
355 int cur_step = cfg["temp_step"]; in adjustTemperature() local
358 if (cur_step == target_step) { in adjustTemperature()
366 const int diff = target_step - cur_step; in adjustTemperature()
374 cfg["temp_step"] = int(easeInOutQuad(time, cur_step, diff, duration_s)); in adjustTemperature()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/sound/decoder/
H A Dpc_speaker_stream.cpp90 cur_step = 0; in PCSpeakerSweepFreqStream()
112 for (i = 0; i < samples && cur_step < num_steps;) { in readBuffer()
138 cur_step++; in readBuffer()
145 if (cur_step >= num_steps) { //total_samples_played >= duration) in readBuffer()
174 cur_step = 0; in PCSpeakerRandomStream()
218 for (uint32 i = 0; i < samples && cur_step <= num_steps;) { in readBuffer()
231 cur_step++; in readBuffer()
240 if (cur_step >= num_steps) { //total_samples_played >= duration) in readBuffer()
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dio_utils.f9037 integer :: cur_step !< Keep track of the current step component
133 prog_info%cur_step = 0
177 prog_info%cur_step = step_
179 prog_info%cur_step = prog_info%cur_step + 1
181 step = prog_info%cur_step
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/misc/
H A Du6_line_walker.cpp73 cur_step = 0; in U6LineWalker()
82 if (cur_step >= max_length) in step()
91 cur_step++; in step()
/dports/security/afl++/AFLplusplus-3.14c/custom_mutators/examples/
H A Dexample.c34 int cur_step; member
196 data->cur_step = 0; in afl_custom_init_trim()
257 ++data->cur_step; in afl_custom_post_trim()
258 return data->cur_step; in afl_custom_post_trim()
/dports/chinese/libpinyin/libpinyin-2.3.0/src/lookup/
H A Dpinyin_lookup2.h116 lookup_value_t * cur_step,
119 lookup_value_t * cur_step,
123 bool save_next_step(int next_step_pos, lookup_value_t * cur_step, lookup_value_t * next_step);
H A Dpinyin_lookup2.cpp416 lookup_value_t * cur_step, in unigram_gen_next_step() argument
434 next_step.m_handles[0] = cur_step->m_handles[1]; next_step.m_handles[1] = token; in unigram_gen_next_step()
435 next_step.m_length = cur_step->m_length + phrase_length; in unigram_gen_next_step()
436 next_step.m_poss = cur_step->m_poss + log(elem_poss * pinyin_poss * unigram_lambda); in unigram_gen_next_step()
439 return save_next_step(end, cur_step, &next_step); in unigram_gen_next_step()
443 lookup_value_t * cur_step, in bigram_gen_next_step() argument
462 next_step.m_handles[0] = cur_step->m_handles[1]; next_step.m_handles[1] = token; in bigram_gen_next_step()
463 next_step.m_length = cur_step->m_length + phrase_length; in bigram_gen_next_step()
464 next_step.m_poss = cur_step->m_poss + in bigram_gen_next_step()
468 return save_next_step(end, cur_step, &next_step); in bigram_gen_next_step()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DFir_Resampler.cpp105 int cur_step = step; in set_rate_() local
110 cur_step += stereo; in set_rate_()
113 *out++ = (cur_step - width_ * 2 + 4) * sizeof (sample_t); in set_rate_()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DFir_Resampler.cpp105 int cur_step = step; in set_rate_() local
110 cur_step += stereo; in set_rate_()
113 *out++ = (cur_step - width_ * 2 + 4) * sizeof (sample_t); in set_rate_()
/dports/databases/mariadb104-client/mariadb-10.4.24/unittest/json_lib/
H A Djson_lib-t.c141 json_path_step_t *cur_step; in test_search() local
149 cur_step= p.steps; in test_search()
151 while (json_find_path(&je, &p, &cur_step, array_counters) == 0) in test_search()
/dports/databases/mariadb104-server/mariadb-10.4.24/unittest/json_lib/
H A Djson_lib-t.c141 json_path_step_t *cur_step; in test_search() local
149 cur_step= p.steps; in test_search()
151 while (json_find_path(&je, &p, &cur_step, array_counters) == 0) in test_search()
/dports/databases/mariadb105-client/mariadb-10.5.15/unittest/json_lib/
H A Djson_lib-t.c141 json_path_step_t *cur_step; in test_search() local
149 cur_step= p.steps; in test_search()
151 while (json_find_path(&je, &p, &cur_step, array_counters) == 0) in test_search()
/dports/databases/mariadb103-server/mariadb-10.3.34/unittest/json_lib/
H A Djson_lib-t.c141 json_path_step_t *cur_step; in test_search() local
149 cur_step= p.steps; in test_search()
151 while (json_find_path(&je, &p, &cur_step, array_counters) == 0) in test_search()
/dports/databases/mariadb103-client/mariadb-10.3.34/unittest/json_lib/
H A Djson_lib-t.c141 json_path_step_t *cur_step; in test_search() local
149 cur_step= p.steps; in test_search()
151 while (json_find_path(&je, &p, &cur_step, array_counters) == 0) in test_search()

12345