Searched refs:clock (Results 1 - 25 of 75) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/ctime/
H A Dfunctions_std.cc24 using std::clock;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dassumed_charlen_arg_1.f909 subroutine create_watch_ss(name,clock)
11 integer, optional :: clock local in subroutine:create_watch_ss
12 if (present(clock)) then
H A Drandom_seed_3.f909 INTEGER :: i, n, clock local in subroutine:init_random_seed
15 CALL SYSTEM_CLOCK(COUNT=clock)
17 seed = clock + 37 * (/ (i - 1, i = 1, n) /)
H A Dused_types_7.f9034 subroutine ESMF_ClockAdvance(clock)
35 type(ESMF_Clock), intent(inout) :: clock local in subroutine:ESMF_ClockAdvance
36 clock%CurrTime = clock%CurrTime + clock%CurrTime
H A Dused_types_8.f9040 subroutine ESMF_ClockAdvance(clock)
42 type(ESMF_Clock), intent(inout) :: clock local in subroutine:ESMF_ClockAdvance
43 clock%CurrTime = clock%CurrTime + clock%CurrTime
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000728-1.c1 struct clock { struct
7 struct clock clock_old = {0, 0};
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dsubr.h5 static int clock (void) function
9 asm __volatile__ ("mov.u32 %0, %%clock;" : "=r"(thetime));
21 start = clock ();
26 ticks = clock () - start;
36 start = clock ();
41 ticks = clock () - start;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr51150.C7 template <class T> void Foo(Clock* clock) { argument
8 const int now = clock->Now();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/performance/time/
H A Delapsed_timer.cc55 m_start = ::clock();
61 const clock_t now = ::clock();
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dsecnds_.c42 time_t clock; local
45 clock = time (NULL);
46 lt = localtime (&clock);
H A Dmclock_.c43 return clock ();
H A Dsys_clock_.c62 #error Dont know clock tick length
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/headers/ctime/
H A Dfunctions_std.cc25 using std::clock;
/haiku-buildtools/gcc/libiberty/
H A Dgetruntime.c108 /* Fall back on clock and hope it's correctly implemented. */
111 return clock () * (1000000 / clocks_per_sec);
113 return clock () / clocks_per_sec;
H A Dclock.c1 /* ANSI-compatible clock function.
27 @deftypefn Supplemental long clock (void)
70 clock (void) function
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgetruntime.c108 /* Fall back on clock and hope it's correctly implemented. */
111 return clock () * (1000000 / clocks_per_sec);
113 return clock () / clocks_per_sec;
H A Dclock.c1 /* ANSI-compatible clock function.
27 @deftypefn Supplemental long clock (void)
70 clock (void) function
/haiku-buildtools/legacy/gcc/libiberty/
H A Dgetruntime.c70 /* Fall back on clock and hope it's correctly implemented. */
73 return clock () * (1000000 / clocks_per_sec);
75 return clock () / clocks_per_sec;
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dtime.h36 #undef clock macro
50 using std::clock;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/
H A D57641.cc34 // custom clock with epoch 10s before system_clock's
35 struct clock struct
40 typedef C::time_point<clock> time_point;
56 test = mx.try_lock_until(clock::now() + C::milliseconds(1));
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Detime_.c37 double t = clock();
H A Ddtime_.c38 double t = clock();
/haiku-buildtools/gcc/gcc/ada/
H A Dthread.c36 /* If the clock we used for tasking (CLOCK_RT_Ada) is not the default
60 #include <mach/clock.h>
63 /* Return the clock ticks per nanosecond for Posix systems lacking the
/haiku-buildtools/binutils/libiberty/
H A Dgetruntime.c112 /* Fall back on clock and hope it's correctly implemented. */
115 return clock () * (1000000 / clocks_per_sec);
117 return clock () / clocks_per_sec;
H A Dclock.c1 /* ANSI-compatible clock function.
27 @deftypefn Supplemental long clock (void)
70 clock (void) function

Completed in 208 milliseconds

123