Searched refs:seconds (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsleep.c41 sleep(unsigned int seconds) argument
43 SleepEx(1000 * (DWORD) seconds, FALSE);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDOMTimeStamp.h38 inline DOMTimeStamp convertSecondsToDOMTimeStamp(double seconds) argument
40 return static_cast<DOMTimeStamp>(seconds * 1000.0);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsleep.c30 sleep (unsigned int seconds) argument
37 for (remaining = seconds; remaining > 0; remaining--)
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dsleep.c48 __sleep(unsigned int seconds) argument
54 * Avoid overflow when `seconds' is huge. This assumes that
57 if (seconds > INT_MAX)
58 return (seconds - INT_MAX + __sleep(INT_MAX));
60 time_to_sleep.tv_sec = seconds;
65 return (seconds); /* best guess */
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dtime_value.h67 integer_t seconds; member in struct:time_value
83 (val)->seconds++; \
89 (result)->seconds += (addend)->seconds; \
92 (result)->seconds++; \
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
48 seconds = 0;
59 seconds++;
63 /seconds == $1/
/macosx-10.9.5/dtrace-118.1/DTTk/Cpu/
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
48 seconds = 0;
59 seconds++;
63 /seconds == $1/
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dtime.c88 unsigned int seconds, unsigned int nanoseconds)
93 i->seconds = seconds;
102 if (i->seconds == 0 && i->nanoseconds == 0)
117 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { argument
121 t->seconds = seconds;
129 t->seconds = 0;
138 if (t->seconds == 0 && t->nanoseconds == 0)
175 * Ensure the tv_sec value fits in t->seconds
87 isc_interval_set(isc_interval_t *i, unsigned int seconds, unsigned int nanoseconds) argument
337 time_t seconds; local
[all...]
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dtime.c88 unsigned int seconds, unsigned int nanoseconds)
93 i->seconds = seconds;
102 if (i->seconds == 0 && i->nanoseconds == 0)
117 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { argument
121 t->seconds = seconds;
129 t->seconds = 0;
138 if (t->seconds == 0 && t->nanoseconds == 0)
175 * Ensure the tv_sec value fits in t->seconds
87 isc_interval_set(isc_interval_t *i, unsigned int seconds, unsigned int nanoseconds) argument
338 time_t seconds; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dkillme_after.c9 /* void killme_after(seconds)
10 /* unsigned int seconds;
41 void killme_after(unsigned int seconds) argument
55 alarm(seconds);
/macosx-10.9.5/dtrace-118.1/test/tst/common/predicates/
H A Dtst.predcache.ksh106 seconds=`date +%S`
108 if [ "$seconds" -ne "$last" ]; then
109 last=$seconds
129 seconds=`date +%S`
131 if [ "$seconds" -ne "$last" ]; then
132 last=$seconds
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_noevent.c86 int timeout; /* seconds */
128 int seconds; local
132 seconds = subtotal;
133 subtotal -= seconds;
139 sleep(seconds);
155 int seconds;
159 seconds = subtotal/1000000;
166 sleep(seconds);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dclock.c72 int seconds, seconds_fraction; local
77 seconds = timestamp % 60;
79 fprintf (fp, "%ldm%d.%03ds", minutes, seconds, seconds_fraction);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tcltklib/
H A Dlines0.tcl4 puts [clock format [clock seconds]]
19 puts [clock format [clock seconds]]
34 puts [clock format [clock seconds]]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtktimer.rb31 $seconds=0
41 $seconds+=1
43 $label.text format("%d.%02d", $seconds, $hundredths)
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D30future_tz.t23 [ seconds => 50 * 365 * 1440 * 60, 'America/Los_Angeles' ],
H A D25add_subtract.t14 $dt->add( months => 1 )->truncate( to => 'month' )->subtract( seconds => 1 );
25 my $dt2 = $dt->clone->add( months => 1 )->subtract( seconds => 1 );
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/include/isc/
H A Dtime.h40 unsigned int seconds; member in struct:isc_interval
50 unsigned int seconds, unsigned int nanoseconds);
52 * Set 'i' to a value representing an interval of 'seconds' seconds and
84 unsigned int seconds; member in struct:isc_time
91 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds);
93 * Set 't' to a value which represents the given number of seconds and
100 * isc_interval_set(i, seconds, nanoseconds);
243 * Return the number of seconds since the epoch stored in a time structure.
253 * Ensure the number of seconds i
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dtimer.cpp69 impl::timer::timer(const unsigned int seconds) argument
78 timeval.it_value.tv_sec = seconds;
105 impl::child_timer::child_timer(const unsigned int seconds, const pid_t pid, argument
107 timer(seconds),
/macosx-10.9.5/ntp-88/lib/isc/unix/include/isc/
H A Dtime.h40 unsigned int seconds; member in struct:isc_interval
50 unsigned int seconds, unsigned int nanoseconds);
52 * Set 'i' to a value representing an interval of 'seconds' seconds and
84 unsigned int seconds; member in struct:isc_time
91 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds);
93 * Set 't' to a value which represents the given number of seconds and
100 * isc_interval_set(i, seconds, nanoseconds);
243 * Return the number of seconds since the epoch stored in a time structure.
253 * Ensure the number of seconds i
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tests/
H A Dall.tcl38 set timeCmd {clock format [clock seconds]}
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DFullscreenVideoControllerGStreamer.cpp141 int seconds = fabsf(time); local
142 int hours = seconds / (60 * 60);
143 int minutes = (seconds / 60) % 60;
144 seconds %= 60;
148 return String::format("%s%02d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
149 return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
152 return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A Devent_status_driver.h64 extern void NXSetKeyRepeatInterval(NXEventHandle handle, double seconds);
71 extern void NXSetClickTime(NXEventHandle handle, double seconds);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Date/
H A D15.9.4.3.js26 var TITLE = "Date.UTC( year, month, date, hours, minutes, seconds, ms )";
37 this.seconds = 0;
41 function utc( year, month, date, hours, minutes, seconds, ms ) {
53 if (seconds)
54 d.seconds = Number(seconds);
63 isNaN(minutes) || isNaN(seconds) || isNaN(ms) ) {
69 d.seconds = Number.NaN;
78 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
184 testcases[item++] = new TestCase( SECTION, DateString+".getUTCSeconds()", ExpectDate.seconds,DateCas
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DUpdateAtlas.h53 void addTimeInactive(double seconds) argument
56 m_inactivityInSeconds += seconds;

Completed in 182 milliseconds

1234567891011>>