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

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/ac/
H A Dtime.h1 /* Generic time.h */
17 # include <sys/time.h>
18 # include <time.h>
20 # include <sys/time.h>
25 # include <time.h>
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dtime.h1 /* Generic time.h */
21 # include <sys/time.h>
22 # include <time.h>
24 # include <sys/time.h>
29 # include <time.h>
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dtime.c0 /* time.c
2 Get the current time. */
7 #include <time.h>
12 #ifndef time
13 extern time_t time ();
16 /* Get the time in seconds since the epoch, with optional
19 time based only on the process). */
30 return (long) time ((time_t *) NULL);
H A Dproctm.c2 Get the time spent in the process.
51 #include <time.h>
55 #include <sys/time.h>
101 #ifndef time
102 extern time_t time ();
110 /* Get the time in seconds and microseconds; this need only work
139 time. If we detect this, we switch to using time. */
140 if (slast.time != 0
141 && (stime.time < slas
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dtime.c43 "notes: measures time()\n");
55 (void) time(NULL);
56 (void) time(NULL);
57 (void) time(NULL);
58 (void) time(NULL);
59 (void) time(NULL);
60 (void) time(NULL);
61 (void) time(NULL);
62 (void) time(NULL);
63 (void) time(NUL
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/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)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetdate.h1 /* Parse a string into an internal time stamp.
21 #include <time.h>
H A Dutimens.h1 #include <time.h>
H A Dwchar_.h32 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
36 #include <time.h>
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsystime.h1 /* systime.h - System-dependent definitions for time manipulations.
26 #include <sys/time.h>
27 #include <time.h>
30 #include <sys/time.h>
32 #include <time.h>
53 /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h
79 EMACS_GET_TIME (TIME) stores the current system time in TIME, which
96 #define EMACS_SECS(time) ((time).tv_sec + 0)
97 #define EMACS_USECS(time) ((tim
[all...]
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dposixtime.h1 /* posixtime.h -- wrapper for time.h, sys/times.h mess. */
26 For example, Dynix/ptx has that definition in <time.h> rather than
27 sys/time.h */
29 # include <sys/time.h>
30 # include <time.h>
33 # include <sys/time.h>
35 # include <time.h>
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_date.h8 /* return formatted time
17 #include <time.h>
H A Dverify.h17 #include <time.h>
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsane_time.h8 /* time(2) with backward time jump protection
17 #include <time.h>
/macosx-10.9.5/libresolv-54/
H A Dns_date.c36 #include <time.h>
60 struct tm time; local
72 memset(&time, 0, sizeof time);
73 time.tm_year = datepart(cp + 0, 4, 1990, 9999, errp) - 1900;
74 time.tm_mon = datepart(cp + 4, 2, 01, 12, errp) - 1;
75 time.tm_mday = datepart(cp + 6, 2, 01, 31, errp);
76 time.tm_hour = datepart(cp + 8, 2, 00, 23, errp);
77 time.tm_min = datepart(cp + 10, 2, 00, 59, errp);
78 time
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/aggs/
H A Dtst.clearavg2.d49 @time = avg(0);
55 printa(" %@d\n", @time);
56 clear(@time);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Drand.c44 srandom(time(NULL));
46 srand ((int)time(NULL));
H A Dtm2time.c37 #include <sys/time.h>
38 #include <time.h>
40 #include <sys/time.h>
42 #include <time.h>
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DVibrationClientBlackBerry.cpp32 void VibrationClientBlackBerry::vibrate(const unsigned& time) argument
34 BlackBerryPlatformVibrate::vibrate(time, 1.);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioParam.idl43 void setValueAtTime(float value, float time);
44 void linearRampToValueAtTime(float value, float time);
45 void exponentialRampToValueAtTime(float value, float time);
47 // Exponentially approach the target with a rate having the given time constant.
48 void setTargetAtTime(float target, float time, float timeConstant);
50 // Sets an array of arbitrary parameter values starting at time for the given duration.
52 void setValueCurveAtTime(Float32Array values, float time, float duration);
57 [Conditional=LEGACY_WEB_AUDIO, ImplementedAs=setTargetAtTime] void setTargetValueAtTime(float targetValue, float time, float timeConstant);
/macosx-10.9.5/sudo-72/src/
H A Dgettime.c21 #include <sys/time.h>
24 # include <time.h>
30 * Get the current time via gettimeofday() for systems with
31 * timespecs in struct stat or, otherwise, using time().
41 rval = (int)time(&tv->tv_sec);
/macosx-10.9.5/libauto-185.5/auto_tester/
H A Dauto_perf.c30 #include <time.h>
39 char *duration_description(uint64_t time, char *buf, int bufsz) { argument
44 while (time/divisor > 1000 && suffix < sizeof(suffixes)/sizeof(void *)) {
49 snprintf(buf, bufsz, "%3.3g %s", (float)time/divisor, suffixes[suffix]);
76 void measure(uint64_t *reps, uint64_t *time, void (^test)()) { argument
99 *time = d;
102 void log_result(char *name, uint64_t repetitions, uint64_t time) { argument
104 printf("%s: %ld repetitions in %s = %ld per second\n", name, (long)repetitions, duration_description(time, buf, sizeof(buf)), (long)(repetitions * NSEC_PER_SEC / time));
110 uint64_t reps, time; local
119 uint64_t reps, time; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/etc/
H A Dtimer.asm6 time dd 0, 0 define
20 mov [time+0],edx
21 mov [time+4],eax
34 sub eax,[time+4]
35 sbb edx,[time+0]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dfind.py63 from time import time
71 t0 = time();
74 print 'filldb %d rows: %g sec' % (n, time() - t0)
78 t0 = time();
81 print ' find_raw %d times, key %d -> %d: %g sec' % (n, k, r, time() - t0)
85 t0 = time();
89 print ' find_ord %d times, key %d -> %d: %g sec' % (n, k, r, time() - t0)
93 t0 = time();
97 print ' hash_ini %d times, size %d: %g sec' % (n, len(map), time()
[all...]
/macosx-10.9.5/Libc-997.90.3/stdtime/
H A Dtimezone_unix03.c24 #include <time.h>

Completed in 187 milliseconds

1234567891011>>