Searched refs:time (Results 1 - 25 of 3115) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/ac/
H A Dtime.h3 /* Generic time.h */
4 /* OpenLDAP: pkg/ldap/contrib/ldapc++/src/ac/time.h,v 1.7.2.6 2010/04/13 20:22:24 kurt Exp */
19 # include <sys/time.h>
20 # include <time.h>
22 # include <sys/time.h>
27 # include <time.h>
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dtime.h3 /* Generic time.h */
4 /* OpenLDAP: pkg/ldap/include/ac/time.h,v 1.18.2.5 2010/04/13 20:22:52 kurt Exp */
23 # include <sys/time.h>
24 # include <time.h>
26 # include <sys/time.h>
31 # include <time.h>
/netbsd-6-1-5-RELEASE/lib/libc/compat/gen/
H A Dcompat_time.c12 #include <time.h>
13 #include <sys/time.h>
14 #include <compat/include/time.h>
15 #include <compat/sys/time.h>
18 __weak_alias(time,_time)
21 __warn_references(time,
22 "warning: reference to compatibility time();"
23 " include <time.h> for correct reference")
27 #include "gen/time.c"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/21_strings/
H A Dstring_find.cc36 time_counter time;
44 start_counters(time, resource);
46 stop_counters(time, resource);
47 report_performance(__FILE__, "1", time, resource);
48 clear_counters(time, resource);
51 start_counters(time, resource);
53 stop_counters(time, resource);
54 report_performance(__FILE__, "2", time, resource);
55 clear_counters(time, resource);
58 start_counters(time, resourc
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/21_strings/
H A Dstring_find.cc45 time_counter time;
53 start_counters(time, resource);
55 stop_counters(time, resource);
56 report_performance(__FILE__, "1", time, resource);
57 clear_counters(time, resource);
60 start_counters(time, resource);
62 stop_counters(time, resource);
63 report_performance(__FILE__, "2", time, resource);
64 clear_counters(time, resource);
67 start_counters(time, resourc
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_time.h6 /* Wrapper around the ugly time.h,sys/time.h includes/ifdefs */
10 # include <sys/time.h>
11 # include <time.h>
14 # include <sys/time.h>
16 # include <time.h>
21 extern time_t time ARGS((time_t *));
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dxtime.h11 /* This file simply performs the include magic necessary for using time
18 # include <time.h>
22 # include <sys/time.h>
23 # include <time.h>
26 # include <sys/time.h>
28 # include <time.h>
H A Dstrftime.h19 #include <time.h>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dgettimeofday.c4 #include <time.h>
7 #include <sys/time.h>
14 Writes the current time to @var{tp}. This implementation requires
27 if (time (&tp->tv_sec) == (time_t) -1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/22_locale/
H A Dnarrow_widen_char.cc27 time_counter time;
36 start_counters(time, resource);
39 stop_counters(time, resource);
40 report_performance(__FILE__, "narrow", time, resource);
41 clear_counters(time, resource);
44 start_counters(time, resource);
47 stop_counters(time, resource);
48 report_performance(__FILE__, "narrow_array", time, resource);
49 clear_counters(time, resource);
52 start_counters(time, resourc
[all...]
H A Dnarrow_widen_wchar_t.cc27 time_counter time;
36 start_counters(time, resource);
39 stop_counters(time, resource);
40 report_performance(__FILE__, "narrow", time, resource);
41 clear_counters(time, resource);
44 start_counters(time, resource);
47 stop_counters(time, resource);
48 report_performance(__FILE__, "narrow array", time, resource);
49 clear_counters(time, resource);
52 start_counters(time, resourc
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/23_containers/copy_construct/
H A Dvector_bool.cc26 time_counter time;
29 start_counters(time, resource);
34 stop_counters(time, resource);
35 report_performance(__FILE__, "", time, resource);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/23_containers/resize/
H A Dvector_bool.cc27 time_counter time;
30 start_counters(time, resource);
36 stop_counters(time, resource);
37 report_performance(__FILE__, "", time, resource);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/27_io/
H A Dcout_insert_int.cc28 time_counter time;
32 start_counters(time, resource);
35 stop_counters(time, resource);
36 report_performance(__FILE__, "", time, resource);
H A Dofstream_insert_int.cc28 time_counter time;
33 start_counters(time, resource);
36 stop_counters(time, resource);
37 report_performance(__FILE__, "", time, resource);
/netbsd-6-1-5-RELEASE/lib/libc/compat/time/
H A Dcompat_difftime.c41 #include <time.h>
42 #include <sys/time.h>
43 #include <compat/include/time.h>
44 #include <compat/sys/time.h>
54 #include "time/difftime.c"
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_date.h10 /* return formatted time
19 #include <time.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_ctime.h31 // ISO C++ 14882: 20.5 Date and time
39 #include_next <time.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/22_locale/
H A Dnarrow_widen_char.cc36 time_counter time;
45 start_counters(time, resource);
48 stop_counters(time, resource);
49 report_performance(__FILE__, "narrow", time, resource);
50 clear_counters(time, resource);
53 start_counters(time, resource);
56 stop_counters(time, resource);
57 report_performance(__FILE__, "narrow_array", time, resource);
58 clear_counters(time, resource);
61 start_counters(time, resourc
[all...]
H A Dnarrow_widen_wchar_t.cc36 time_counter time;
45 start_counters(time, resource);
48 stop_counters(time, resource);
49 report_performance(__FILE__, "narrow", time, resource);
50 clear_counters(time, resource);
53 start_counters(time, resource);
56 stop_counters(time, resource);
57 report_performance(__FILE__, "narrow array", time, resource);
58 clear_counters(time, resource);
61 start_counters(time, resourc
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/27_io/
H A Dcout_insert_int.cc37 time_counter time;
41 start_counters(time, resource);
44 stop_counters(time, resource);
45 report_performance(__FILE__, "", time, resource);
H A Dofstream_insert_int.cc37 time_counter time;
42 start_counters(time, resource);
45 stop_counters(time, resource);
46 report_performance(__FILE__, "", time, resource);

Completed in 147 milliseconds

1234567891011>>