Home
last modified time | relevance | path

Searched refs:t_setup (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/extras/
H A Dntt2.cpp94 TimeVar t1, t_setup, t_total; // timers for TIC() TOC() in test_NTT() local
110 TIC(t_setup); in test_NTT()
144 cout << "setup 1 time " << TOC_US(t_setup) << " usec" << endl; in test_NTT()
145 TIC(t_setup); in test_NTT()
165 cout << "setup 2 time " << TOC_US(t_setup) << " usec" << endl; in test_NTT()
166 TIC(t_setup); in test_NTT()
197 cout << "setup 3 time " << TOC_US(t_setup) << " usec" << endl; in test_NTT()
200 TIC(t_setup); in test_NTT()
203 cout << "CRT 2 setup time " << TOC_US(t_setup) << " usec" << endl; in test_NTT()
204 TIC(t_setup); in test_NTT()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/powerpc/lib/
H A Dide.c62 | PCMCIA_SST(pio_config_clk[pmode].t_setup) in set_pcmcia_timing()
142 pio_config_clk[i].t_setup = in ide_preinit()
143 PCMCIA_MK_CLKS(pio_config_ns[i].t_setup, gd->bus_clk); in ide_preinit()
149 " hold=%2d ns/%d clk\n", i, pio_config_ns[i].t_setup, in ide_preinit()
150 pio_config_clk[i].t_setup, pio_config_ns[i].t_length, in ide_preinit()
/dports/security/nmap/nmap-7.91/nsock/tests/
H A Dtest-common.h40 int (*t_setup)(void **tdata); member
55 if (test->t_setup) in test_setup()
56 rc = test->t_setup(tdata); in test_setup()
H A Dcancel.c117 .t_setup = cancel_setup,
124 .t_setup = cancel_setup,
131 .t_setup = cancel_setup,
H A Dconnect.c103 .t_setup = connect_setup,
110 .t_setup = connect_setup,
H A Dlogs.c165 .t_setup = log_setup,
172 .t_setup = log_setup,
H A Dghheaps.c140 .t_setup = NULL,
147 .t_setup = NULL,
H A Dbasic.c49 .t_setup = basic_setup,
/dports/security/ncrack/ncrack-0.7/nsock/tests/
H A Dtest-common.h40 int (*t_setup)(void **tdata); member
55 if (test->t_setup) in test_setup()
56 rc = test->t_setup(tdata); in test_setup()
H A Dcancel.c117 .t_setup = cancel_setup,
124 .t_setup = cancel_setup,
131 .t_setup = cancel_setup,
H A Dconnect.c103 .t_setup = connect_setup,
110 .t_setup = connect_setup,
H A Dlogs.c165 .t_setup = log_setup,
172 .t_setup = log_setup,
H A Dghheaps.c140 .t_setup = NULL,
147 .t_setup = NULL,
H A Dbasic.c49 .t_setup = basic_setup,
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Drbtree.c86 pj_timestamp t1, t2, t_setup, t_insert, t_search, t_erase; in test() local
90 t_setup.u32.lo = t_insert.u32.lo = t_search.u32.lo = t_erase.u32.lo = 0; in test()
100 t_setup.u32.lo += (t2.u32.lo - t1.u32.lo); in test()
148 t_setup.u32.lo / count, t_insert.u32.lo / count, in test()
/dports/databases/libiodbc/iODBC-3.52.15/iodbcadm/gtk/
H A Ddriversetup.c511 GtkWidget *t_setup; in create_driversetup() local
619 t_setup = gtk_entry_new (); in create_driversetup()
620 gtk_widget_set_name (t_setup, "t_setup"); in create_driversetup()
621 gtk_widget_show (t_setup); in create_driversetup()
622 gtk_table_attach (GTK_TABLE (table6), t_setup, 1, 2, 2, 3, in create_driversetup()
771 GLADE_HOOKUP_OBJECT (driversetup, t_setup, "t_setup"); in create_driversetup()
828 driversetup_t.setup_entry = t_setup; in create_driversetup()
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_sles_hypre.c166 cs_timer_counter_t t_setup; /* Total setup */ member
381 CS_TIMER_COUNTER_INIT(c->t_setup); in cs_sles_hypre_create()
559 c->t_setup.nsec*1e-9, in cs_sles_hypre_log()
938 cs_timer_counter_add_diff(&(c->t_setup), &t0, &t1); in cs_sles_hypre_setup()
1248 cs_timer_counter_add_diff(&(c->t_setup), &t0, &t1); in cs_sles_hypre_free()
/dports/devel/mercurial/mercurial-6.0/contrib/automation/hgautomation/
H A Dcli.py222 t_setup = t_prepared - t_start
227 % (t_all, t_setup, t_done - t_prepared, t_setup / t_all * 100.0)
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/demo/
H A Dgbdemo2.m69 t_setup = toc ; variable
75 fprintf (' setup time: %g sec\n', t_setup) ;
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/demo/
H A Dgbdemo2.m69 t_setup = toc ; variable
75 fprintf (' setup time: %g sec\n', t_setup) ;
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/demo/
H A Dgbdemo2.m69 t_setup = toc ; variable
75 fprintf (' setup time: %g sec\n', t_setup) ;
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/demo/
H A Dgbdemo2.m69 t_setup = toc ; variable
75 fprintf (' setup time: %g sec\n', t_setup) ;
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/demo/
H A Dgbdemo2.m69 t_setup = toc ; variable
75 fprintf (' setup time: %g sec\n', t_setup) ;
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/demo/
H A Dgbdemo2.m69 t_setup = toc ; variable
75 fprintf (' setup time: %g sec\n', t_setup) ;
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/demo/
H A Dgbdemo2.m69 t_setup = toc ; variable
75 fprintf (' setup time: %g sec\n', t_setup) ;

1234567