Searched refs:time (Results 51 - 75 of 3115) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/25_algorithms/
H A Dcopy_deque_iterators.cc25 time_counter time;
32 start_counters(time, resource);
36 stop_counters(time, resource);
37 report_performance(__FILE__, "", time, resource);
H A Dfind_istreambuf_iterators.cc38 time_counter time; local
41 start_counters(time, resource);
50 stop_counters(time, resource);
51 report_performance(__FILE__, "", time, resource);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/27_io/
H A Difstream_extract_int.cc27 time_counter time;
39 start_counters(time, resource);
42 stop_counters(time, resource);
43 report_performance(__FILE__, "", time, resource);
H A Dfilebuf_sgetn_unbuf.cc30 time_counter time;
50 start_counters(time, resource);
54 stop_counters(time, resource);
56 report_performance(__FILE__, "C", time, resource);
57 clear_counters(time, resource);
62 start_counters(time, resource);
66 stop_counters(time, resource);
68 report_performance(__FILE__, "C unlocked", time, resource);
69 clear_counters(time, resource);
75 start_counters(time, resourc
[all...]
H A Dfilebuf_sputc.cc29 time_counter time;
35 start_counters(time, resource);
38 stop_counters(time, resource);
40 report_performance(__FILE__, "C", time, resource);
41 clear_counters(time, resource);
45 start_counters(time, resource);
48 stop_counters(time, resource);
50 report_performance(__FILE__, "C unlocked", time, resource);
51 clear_counters(time, resource);
57 start_counters(time, resourc
[all...]
H A Dfilebuf_sputn_unbuf.cc29 time_counter time;
40 start_counters(time, resource);
43 stop_counters(time, resource);
45 report_performance(__FILE__, "C", time, resource);
46 clear_counters(time, resource);
51 start_counters(time, resource);
54 stop_counters(time, resource);
56 report_performance(__FILE__, "C unlocked", time, resource);
57 clear_counters(time, resource);
63 start_counters(time, resourc
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dpo-time.h22 #include <time.h>
30 /* Return a freshly allocated string containing the given time in the
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dverify.h19 #include <time.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/27_io/
H A Difstream_extract_int.cc36 time_counter time;
48 start_counters(time, resource);
51 stop_counters(time, resource);
52 report_performance(__FILE__, "", time, resource);
H A Dfilebuf_sgetn_unbuf.cc38 time_counter time;
58 start_counters(time, resource);
62 stop_counters(time, resource);
64 report_performance(__FILE__, "C", time, resource);
65 clear_counters(time, resource);
70 start_counters(time, resource);
74 stop_counters(time, resource);
76 report_performance(__FILE__, "C unlocked", time, resource);
77 clear_counters(time, resource);
83 start_counters(time, resourc
[all...]
H A Dfilebuf_sputc.cc38 time_counter time;
44 start_counters(time, resource);
47 stop_counters(time, resource);
49 report_performance(__FILE__, "C", time, resource);
50 clear_counters(time, resource);
54 start_counters(time, resource);
57 stop_counters(time, resource);
59 report_performance(__FILE__, "C unlocked", time, resource);
60 clear_counters(time, resource);
66 start_counters(time, resourc
[all...]
H A Dfilebuf_sputn_unbuf.cc38 time_counter time;
49 start_counters(time, resource);
52 stop_counters(time, resource);
54 report_performance(__FILE__, "C", time, resource);
55 clear_counters(time, resource);
60 start_counters(time, resource);
63 stop_counters(time, resource);
65 report_performance(__FILE__, "C unlocked", time, resource);
66 clear_counters(time, resource);
72 start_counters(time, resourc
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dtimex.h24 #include <compat/sys/time.h>
28 * Note: The time member is in microseconds if STA_NANO is zero and
32 struct timespec50 time; /* current time (ns) (ro) */ member in struct:ntptimeval50
36 int time_state; /* time status */
40 struct timeval50 time; /* current time (ro) */ member in struct:ntptimeval30
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/netboot/
H A Dgetsecs.c50 long long time; local
52 time = cfe_getticks();
54 return (time / 10);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dtime.c1 /* $NetBSD: time.c,v 1.10.40.1 2008/11/08 21:45:38 christos Exp $ */
35 static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: time.c,v 1.10.40.1 2008/11/08 21:45:38 christos Exp $");
43 #include <sys/time.h>
45 #include <time.h>
48 time(time_t *t) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/21_strings/
H A Dstring_copy_cons_and_dest.cc27 time_counter time;
30 start_counters(time, resource);
40 stop_counters(time, resource);
42 report_performance(__FILE__, "", time, resource);
43 clear_counters(time, resource);
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat___ntp_gettime30.c10 #include <sys/time.h>
24 ontvp->time.tv_sec = (int32_t)ntv.time.tv_sec;
25 ontvp->time.tv_nsec = ntv.time.tv_nsec;
H A Dcompat_ntp_gettime.c10 #include <sys/time.h>
24 ontvp->time.tv_sec = (int32_t)ntv.time.tv_sec;
25 ontvp->time.tv_usec = ntv.time.tv_nsec / 1000;
/netbsd-6-1-5-RELEASE/games/trek/
H A Dimpulse.c55 double dist, time; local
78 time = dist / 0.095;
79 percent = 100 * time / Now.time + 0.5;
81 printf("Spock: That would take %d%% of our remaining time.\n",
87 Move.time = move(0, course, time, 0.095);
88 Ship.energy -= 20 + 100 * Move.time * 0.095;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/
H A Dtimer.asm6 time dd 0, 0 define
20 mov [time+0],edx
21 mov [time+4],eax
34 sub eax,[time+4]
35 sbb edx,[time+0]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dgettod.c1 /* Basic time functionality test. */
4 #include <time.h>
5 #include <sys/time.h>
12 if ((t = time (NULL)) == (time_t) -1
16 /* We assume there will be no delay between the time and
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dtest-strptime.c5 #include <time.h>
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dtimespec.h1 /* timespec -- System time interface
24 # include <sys/time.h>
25 # include <time.h>
28 # include <sys/time.h>
30 # include <time.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/22_locale/
H A Dwchar_t_length.cc32 time_counter time;
46 start_counters(time, resource);
49 stop_counters(time, resource);
50 report_performance(__FILE__, "C++ (codecvt)", time, resource);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_map_array.cc29 time_counter time;
36 start_counters(time, resource);
48 stop_counters(time, resource);
49 report_performance(__FILE__, "", time, resource);

Completed in 372 milliseconds

1234567891011>>