Searched refs:delta (Results 1 - 25 of 1237) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Ddatetime.hpp49 /// Represents a time delta to describe deadlines.
50 class delta { class in namespace:utils::datetime
52 /// The amount of seconds in the time delta.
55 /// The amount of microseconds in the time delta.
58 delta(void);
59 delta(const int64_t, const unsigned long);
61 static delta from_microseconds(const int64_t);
64 bool operator==(const delta&) const;
65 bool operator!=(const delta&) const;
67 delta operato
[all...]
H A Ddatetime_test.cpp46 const datetime::delta delta; local
47 ATF_REQUIRE_EQ(0, delta.seconds);
48 ATF_REQUIRE_EQ(0, delta.useconds);
55 const datetime::delta delta(1, 2);
56 ATF_REQUIRE_EQ(1, delta.seconds);
57 ATF_REQUIRE_EQ(2, delta.useconds);
65 const datetime::delta delta local
70 const datetime::delta delta = datetime::delta::from_microseconds( local
76 const datetime::delta delta = datetime::delta::from_microseconds( local
82 const datetime::delta delta = datetime::delta::from_microseconds( local
88 const datetime::delta delta = datetime::delta::from_microseconds( local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dpunycode.c57 adapt(unsigned delta, unsigned numpoints, int first) argument
62 delta = delta / damp;
64 delta /= 2;
65 delta += delta / numpoints;
67 while (delta > ((base - t_min) * t_max) / 2) {
68 delta /= base - t_min;
71 return k + (((base - t_min + 1) * delta) / (delta
95 unsigned delta = 0; local
[all...]
/netbsd-current/sys/kern/
H A Dkern_rate.c45 struct timeval tv, delta; local
49 timersub(&tv, lasttime, &delta);
55 if (timercmp(&delta, mininterval, >=) ||
70 struct timeval tv, delta; local
74 timersub(&tv, lasttime, &delta);
85 delta.tv_sec >= 1) {
/netbsd-current/external/cddl/osnet/lib/libzpool/
H A Datomic.c17 atomic_add_64(volatile uint64_t *ptr, int64_t delta) { argument
18 *ptr += delta;
32 atomic_add_64_nv(volatile uint64_t *ptr, int64_t delta) { argument
33 return *ptr += delta;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/cds/
H A Dchecktime.pl26 my $delta = $inception - $notbefore;
27 die "bad inception time $delta" unless abs($delta - $target) <= 10;
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dsh_flowinfo.d74 this->delta = (timestamp - self->last) / 1000;
76 this->delta, basename(copyinstr(arg0)), arg2, "func",
84 this->delta = (timestamp - self->last) / 1000;
87 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2,
94 this->delta = (timestamp - self->last) / 1000;
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
104 this->delta = (timestamp - self->last) / 1000;
107 this->delta, basename(copyinstr(arg0)), "builtin",
114 this->delta = (timestamp - self->last) / 1000;
116 this->delta, basenam
[all...]
H A Dsh_syscolors.d78 this->delta = (timestamp - self->last) / 1000;
80 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
88 this->delta = (timestamp - self->last) / 1000;
91 cpu, pid, this->delta, basename(copyinstr(arg0)), "func",
98 this->delta = (timestamp - self->last) / 1000;
100 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
108 this->delta = (timestamp - self->last) / 1000;
111 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
118 this->delta = (timestamp - self->last) / 1000;
120 cpu, pid, this->delta, basenam
[all...]
H A Dphp_syscolors.d72 this->delta = (timestamp - self->last) / 1000;
74 cpu, pid, tid, this->delta, basename(copyinstr(arg1)), arg2, "func",
83 this->delta = (timestamp - self->last) / 1000;
87 cpu, pid, tid, this->delta, basename(copyinstr(arg1)), arg2, "func",
95 this->delta = (timestamp - self->last) / 1000;
97 cpu, pid, tid, this->delta, "\"", "syscall", self->depth * 2, "",
105 this->delta = (timestamp - self->last) / 1000;
107 cpu, pid, tid, this->delta, "\"", "syscall", self->depth * 2, "",
H A Dpl_syscolors.d76 this->delta = (timestamp - self->last) / 1000;
78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
86 this->delta = (timestamp - self->last) / 1000;
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
98 this->delta = (timestamp - self->last) / 1000;
100 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
108 this->delta = (timestamp - self->last) / 1000;
110 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
H A Dpy_syscolors.d73 this->delta = (timestamp - self->last) / 1000;
75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
83 this->delta = (timestamp - self->last) / 1000;
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
95 this->delta = (timestamp - self->last) / 1000;
97 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
105 this->delta = (timestamp - self->last) / 1000;
107 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
H A Dtcl_flowtime.d3 * tcl_flowtime.d - snoop Tcl execution showing procedure flow and delta times.
73 this->delta = (timestamp - self->last) / 1000;
75 this->delta, self->depth * 2, "", copyinstr(arg0));
82 this->delta = (timestamp - self->last) / 1000;
85 this->delta, self->depth * 2, "", copyinstr(arg0));
91 this->delta = (timestamp - self->last) / 1000;
93 this->delta, self->depth * 2, "", copyinstr(arg0));
100 this->delta = (timestamp - self->last) / 1000;
103 this->delta, self->depth * 2, "", copyinstr(arg0));
/netbsd-current/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_flowinfo.d74 this->delta = (timestamp - self->last) / 1000;
76 this->delta, basename(copyinstr(arg0)), arg2, "func",
84 this->delta = (timestamp - self->last) / 1000;
87 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2,
94 this->delta = (timestamp - self->last) / 1000;
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
104 this->delta = (timestamp - self->last) / 1000;
107 this->delta, basename(copyinstr(arg0)), "builtin",
114 this->delta = (timestamp - self->last) / 1000;
116 this->delta, basenam
[all...]
H A Dsh_syscolors.d78 this->delta = (timestamp - self->last) / 1000;
80 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
88 this->delta = (timestamp - self->last) / 1000;
91 cpu, pid, this->delta, basename(copyinstr(arg0)), "func",
98 this->delta = (timestamp - self->last) / 1000;
100 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
108 this->delta = (timestamp - self->last) / 1000;
111 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
118 this->delta = (timestamp - self->last) / 1000;
120 cpu, pid, this->delta, basenam
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dtimecmp.c40 time_t delta = t1 - t2; local
42 if (delta == 0)
53 return ((2 * delta > delta) ? 1 : -1);
55 return ((delta > (time_t) 0) ? 1 : -1);
/netbsd-current/sys/arch/arm/arm32/
H A Darm11_pmc.c120 uint32_t delta = 0; local
127 delta = usecs = 0;
139 delta += (last + (counts_per_wrap - cur));
141 delta += (cur - last);
144 if (delta >= COUNTS_PER_USEC) {
145 usecs += delta / COUNTS_PER_USEC;
146 delta %= COUNTS_PER_USEC;
H A Dcortex_pmc.c87 uint32_t delta = 0; local
97 delta = usecs = 0;
112 delta += (cur + (counts_per_wrap - last));
114 delta += (cur - last);
117 if (delta >= counts_per_usec) {
118 usecs += delta / counts_per_usec;
119 delta %= counts_per_usec;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Ddate_and_time.c193 index_type len, delta, elt_size; local
197 delta = GFC_DESCRIPTOR_STRIDE(__values,0);
198 if (delta == 0)
199 delta = 1;
211 for (i = 0; i < VALUES_SIZE; i++, vptr4 += delta)
218 for (i = 0; i < VALUES_SIZE; i++, vptr8 += delta)
325 index_type len, delta; local
334 delta = GFC_DESCRIPTOR_STRIDE(__values,0);
335 if (delta == 0)
336 delta
351 index_type len, delta; local
403 index_type len, delta; local
429 index_type len, delta; local
491 index_type len, delta; local
518 index_type len, delta; local
583 index_type len, delta; local
610 index_type len, delta; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Ddate_and_time.c203 index_type len, delta, elt_size; local
207 delta = GFC_DESCRIPTOR_STRIDE(__values,0);
208 if (delta == 0)
209 delta = 1;
221 for (i = 0; i < VALUES_SIZE; i++, vptr4 += delta)
228 for (i = 0; i < VALUES_SIZE; i++, vptr8 += delta)
335 index_type len, delta; local
344 delta = GFC_DESCRIPTOR_STRIDE(__values,0);
345 if (delta == 0)
346 delta
361 index_type len, delta; local
413 index_type len, delta; local
439 index_type len, delta; local
501 index_type len, delta; local
528 index_type len, delta; local
593 index_type len, delta; local
620 index_type len, delta; local
[all...]
/netbsd-current/lib/libc/sys/
H A Dadjtime.c57 adjtime(const struct timeval *delta, struct timeval *olddelta) argument
67 rv = ____adjtime50(delta, olddelta);
91 args.delta = delta;
/netbsd-current/external/cddl/dtracetoolkit/dist/Perl/
H A Dpl_syscolors.d76 this->delta = (timestamp - self->last) / 1000;
78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
86 this->delta = (timestamp - self->last) / 1000;
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
98 this->delta = (timestamp - self->last) / 1000;
100 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
108 this->delta = (timestamp - self->last) / 1000;
110 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
/netbsd-current/external/cddl/dtracetoolkit/dist/Php/
H A Dphp_syscolors.d72 this->delta = (timestamp - self->last) / 1000;
74 cpu, pid, tid, this->delta, basename(copyinstr(arg1)), arg2, "func",
83 this->delta = (timestamp - self->last) / 1000;
87 cpu, pid, tid, this->delta, basename(copyinstr(arg1)), arg2, "func",
95 this->delta = (timestamp - self->last) / 1000;
97 cpu, pid, tid, this->delta, "\"", "syscall", self->depth * 2, "",
105 this->delta = (timestamp - self->last) / 1000;
107 cpu, pid, tid, this->delta, "\"", "syscall", self->depth * 2, "",
/netbsd-current/external/cddl/dtracetoolkit/dist/Python/
H A Dpy_syscolors.d73 this->delta = (timestamp - self->last) / 1000;
75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
83 this->delta = (timestamp - self->last) / 1000;
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
95 this->delta = (timestamp - self->last) / 1000;
97 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
105 this->delta = (timestamp - self->last) / 1000;
107 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
/netbsd-current/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_flowtime.d3 * tcl_flowtime.d - snoop Tcl execution showing procedure flow and delta times.
73 this->delta = (timestamp - self->last) / 1000;
75 this->delta, self->depth * 2, "", copyinstr(arg0));
82 this->delta = (timestamp - self->last) / 1000;
85 this->delta, self->depth * 2, "", copyinstr(arg0));
91 this->delta = (timestamp - self->last) / 1000;
93 this->delta, self->depth * 2, "", copyinstr(arg0));
100 this->delta = (timestamp - self->last) / 1000;
103 this->delta, self->depth * 2, "", copyinstr(arg0));
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dadjtime.c26 int adjtime(struct timeval *delta, struct timeval *olddelta);
28 int adjtime(struct timeval *delta, struct timeval *olddelta) argument
48 if (delta != NULL) {
49 /* Adjustment required. Convert delta to 64-bit microseconds. */
50 big_sec = (long)delta->tv_sec;
51 big_usec = delta->tv_usec;
60 if (delta != NULL) {
165 register struct timeval *delta,
174 if (delta->tv_sec) {
177 return(_adjtime(delta, olddelt
164 adjtime( register struct timeval *delta, register struct timeval *olddelta ) argument
212 _adjtime( register struct timeval *delta, register struct timeval *olddelta ) argument
281 adjtime(struct timeval *delta, struct timeval *olddelta) argument
[all...]

Completed in 294 milliseconds

1234567891011>>