Searched refs:time (Results 76 - 100 of 3115) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/25_algorithms/
H A Dsearch_n.cc39 time_counter time; local
48 start_counters(time, resource);
51 stop_counters(time, resource);
52 report_performance(__FILE__, "forward iterator", time, resource);
53 clear_counters(time, resource);
56 start_counters(time, resource);
59 stop_counters(time, resource);
60 report_performance(__FILE__, "random acess iterator", time, resource);
61 clear_counters(time, resource);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/26_numerics/
H A Dvalarray_gslice_to_index.cc27 time_counter time;
41 start_counters(time, resource);
44 stop_counters(time, resource);
45 report_performance(__FILE__, "", time, resource);
H A Dcomplex_norm.cc28 time_counter time;
38 start_counters(time, resource);
50 stop_counters(time, resource);
51 report_performance(__FILE__, "norm", time, resource);
52 clear_counters(time, resource);
54 start_counters(time, resource);
69 stop_counters(time, resource);
70 report_performance(__FILE__, "", time, resource);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/27_io/
H A Dfstream_seek_write.cc28 time_counter time;
35 start_counters(time, resource);
43 stop_counters(time, resource);
44 report_performance(__FILE__, "", time, resource);
H A Difstream_getline.cc30 time_counter time;
46 start_counters(time, resource);
49 stop_counters(time, resource);
50 report_performance(__FILE__, "", time, resource);
H A Dofstream_insert_float.cc36 time_counter time; local
41 start_counters(time, resource);
47 stop_counters(time, resource);
48 report_performance(__FILE__, oss.str(), time, resource);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/performance/time/
H A Delapsed_timer.hpp34 * Contains time utilities for tests.
40 #include <time.h>
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_timeb.h38 ibcs2_time_t time; member in struct:xenix_timeb
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_time.h36 #include <sys/time.h>
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_time.h36 #include <sys/time.h>
/netbsd-6-1-5-RELEASE/lib/libutil/compat/
H A Dcompat_parsedate.c42 #include <time.h>
43 #include <sys/time.h>
44 #include <compat/include/time.h>
45 #include <compat/sys/time.h>
/netbsd-6-1-5-RELEASE/games/trek/
H A Drest.c66 /* get the time to rest */
70 percent = 100 * t / Now.time + 0.5;
72 printf("Spock: That would take %d%% of our remaining time.\n",
77 Move.time = t;
81 if (Ship.cond != DOCKED && Move.time > t)
82 Move.time = t + 0.0001;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dlog_adhoc.h19 #include <time.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/22_locale/
H A Dwchar_t_length.cc41 time_counter time;
55 start_counters(time, resource);
58 stop_counters(time, resource);
59 report_performance(__FILE__, "C++ (codecvt)", time, resource);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_map_array.cc38 time_counter time;
45 start_counters(time, resource);
57 stop_counters(time, resource);
58 report_performance(__FILE__, "", time, resource);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/25_algorithms/
H A Dsearch_n.cc48 time_counter time; local
57 start_counters(time, resource);
60 stop_counters(time, resource);
61 report_performance(__FILE__, "forward iterator", time, resource);
62 clear_counters(time, resource);
65 start_counters(time, resource);
68 stop_counters(time, resource);
69 report_performance(__FILE__, "random acess iterator", time, resource);
70 clear_counters(time, resource);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/27_io/
H A Dfstream_seek_write.cc37 time_counter time;
44 start_counters(time, resource);
52 stop_counters(time, resource);
53 report_performance(__FILE__, "", time, resource);
H A Difstream_getline.cc37 time_counter time;
53 start_counters(time, resource);
56 stop_counters(time, resource);
57 report_performance(__FILE__, "", time, resource);
H A Dofstream_insert_float.cc45 time_counter time; local
50 start_counters(time, resource);
56 stop_counters(time, resource);
57 report_performance(__FILE__, oss.str(), time, resource);
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dcallout.c25 int time; /* time offset to next event*/ member in struct:timeout_q
58 if (!ptr->time) {
71 ptr->time --;
73 logit(LOG_DEBUG,0,"[callout, age_callout_queue] -- time (%d)", ptr->time);
109 node->time = delay;
124 if (delay < ptr->time) {
132 ptr->time -= node->time;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dstdtime.c24 #include <time.h>
38 (void)time(t);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dstdtime.c24 #include <time.h>
38 (void)time((time_t *)t);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/22_locale/
H A Dis_wchar_t.cc29 time_counter time;
53 start_counters(time, resource);
61 stop_counters(time, resource);
62 report_performance(__FILE__, "C", time, resource);
63 clear_counters(time, resource);
66 start_counters(time, resource);
74 stop_counters(time, resource);
75 report_performance(__FILE__, "C++", time, resource);
H A Dwchar_t_in.cc32 time_counter time;
43 start_counters(time, resource);
52 stop_counters(time, resource);
54 report_performance(__FILE__, "C (iconv)", time, resource);
55 clear_counters(time, resource);
63 start_counters(time, resource);
71 stop_counters(time, resource);
72 report_performance(__FILE__, "C++ (codecvt)", time, resource);
H A Dwchar_t_out.cc32 time_counter time;
43 start_counters(time, resource);
52 stop_counters(time, resource);
54 report_performance(__FILE__, "C (iconv)", time, resource);
55 clear_counters(time, resource);
63 start_counters(time, resource);
71 stop_counters(time, resource);
72 report_performance(__FILE__, "C++ (codecvt)", time, resource);

Completed in 321 milliseconds

1234567891011>>