Home
last modified time | relevance | path

Searched refs:repeat_cnt (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-mgmt/crmsh/crmsh-4.3.1/test/
H A Devaltest.sh55 s/%i/$repeat_cnt/g
85 while [ $repeat_cnt -le $repeat_limit ]; do
88 repeat_cnt=$(($repeat_cnt+1))
90 repeat_limit=1 repeat_cnt=1
96 repeat_limit=1 repeat_cnt=1
H A DREADME.regression119 s/%i/$repeat_cnt/g
/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_OPER2_POWER.cc115 ShapeItem repeat_cnt = N->get_ravel(0).get_checked_near_int(); in eval_form_1() local
119 if (repeat_cnt == 0) in eval_form_1()
125 if (repeat_cnt < 0) // inverse in eval_form_1()
131 repeat_cnt = - repeat_cnt; in eval_form_1()
134 if (repeat_cnt == 1) in eval_form_1()
144 Token N(TOK_APL_VALUE1, IntScalar(repeat_cnt, LOC)); in eval_form_1()
164 if (--repeat_cnt == 0) return result; in eval_form_1()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lrm/test/
H A Devaltest.sh122 s/%i/$repeat_cnt/g
145 while [ $repeat_cnt -le $repeat_limit ]; do
148 repeat_cnt=$(($repeat_cnt+1))
150 repeat_limit=1 repeat_cnt=1
157 repeat_limit=1 repeat_cnt=1
H A DREADME.regression130 s/%i/$repeat_cnt/g
/dports/biology/canu/canu-2.2/src/overlapErrorAdjustment/
H A DcomputeDiff.C79 CheckTrivialDNA(const char* seq, int32 remaining, int32 offset, int32 size_factor, int32 repeat_cnt in CheckTrivialDNA() argument
100 if (*std::max_element(stats_buff, stats_buff + possible_kmer_cnt) >= repeat_cnt) { in CheckTrivialDNA()
117 if (*std::max_element(stats_buff, stats_buff + possible_kmer_cnt) >= repeat_cnt) { in CheckTrivialDNA()
136 int32 size_factor, int32 repeat_cnt) { in CheckTrivialDNA() argument
139 …TrivialDNA(a_part + a_pos, /*remaining*/a_len - a_pos, /*offset*/a_pos, size_factor, repeat_cnt)) { in CheckTrivialDNA()
143 …TrivialDNA(b_part + b_pos, /*remaining*/b_len - b_pos, /*offset*/b_pos, size_factor, repeat_cnt)) { in CheckTrivialDNA()
188 auto cnt_event_f = [&](int32 size_factor, int32 repeat_cnt) { in ComputeErrors()
197 size_factor, repeat_cnt)) { in ComputeErrors()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/misc/
H A DMCPL_input.comp60 int repeat_cnt;
86 repeat_cnt = repeat_count;
89 repeat_cnt = ceil(1.0*repeat_cnt/mpi_node_count);
93 …n count requested is %ld x %i <= %ld",repeat_count,nparticles,repeat_count,repeat_cnt*nparticles);
95 …fprintf(stdout, " x %i MPI nodes = %ld neutrons total\n",mpi_node_count,mpi_node_count*repeat_cnt*…
97 mcset_ncount(mpi_node_count*repeat_cnt*nparticles);
100 mcset_ncount(repeat_cnt*nparticles);
135 if(repeat_cnt>1) {
232 p /= repeat_cnt;
/dports/science/mcstas-comps/mcstas-comps-2.5-src/sources/
H A DVirtual_input.comp69 end_reading, n_count_extrapolated, repeat_cnt)
103 int repeat_cnt; /* Repeat count, MPI taken into account */
194 repeat_cnt = repeat_count;
196 repeat_cnt = ceil(1.0*repeat_cnt/mpi_node_count);
213 mcset_ncount(filename_ncount*repeat_cnt);
216 repeat_number++; /* we start a new repeat_cnt loop */
219 if (repeat_number > repeat_cnt) {
263 p /= repeat_cnt;
311 mcset_ncount(n_count_extrapolated*repeat_cnt*1.1);
349 if (mcget_ncount() < filename_ncount*repeat_cnt)
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dldread.c87 int repeat_cnt; member
140 static int repeat_cnt; variable
175 gbl->repeat_cnt = repeat_cnt; in save_gbl()
215 repeat_cnt = gbl->repeat_cnt; in restore_gbl()
230 tmp_gbl->repeat_cnt = repeat_cnt; in save_samefcb()
353 repeat_cnt = tmp_gbl->repeat_cnt; in _f90io_ldr_init()
620 repeat_cnt = 0; in shared_init()
894 if (repeat_cnt) { in get_token()
895 repeat_cnt--; in get_token()
962 repeat_cnt = rc - 1; in get_token()
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllassem_common.cpp157 emit_init(DTYPE tdtype, ISZ_T tconval, ISZ_T *addr, ISZ_T *repeat_cnt, in emit_init() argument
325 *repeat_cnt = tconval; in emit_init()
381 if (*repeat_cnt > 1) { in emit_init()
434 *repeat_cnt = 1; in emit_init()
631 } while (--(*repeat_cnt)); in emit_init()
632 *repeat_cnt = 1; in emit_init()
655 put_zeroes((*repeat_cnt) * size_of_item); in emit_init()
656 *i8cnt = *i8cnt + (*repeat_cnt) * size_of_item; in emit_init()
657 *addr += (*repeat_cnt) * size_of_item; in emit_init()
658 *repeat_cnt = 1; in emit_init()
H A Dllassem_common.h59 void emit_init(DTYPE tdtype, ISZ_T tconval, ISZ_T *addr, ISZ_T *repeat_cnt,
H A Dllassem.cpp556 ISZ_T skip_size, repeat_cnt, loc_base; in get_struct_from_dsrt() local
586 repeat_cnt = 1; in get_struct_from_dsrt()
736 repeat_cnt = p->conval; in get_struct_from_dsrt()
789 } while (--(repeat_cnt)); in get_struct_from_dsrt()
790 repeat_cnt = 1; in get_struct_from_dsrt()
1248 ISZ_T repeat_cnt; in process_dsrt() local
1256 repeat_cnt = 1; in process_dsrt()
1317 emit_init(p->dtype, p->conval, &addr, &repeat_cnt, loc_base, &i8cnt, in process_dsrt()
H A Dllutil.cpp3203 add_init_const_op(DTYPE dtype, OPERAND *cur_op, ISZ_T conval, ISZ_T *repeat_cnt, in add_init_const_op() argument
3232 *repeat_cnt = conval; in add_init_const_op()
3331 } while (--*repeat_cnt); in add_init_const_op()
3332 *repeat_cnt = 1; in add_init_const_op()
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_General.cpp387 for (long repeat_cnt = 0; repeat_cnt < repeat; repeat_cnt++) { in main() local
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DVirtual_mcnp_input.comp99 n_count_extrapolated, repeat_cnt)
251 int repeat_cnt; /* Repeat count, MPI taken into account */
477 repeat_cnt = repeat_count;
479 repeat_cnt = ceil(1.0*repeat_cnt/mpi_node_count);
507 if (intensity && nps) p *= intensity/nps/repeat_cnt;
529 if (rep <= repeat_cnt) {
H A DVirtual_tripoli4_input.comp94 min_vx, min_vy, min_vz, max_vx, max_vy, max_vz, n_count_extrapolated, repeat_cnt)
214 int repeat_cnt; /* Repeat count, MPI taken into account */
483 repeat_cnt = repeat_count;
485 repeat_cnt = ceil(1.0*repeat_cnt/mpi_node_count);
524 if (intensity_extrapolated) p *= fabs(intensity_extrapolated/repeat_cnt);
571 if (rep <= repeat_cnt) {
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/keyboard/
H A Dtegra-kbc.c86 unsigned int repeat_cnt; member
375 writel(kbc->repeat_cnt, kbc->mmio + KBC_RPT_DLY_0); in tegra_kbc_start()
505 kbc->repeat_cnt = prop; in tegra_kbc_parse_dt()
670 kbc->repoll_dly = KBC_ROW_SCAN_DLY + scan_time_rows + kbc->repeat_cnt; in tegra_kbc_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/keyboard/
H A Dtegra-kbc.c86 unsigned int repeat_cnt; member
375 writel(kbc->repeat_cnt, kbc->mmio + KBC_RPT_DLY_0); in tegra_kbc_start()
505 kbc->repeat_cnt = prop; in tegra_kbc_parse_dt()
670 kbc->repoll_dly = KBC_ROW_SCAN_DLY + scan_time_rows + kbc->repeat_cnt; in tegra_kbc_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/keyboard/
H A Dtegra-kbc.c86 unsigned int repeat_cnt; member
375 writel(kbc->repeat_cnt, kbc->mmio + KBC_RPT_DLY_0); in tegra_kbc_start()
505 kbc->repeat_cnt = prop; in tegra_kbc_parse_dt()
670 kbc->repoll_dly = KBC_ROW_SCAN_DLY + scan_time_rows + kbc->repeat_cnt; in tegra_kbc_probe()
/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Dtransit_example_03.c142 int *repeat_cnt = data; in _cb_repeat_changed() local
144 *repeat_cnt = elm_spinner_value_get(obj); in _cb_repeat_changed()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dlo.c654 int max_repeat = 1, repeat_cnt = 0; in lo_probe_loctls_statemachine() local
705 if (repeat_cnt == 0) { in lo_probe_loctls_statemachine()
708 repeat_cnt++; in lo_probe_loctls_statemachine()
711 } else if (repeat_cnt == 2) in lo_probe_loctls_statemachine()
716 } while (++repeat_cnt < max_repeat); in lo_probe_loctls_statemachine()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dlo.c654 int max_repeat = 1, repeat_cnt = 0; in lo_probe_loctls_statemachine() local
705 if (repeat_cnt == 0) { in lo_probe_loctls_statemachine()
708 repeat_cnt++; in lo_probe_loctls_statemachine()
711 } else if (repeat_cnt == 2) in lo_probe_loctls_statemachine()
716 } while (++repeat_cnt < max_repeat); in lo_probe_loctls_statemachine()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dlo.c654 int max_repeat = 1, repeat_cnt = 0; in lo_probe_loctls_statemachine() local
705 if (repeat_cnt == 0) { in lo_probe_loctls_statemachine()
708 repeat_cnt++; in lo_probe_loctls_statemachine()
711 } else if (repeat_cnt == 2) in lo_probe_loctls_statemachine()
716 } while (++repeat_cnt < max_repeat); in lo_probe_loctls_statemachine()
/dports/net-mgmt/pancho/Pancho-9.3.9/modules/Net-SNMP-4.0.3/lib/Net/
H A DSNMP.pm2228 $argv->{repeat_cnt}++;
2234 if ($argv->{repeat_cnt} > GET_TABLE_MAX_REPETITIONS) {
/dports/net-mgmt/p5-Net-SNMP/Net-SNMP-v6.0.1/lib/Net/
H A DSNMP.pm1222 repeat_cnt => 0,
2746 } elsif (++$argv->{repeat_cnt} > $argv->{max_reps}) {

12