Searched refs:time (Results 51 - 75 of 3079) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dsent.h17 #include <time.h>
/macosx-10.9.5/sudo-72/src/
H A Dinsults.h57 #define INSULT (insults[time(NULL) % NOFINSULTS])
/macosx-10.9.5/xnu-2422.115.4/libkern/uuid/
H A Duuid.c41 #include <sys/time.h>
99 uint64_t time; local
104 time = read_time();
105 out[0] = (uint8_t)(time >> 24);
106 out[1] = (uint8_t)(time >> 16);
107 out[2] = (uint8_t)(time >> 8);
108 out[3] = (uint8_t)time;
109 out[4] = (uint8_t)(time >> 40);
110 out[5] = (uint8_t)(time >> 32);
111 out[6] = (uint8_t)(time >> 5
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dset_modifier.c49 ent->modified_by->time = time(NULL);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dftime.c36 #include <sys/time.h>
49 tbp->time = t.tv_sec;
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A Dplatform.c58 #include <time.h>
67 time(&curTime);
89 extern void time(unsigned *tp);
96 time(&curTime);
108 #include <time.h>
133 time(&curTime);
177 #include <time.h>
186 time(&curTime);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A Dplatform.c58 #include <time.h>
67 time(&curTime);
89 extern void time(unsigned *tp);
96 time(&curTime);
108 #include <time.h>
133 time(&curTime);
177 #include <time.h>
186 time(&curTime);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioParamTimeline.h47 void setValueAtTime(float value, float time);
48 void linearRampToValueAtTime(float value, float time);
49 void exponentialRampToValueAtTime(float value, float time);
50 void setTargetAtTime(float target, float time, float timeConstant);
51 void setValueCurveAtTime(Float32Array* curve, float time, float duration);
58 // Given the time range, calculates parameter values into the values buffer
79 ParamEvent(Type type, float value, float time, float timeConstant, float duration, PassRefPtr<Float32Array> curve) argument
82 , m_time(time)
91 float time() const { return m_time; } function in class:WebCore::AudioParamTimeline::ParamEvent
H A DAudioParam.h88 void setValueAtTime(float value, float time) { m_timeline.setValueAtTime(value, time); } argument
89 void linearRampToValueAtTime(float value, float time) { m_timeline.linearRampToValueAtTime(value, time); } argument
90 void exponentialRampToValueAtTime(float value, float time) { m_timeline.exponentialRampToValueAtTime(value, time); } argument
91 void setTargetAtTime(float target, float time, float timeConstant) { m_timeline.setTargetAtTime(target, time, timeConstant); } argument
92 void setValueCurveAtTime(Float32Array* curve, float time, float duration) { m_timeline.setValueCurveAtTime(curve, time, duratio argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioUtilities.cpp57 size_t timeToSampleFrame(double time, double sampleRate) argument
59 return static_cast<size_t>(round(time * sampleRate));
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_time.h64 #define apr_time_sec(time) ((time) / APR_USEC_PER_SEC)
67 #define apr_time_usec(time) ((time) % APR_USEC_PER_SEC)
70 #define apr_time_msec(time) (((time) / 1000) % 1000)
73 #define apr_time_as_msec(time) ((time) / 1000)
86 * @return the current time
117 /** daylight saving time */
[all...]
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_time.h64 #define apr_time_sec(time) ((time) / APR_USEC_PER_SEC)
67 #define apr_time_usec(time) ((time) % APR_USEC_PER_SEC)
70 #define apr_time_msec(time) (((time) / 1000) % 1000)
73 #define apr_time_as_msec(time) ((time) / 1000)
86 * @return the current time
117 /** daylight saving time */
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-irix5.h38 time_t time(time_t *);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_napms.c46 #include <time.h>
48 #include <sys/time.h> /* needed for MacOS X DP3 */
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dthrottle.c40 # include <sys/time.h>
41 # include <time.h>
44 # include <sys/time.h>
46 # include <time.h>
85 te->penalty = time(NULL) + isakmp_cfg_config.auth_throttle;
104 now = time(NULL);
125 * give no penalty even on error: this is the first time
133 return (time(NULL)
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzprof.c33 #include <sys/time.h>
42 double time; member in struct:pfunc
62 double time; member in struct:parc
129 return ((*a)->time > (*b)->time ? -1 : ((*a)->time != (*b)->time));
135 return ((*a)->time > (*b)->time ? -1 : ((*a)->time !
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dprogress.c38 struct timeval time; member in struct:progress_history
56 * @param is_last True if this is the last time progress will be
72 if (!ph_start.time.tv_sec
73 || !(diff = msdiff(&ph_start.time, now)))
76 /* Switch to total time taken for our last update. */
80 if (!(diff = msdiff(&ph_list[oldest_hpos].time, now)))
141 if (!ph_start.time.tv_sec) {
144 /* Try to guess the real starting time when the sender started
145 * to send us data by using the time we last received some data
147 if (msdiff(&ph_list[newest_hpos].time,
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPlatformClockCA.cpp63 void PlatformClockCA::setCurrentTime(double time) argument
69 caTime.time.seconds = time;
79 // CAClock does not return the correct current time when stopped. Instead, query for
80 // what is the start time, i.e. what the current time will be when started.
83 return caTime.time.seconds;
86 return caTime.time.seconds;
/macosx-10.9.5/uucp-11/uucp/
H A Dtime.c0 /* time.c
2 Routines to deal with UUCP time spans.
28 const char time_rcsid[] = "$Id: time.c,v 1.22 2002/03/05 19:10:41 ian Rel $";
34 #include <sys/time.h>
36 #include <time.h>
43 #ifndef time
44 extern time_t time ();
51 /* See if the current time matches a time span. If it does, return
70 time (
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dtimer.el1 ;;; timer.el --- run a function with args at some time in future
48 (defun timer-set-time (timer time &optional delta)
49 "Set the trigger time of TIMER to TIME.
50 TIME must be in the internal format returned by, e.g., `current-time'.
55 (aset timer 1 (car time))
56 (aset timer 2 (if (consp (cdr time)) (car (cdr time)) (cdr time)))
57 (aset timer 3 (or (and (consp (cdr time)) (cons
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-unix.c52 #include <sys/time.h>
84 time that it took. This is simple if we have wait4, slightly
93 struct pex_time *time)
99 if (time == NULL)
105 if (time != NULL)
107 time->user_seconds = r.ru_utime.tv_sec;
108 time->user_microseconds= r.ru_utime.tv_usec;
109 time->system_seconds = r.ru_stime.tv_sec;
110 time->system_microseconds= r.ru_stime.tv_usec;
124 struct pex_time *time)
92 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
123 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
134 pex_wait(struct pex_obj *obj ATTRIBUTE_UNUSED, pid_t pid, int *status, struct pex_time *time) argument
179 struct pex_time time; member in struct:status_list
183 pex_wait(struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time) argument
477 pex_unix_wait(struct pex_obj *obj, long pid, int *status, struct pex_time *time, int done, const char **errmsg, int *err) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c3 #include <sys/time.h>
23 /* time out after 1 sec extra delay */
27 /* measure time for the kevent */
55 test_absolute_kevent(int time, int scale) argument
68 printf("Testing %d sec absolute timer...\n", time);
72 printf("Testing %d usec absolute timer...\n", time);
76 printf("Testing %d msec absolute timer...\n", time);
84 expected = time * timescale;
85 deadline = nowus / timescale + time;
88 if (time <
102 test_oneshot_kevent(int time, int scale) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DDNSResolveQueue.cpp61 double time = currentTime(); local
63 if (time - m_lastProxyEnabledStatusCheckTime > minimumProxyCheckDelay) {
64 m_lastProxyEnabledStatusCheckTime = time;
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_time.h2 * ntfs_time.h - NTFS time conversion functions for the NTFS kernel driver.
41 #include <sys/time.h>
49 * utc2ntfs - convert OS X time to NTFS time
50 * @ts: OS X UTC time to convert to NTFS (little endian) time
52 * Convert the OS X UTC time @ts to its corresponding NTFS time and return that
55 * OS X stores time in a struct timespec consisting of a time_t (long at
60 * NTFS uses Microsoft's standard time forma
126 ntfs2utc(const sle64 time) argument
[all...]
/macosx-10.9.5/ntp-88/include/
H A Dntp_syscall.h30 struct timeval time; /* current time (ro) */ member in struct:ntptimeval
46 ntv->time = tntx.time;

Completed in 514 milliseconds

1234567891011>>