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

1234567891011>>

/haiku-buildtools/jam/
H A Dsearch.h13 const char *search( const char *target, time_t *time );
H A Dtimestamp.h11 void timestamp( char *target, time_t *time );
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dmclock_.c23 # include <sys/time.h>
24 # include <time.h>
27 # include <sys/time.h>
29 # include <time.h>
H A Dtime_.c24 # include <sys/time.h>
25 # include <time.h>
28 # include <sys/time.h>
30 # include <time.h>
45 return time (NULL);
H A Dfdate_.c24 # include <sys/time.h>
25 # include <time.h>
28 # include <sys/time.h>
30 # include <time.h>
49 tloc = time (NULL);
H A Didate_.c24 # include <sys/time.h>
25 # include <time.h>
28 # include <sys/time.h>
30 # include <time.h>
48 tim = time(NULL);
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dpr2404b.c6 int time; variable
15 printf ("time: %d\n", time);
16 time = 10;
17 printf ("time: %d\n", time);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/21_strings/
H A Dfind.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...]
H A Dcons_input_iterator.cc29 time_counter time;
34 start_counters(time, resource);
37 stop_counters(time, resource);
39 report_performance(__FILE__, "", time, resource);
40 clear_counters(time, resource);
H A Dappend-2.cc26 time_counter time;
29 start_counters(time, resource);
36 stop_counters(time, resource);
38 report_performance(__FILE__, "", time, resource);
39 clear_counters(time, resource);
/haiku-buildtools/binutils/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)
/haiku-buildtools/gcc/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)
/haiku-buildtools/legacy/binutils/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)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr52199.c16 time_read (struct locale_time_t *time) argument
22 time->abday[cnt] = "";
23 time->wabday[cnt] = empty_wstr;
/haiku-buildtools/gcc/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...]
/haiku-buildtools/gcc/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);
/haiku-buildtools/gcc/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);
/haiku-buildtools/gcc/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);
H A Dstringbuf_overflow.cc28 time_counter time;
37 start_counters(time, resource);
40 stop_counters(time, resource);
42 report_performance(__FILE__, oss.str(), time, resource);
43 clear_counters(time, resource);
H A Difstream_getline-2.cc30 time_counter time;
58 start_counters(time, resource);
60 stop_counters(time, resource);
62 report_performance(__FILE__, "C (fgets)", time, resource);
63 clear_counters(time, resource);
72 start_counters(time, resource);
74 stop_counters(time, resource);
75 report_performance(__FILE__, "C++ (string)", time, resource);
76 clear_counters(time, resource);
83 start_counters(time, resourc
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/25_algorithms/
H A Dsort_heap.cc26 time_counter time;
36 start_counters(time, resource);
38 stop_counters(time, resource);
40 report_performance(__FILE__, "make_heap_reverse", time, resource);
41 clear_counters(time, resource);
46 start_counters(time, resource);
48 stop_counters(time, resource);
50 report_performance(__FILE__, "make_heap_forwards", time, resource);
51 clear_counters(time, resource);
58 start_counters(time, resourc
[all...]
H A Dlexicographical_compare.cc27 time_counter time;
33 start_counters(time, resource);
41 stop_counters(time, resource);
42 report_performance(__FILE__, "", time, resource);
43 clear_counters(time, resource);
H A Dcopy_streambuf_iterators.cc33 time_counter time; local
47 start_counters(time, resource);
54 stop_counters(time, resource);
55 report_performance(__FILE__, "isb iters -> osb iter", time, resource);
56 clear_counters(time, resource);
67 start_counters(time, resource);
73 stop_counters(time, resource);
74 report_performance(__FILE__, "pointers -> osb iter", time, resource);
75 clear_counters(time, resource);
86 start_counters(time, resourc
[all...]

Completed in 104 milliseconds

1234567891011>>