Searched refs:secs (Results 1 - 25 of 163) sorted by relevance

1234567

/macosx-10.10/BerkeleyDB-21/db/os_brew/
H A Dos_yield.c18 __os_yield(env, secs, usecs)
20 u_long secs, usecs; /* Seconds and microseconds. */
25 COMPQUIET(secs, 0);
30 ++secs;
38 MSLEEP(secs * MS_PER_SEC + (usecs / US_PER_MS) + 1);
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_yield.c18 __os_yield(env, secs, usecs)
20 u_long secs, usecs; /* Seconds and microseconds. */
26 ++secs;
34 Sleep(secs * MS_PER_SEC + (usecs / US_PER_MS) + 1);
/macosx-10.10/BerkeleyDB-21/db/os_vxworks/
H A Dos_vx_yield.c18 __os_yield(env, secs, usecs)
20 u_long secs, usecs; /* Seconds and microseconds. */
28 ++secs;
42 secs * ticks_per_second + (usecs * ticks_per_second) / US_PER_SEC;
43 if (ticks_delay == 0 && (secs != 0 || usecs != 0))
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_yield.c27 __os_yield(env, secs, usecs)
29 u_long secs, usecs; /* Seconds and microseconds. */
36 ++secs;
39 (void)DB_GLOBAL(j_yield)(secs, usecs);
48 if (secs != 0 || usecs != 0)
49 __os_sleep(env, secs, usecs);
71 __os_sleep(env, secs, usecs)
73 u_long secs, usecs; /* Seconds and microseconds. */
82 t.tv_sec = (long)secs;
/macosx-10.10/misc_cmds-33/leave/
H A Dleave.c69 u_int secs; local
108 secs = hours * 60 * 60 + minutes * 60;
131 secs = (hours - t_12_hour) * 60 * 60;
132 secs += (minutes - t->tm_min) * 60;
133 secs -= now % 60; /* truncate (now + secs) to min */
135 doalarm(secs);
140 doalarm(u_int secs) argument
149 daytime += secs;
155 if (secs >
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry_copy_bhfi.c57 time_t secs; local
60 fileTimeToUtc(&bhfi->ftLastAccessTime, &secs, &nsecs);
61 archive_entry_set_atime(entry, secs, nsecs);
62 fileTimeToUtc(&bhfi->ftLastWriteTime, &secs, &nsecs);
63 archive_entry_set_mtime(entry, secs, nsecs);
64 fileTimeToUtc(&bhfi->ftCreationTime, &secs, &nsecs);
65 archive_entry_set_birthtime(entry, secs, nsecs);
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dalarm.c43 alarm(secs)
44 unsigned int secs;
50 itp->it_value.tv_sec = secs;
/macosx-10.10/system_cmds-643.1.1/ac.tproj/
H A Dac.c72 time_t secs; member in struct:user_list
198 update_user(head, name, secs)
201 time_t secs;
207 up->secs += secs;
208 Total += secs;
223 up->secs = secs;
224 Total += secs;
289 show(name, secs)
352 time_t secs; local
461 time_t secs = 0; local
[all...]
/macosx-10.10/file_cmds-242/dd/
H A Dmisc.c63 double secs; local
67 secs = tv.tv_sec + tv.tv_usec * 1e-6 - st.start;
68 if (secs < 1e-6)
69 secs = 1e-6;
86 "%qu bytes transferred in %.6f secs (%.0f bytes/sec)\n",
87 st.bytes, secs, st.bytes / secs);
/macosx-10.10/dtrace-147/DTTk/Apps/
H A Dhttpdstat.d57 secs = $1 ? $1 : 1;
64 secs--;
72 /first || (secs == 0 && lines > SCREEN)/
115 /secs == 0/
120 secs = $1 ? $1 : 1;
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dhttpdstat.d57 secs = $1 ? $1 : 1;
64 secs--;
72 /first || (secs == 0 && lines > SCREEN)/
115 /secs == 0/
120 secs = $1 ? $1 : 1;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dclock.h117 clock_sec_t *secs,
126 clock_sec_t secs,
137 long *secs,
145 clock_sec_t *secs,
149 clock_sec_t secs,
153 clock_sec_t *secs,
158 clock_sec_t *secs,
169 clock_sec_t *secs,
177 clock_sec_t *secs,
181 clock_sec_t *secs,
[all...]
H A Dclock.c118 long *secs,
133 #define TIME_ADD(rsecs, secs, rfrac, frac, unit) \
139 (rsecs) += (secs); \
142 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \
148 (rsecs) -= (secs); \
231 clock_sec_t *secs,
234 clock_get_calendar_absolute_and_microtime(secs, microsecs, NULL);
247 clock_sec_t *secs,
285 absolutetime_to_microtime(now, secs, microsecs);
287 *secs
230 clock_get_calendar_microtime( clock_sec_t *secs, clock_usec_t *microsecs) argument
246 clock_get_calendar_absolute_and_microtime( clock_sec_t *secs, clock_usec_t *microsecs, uint64_t *abstime) argument
304 clock_get_calendar_nanotime( clock_sec_t *secs, clock_nsec_t *nanosecs) argument
353 clock_gettimeofday( clock_sec_t *secs, clock_usec_t *microsecs) argument
404 clock_set_calendar_microtime( clock_sec_t secs, clock_usec_t microsecs) argument
477 clock_sec_t sys, secs; local
534 clock_get_boottime_nanotime( clock_sec_t *secs, clock_nsec_t *nanosecs) argument
559 clock_adjtime( long *secs, int *microsecs) argument
584 calend_set_adjustment( long *secs, int *microsecs) argument
946 clock_get_calendar_nanotime_nowait( clock_sec_t *secs, clock_nsec_t *nanosecs) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dtime.c44 int secs; local
60 secs = year_secs(tm.tm_year + 1900);
61 t += secs;
63 while ((secs = year_secs(tm.tm_year + 1900)) <= t) {
64 t -= secs;
70 while ((secs = month_secs(tm.tm_mon, tm.tm_year + 1900)) <= t) {
71 t -= secs;
137 int secs; local
179 secs = (is_leap(i) ? 366 : 365) * 86400;
180 value -= secs;
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DSimple.pm7 params => [qw( year month mday hours mins secs fsecs ampm )],
19 params => [qw( month mday year hours mins secs fsecs ampm )],
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DSimple.pm7 params => [qw( year month mday hours mins secs fsecs ampm )],
19 params => [qw( month mday year hours mins secs fsecs ampm )],
/macosx-10.10/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddeltatime.c14 long secs; /* the seconds */ local
34 rc1 = sscanf(ts, "%ld", &secs);
44 dt1 = secs - last_secs;
66 last_secs = secs;
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dstrftime.c26 time_t secs; local
58 secs = i;
61 secs = NOW;
63 t = localtime (&secs);
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dperf_c.h141 #define SLEEP(secs) \
144 delay.tv_sec = (secs); \
151 #define SLEEP(secs) \
152 sleep(secs)
H A Dperf.c534 unsigned32 secs
548 printf("+ Sleeping for %lu seconds...\n", secs);
549 SLEEP(secs);
554 printf("+ CPU looping for %lu seconds...\n", secs);
555 while ((unsigned32)(time(0) - start_time) < secs)
564 char *heap = (char *) malloc(secs);
572 printf("+ Writing file \"%s\" (size=%ld bytes)\n", t, secs);
580 for (i = 0; i < secs; i++)
592 n = read(f, heap, (int) secs);
614 printf("+ Forking sleep for %lu seconds...\n", secs);
698 unsigned32 secs; member in struct:shutdown_info
[all...]
/macosx-10.10/cups-408/cups/filter/
H A Drasterbench.c45 static double compute_median(double *secs);
128 compute_median(double *secs) /* I - Array of time samples */ argument
140 if (secs[i] > secs[j])
142 temp = secs[i];
143 secs[i] = secs[j];
144 secs[j] = temp;
151 return (0.5 * (secs[TEST_PASSES / 2 - 1] + secs[TEST_PASSE
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dtimer.el63 (defun timer-set-idle-time (timer secs &optional repeat)
71 (if (consp secs)
72 (progn (aset timer 1 (car secs))
73 (aset timer 2 (if (consp (cdr secs)) (car (cdr secs)) (cdr secs)))
74 (aset timer 3 (or (and (consp (cdr secs)) (consp (cdr (cdr secs)))
75 (nth 2 secs))
80 (timer-inc-time timer secs))
[all...]
/macosx-10.10/dtrace-147/test/tst/common/misc/
H A Dtst.enablerace.ksh63 /secs++/
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Drtclock.c92 _absolutetime_to_microtime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *microsecs) argument
95 *secs = abstime / (uint64_t)NSEC_PER_SEC;
102 _absolutetime_to_nanotime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *nanosecs) argument
104 *secs = abstime / (uint64_t)NSEC_PER_SEC;
382 clock_sec_t *secs,
387 _absolutetime_to_microtime(now, secs, microsecs);
392 clock_sec_t *secs,
397 _absolutetime_to_nanotime(now, secs, nanosecs);
405 clock_sec_t *secs,
411 remain = _absolutetime_to_microtime(now, secs, microsec
381 clock_get_system_microtime( clock_sec_t *secs, clock_usec_t *microsecs) argument
391 clock_get_system_nanotime( clock_sec_t *secs, clock_nsec_t *nanosecs) argument
401 clock_gettimeofday_set_commpage( uint64_t abstime, uint64_t epoch, uint64_t offset, clock_sec_t *secs, clock_usec_t *microsecs) argument
504 absolutetime_to_microtime( uint64_t abstime, clock_sec_t *secs, clock_usec_t *microsecs) argument
513 nanotime_to_absolutetime( clock_sec_t secs, clock_nsec_t nanosecs, uint64_t *result) argument
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A Dparselog.py98 secs=0
100 secs = secs*60 +float(t)
101 if (secs>maxTime):
102 maxTime=secs
103 if (secs<minTime):
104 minTime=secs
107 #print (("getIP:%s" % (line)), time, secs)
123 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]])
125 plotPoints.append([secs, ipLis
[all...]

Completed in 365 milliseconds

1234567