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

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsleep.c41 sleep(unsigned int seconds) argument
43 SleepEx(1000 * (DWORD) seconds, FALSE);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsleep.c30 sleep (unsigned int seconds) argument
37 for (remaining = seconds; remaining > 0; remaining--)
/macosx-10.10.1/Libc-1044.1.2/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.10.1/xnu-2782.1.97/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.10.1/dtrace-147/DTTk/Bin/
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
48 seconds = 0;
59 seconds++;
63 /seconds == $1/
/macosx-10.10.1/dtrace-147/DTTk/Cpu/
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
48 seconds = 0;
59 seconds++;
63 /seconds == $1/
/macosx-10.10.1/bind9-45.101/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.10.1/ntp-92/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.10.1/postfix-255/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.10.1/dtrace-147/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.10.1/tcl-105/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.10.1/Security-57031.1.35/Security/libsecurity_transform/misc/
H A Dspeed-test.mm39 void timed_test(NSString *name, float seconds, SecTransformRef tr, push_block_t push) {
47 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, static_cast<int64_t>(seconds * NSEC_PER_SEC)), dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{
76 NSString *m = [NSString stringWithFormat:@"%@ %d in, %d out times in %f seconds, %d stragglers\n", name, timeout_in, timeout_out, seconds, num_out - timeout_out];
82 float seconds = 5.0;
92 timed_test(@"external source", seconds, t, ^(CFDataRef d){
104 timed_test(@"set INPUT", seconds, t, ^(CFDataRef d){
/macosx-10.10.1/bash-94.1.2/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.10.1/ruby-106/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.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktimer.rb31 $seconds=0
41 $seconds+=1
43 $label.text format("%d.%02d", $seconds, $hundredths)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DCacheModel.h41 unsigned& cacheTotalCapacity, unsigned& cacheMinDeadCapacity, unsigned& cacheMaxDeadCapacity, std::chrono::seconds& deadDecodedDataDeletionInterval,
/macosx-10.10.1/bind9-45.101/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.10.1/bind9-45.101/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.10.1/ntp-92/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.10.1/tcl-105/tcl_ext/tkimg/tkimg/tests/
H A Dall.tcl38 set timeCmd {clock format [clock seconds]}
/macosx-10.10.1/IOKitUser-1050.1.21/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.10.1/JavaScriptCore-7600.1.17/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.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscalendardate.py19 years, months, days, hours, minutes, seconds = obj.years_months_days_hours_minutes_seconds_sinceDate_(None, None, None, None, None, None, obj2)
25 self.assertEquals(seconds, 6)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscalendardate.py19 years, months, days, hours, minutes, seconds = obj.years_months_days_hours_minutes_seconds_sinceDate_(None, None, None, None, None, None, obj2)
25 self.assertEqual(seconds, 6)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nscalendardate.py19 years, months, days, hours, minutes, seconds = obj.years_months_days_hours_minutes_seconds_sinceDate_(None, None, None, None, None, None, obj2)
25 self.assertEqual(seconds, 6)

Completed in 163 milliseconds

1234567891011>>