Home
last modified time | relevance | path

Searched refs:opt_loop (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/tools/
H A Dconnect.cpp32 static int opt_loop = 25; variable
42 (uchar**) &opt_loop, (uchar**) &opt_loop, 0,
43 GET_INT, REQUIRED_ARG, opt_loop, 0, 0, 0, 0, 0 },
71 for (int i = 0; i<opt_loop; i++) in main()
77 << "loop: " << i << "(of " << opt_loop << ")" in main()
87 << "loop: " << i << "(of " << opt_loop << ")" in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/tools/
H A Dconnect.cpp31 static int opt_loop = 25; variable
41 (uchar**) &opt_loop, (uchar**) &opt_loop, 0,
42 GET_INT, REQUIRED_ARG, opt_loop, 0, 0, 0, 0, 0 },
74 for (int i = 0; i<opt_loop; i++) in main()
80 << "loop: " << i << "(of " << opt_loop << ")" in main()
90 << "loop: " << i << "(of " << opt_loop << ")" in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dconnect.cpp31 static int opt_loop = 25; variable
41 (uchar**) &opt_loop, (uchar**) &opt_loop, 0,
42 GET_INT, REQUIRED_ARG, opt_loop, 0, 0, 0, 0, 0 },
74 for (int i = 0; i<opt_loop; i++) in main()
80 << "loop: " << i << "(of " << opt_loop << ")" in main()
90 << "loop: " << i << "(of " << opt_loop << ")" in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/tools/
H A Dconnect.cpp31 static int opt_loop = 25; variable
41 (uchar**) &opt_loop, (uchar**) &opt_loop, 0,
42 GET_INT, REQUIRED_ARG, opt_loop, 0, 0, 0, 0, 0 },
74 for (int i = 0; i<opt_loop; i++) in main()
80 << "loop: " << i << "(of " << opt_loop << ")" in main()
90 << "loop: " << i << "(of " << opt_loop << ")" in main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dconnect.cpp31 static int opt_loop = 25; variable
41 (uchar**) &opt_loop, (uchar**) &opt_loop, 0,
42 GET_INT, REQUIRED_ARG, opt_loop, 0, 0, 0, 0, 0 },
74 for (int i = 0; i<opt_loop; i++) in main()
80 << "loop: " << i << "(of " << opt_loop << ")" in main()
90 << "loop: " << i << "(of " << opt_loop << ")" in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/tools/
H A Dconnect.cpp31 static int opt_loop = 25; variable
41 (uchar**) &opt_loop, (uchar**) &opt_loop, 0,
42 GET_INT, REQUIRED_ARG, opt_loop, 0, 0, 0, 0, 0 },
74 for (int i = 0; i<opt_loop; i++) in main()
80 << "loop: " << i << "(of " << opt_loop << ")" in main()
90 << "loop: " << i << "(of " << opt_loop << ")" in main()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/drivers/brcm/
H A Dsotp.c311 uint32_t opt_loop; in sotp_redundancy_reduction() local
316 for (opt_loop = 0; opt_loop < 16; opt_loop = opt_loop + 1) { in sotp_redundancy_reduction()
317 temp_data = ((sotp_row_data >> (opt_loop * 2)) & 0x3); in sotp_redundancy_reduction()
320 opt_data = (opt_data | (1 << opt_loop)); in sotp_redundancy_reduction()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/drivers/brcm/
H A Dsotp.c311 uint32_t opt_loop; in sotp_redundancy_reduction() local
316 for (opt_loop = 0; opt_loop < 16; opt_loop = opt_loop + 1) { in sotp_redundancy_reduction()
317 temp_data = ((sotp_row_data >> (opt_loop * 2)) & 0x3); in sotp_redundancy_reduction()
320 opt_data = (opt_data | (1 << opt_loop)); in sotp_redundancy_reduction()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/drivers/brcm/
H A Dsotp.c311 uint32_t opt_loop; in sotp_redundancy_reduction() local
316 for (opt_loop = 0; opt_loop < 16; opt_loop = opt_loop + 1) { in sotp_redundancy_reduction()
317 temp_data = ((sotp_row_data >> (opt_loop * 2)) & 0x3); in sotp_redundancy_reduction()
320 opt_data = (opt_data | (1 << opt_loop)); in sotp_redundancy_reduction()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/drivers/brcm/
H A Dsotp.c311 uint32_t opt_loop; in sotp_redundancy_reduction() local
316 for (opt_loop = 0; opt_loop < 16; opt_loop = opt_loop + 1) { in sotp_redundancy_reduction()
317 temp_data = ((sotp_row_data >> (opt_loop * 2)) & 0x3); in sotp_redundancy_reduction()
320 opt_data = (opt_data | (1 << opt_loop)); in sotp_redundancy_reduction()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/drivers/brcm/
H A Dsotp.c311 uint32_t opt_loop; in sotp_redundancy_reduction() local
316 for (opt_loop = 0; opt_loop < 16; opt_loop = opt_loop + 1) { in sotp_redundancy_reduction()
317 temp_data = ((sotp_row_data >> (opt_loop * 2)) & 0x3); in sotp_redundancy_reduction()
320 opt_data = (opt_data | (1 << opt_loop)); in sotp_redundancy_reduction()
/dports/graphics/py-imageio/imageio-2.9.0/imageio/plugins/
H A Dpillowmulti.py134 opt_loop=0, argument
141 self.opt_loop = opt_loop
170 self.write_header(im_pil, palette, self.opt_loop)
/dports/multimedia/clutter-gst/clutter-gst-2.0.18/examples/
H A Dvideo-player.c59 static gboolean opt_loop = FALSE; variable
73 &opt_loop,
383 if (opt_loop) in on_video_texture_eos()
/dports/multimedia/clutter-gst3/clutter-gst-3.0.27/examples/
H A Dvideo-player.c62 static gboolean opt_loop = FALSE; variable
76 &opt_loop,
345 if (opt_loop) in on_video_actor_eos()
/dports/www/netsurf/netsurf-3.10/content/fetchers/
H A Dabout.c1604 unsigned int opt_loop = 0; in fetch_about_config_handler() local
1644 opt_loop, in fetch_about_config_handler()
1654 opt_loop, in fetch_about_config_handler()
1674 opt_loop++; in fetch_about_config_handler()
1753 unsigned int opt_loop = 0; in fetch_about_choices_handler() local
1772 opt_loop, in fetch_about_choices_handler()
1786 opt_loop++; in fetch_about_choices_handler()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A DCA.com217 $ GOTO opt_loop
/dports/net/daq/daq-2.2.2/sfbpf/
H A Dsf_optimize.c139 static void opt_loop(struct block *, int);
1770 static void opt_loop(root, do_stmts) in opt_loop() function
1812 opt_loop(root, 0);
1813 opt_loop(root, 1);
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Doptimize.c110 static void opt_loop(struct block *, int);
1558 opt_loop(root, do_stmts) in opt_loop() function
1595 opt_loop(root, 0);
1596 opt_loop(root, 1);
/dports/net/tcpview/tcpview-1.0/
H A Doptimize.c1471 opt_loop(root, do_stmts) in opt_loop() function
1508 opt_loop(root, 0);
1509 opt_loop(root, 1);
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_filter.c1157 static void opt_loop(struct ablock *, int);
2600 opt_loop(struct ablock *root, int do_stmts) in opt_loop() function
2637 opt_loop(root, 0); in Argusnff_optimize()
2638 opt_loop(root, 1); in Argusnff_optimize()
/dports/net-mgmt/argus3/argus-3.0.8.2/common/
H A Dargus_filter.c1144 static void opt_loop(struct ablock *, int);
2587 opt_loop(struct ablock *root, int do_stmts) in opt_loop() function
2624 opt_loop(root, 0); in Argusnff_optimize()
2625 opt_loop(root, 1); in Argusnff_optimize()
/dports/security/nmap/nmap-7.91/libpcap/
H A Doptimize.c1867 opt_loop(opt_state_t *opt_state, struct icode *ic, int do_stmts) in opt_loop() function
1909 opt_loop(&opt_state, ic, 0); in bpf_optimize()
1910 opt_loop(&opt_state, ic, 1); in bpf_optimize()
/dports/textproc/teckit/teckit-2.5.7/zlib-1.2.3/
H A Dmake_vms.com240 $ goto opt_loop
/dports/misc/rump/buildrump.sh-b914579/src/common/dist/zlib/
H A Dmake_vms.com240 $ goto opt_loop
/dports/devel/cvs-devel/cvs-1.12.13/zlib/
H A Dmake_vms.com240 $ goto opt_loop

12345678