| /src/external/bsd/kyua-cli/dist/utils/ |
| datetime.hpp | 49 /// 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 operator+(const delta&) const [all...] |
| datetime_test.cpp | 46 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 = datetime::delta::from_microseconds(0) 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...] |
| /src/external/bsd/openldap/dist/tests/scripts/ |
| functions.sh | 19 delta=`expr $now - $STARTTIME` 20 date -u $DATEOPT$delta +%T
|
| /src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| punycode.c | 57 adapt(unsigned delta, unsigned numpoints, int first) 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 + skew)) 95 unsigned delta = 0; local [all...] |
| /src/sys/kern/ |
| kern_rate.c | 45 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) {
|
| /src/external/mpl/bind/dist/bin/tests/system/cds/ |
| checktime.pl | 26 my $delta = $inception - $notbefore; 27 die "bad inception time $delta" unless abs($delta - $target) <= 10;
|
| /src/external/cddl/osnet/lib/libzpool/ |
| atomic.c | 17 atomic_add_64(volatile uint64_t *ptr, int64_t delta) { 18 *ptr += delta; 32 atomic_add_64_nv(volatile uint64_t *ptr, int64_t delta) { 33 return *ptr += delta;
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| sh_flowinfo.d | 19 * DELTA(us) Elapsed time from previous line to this line 55 printf("%3s %6s %10s %16s:%-4s %-8s -- %s\n", "C", "PID", "DELTA(us)", 74 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" [all...] |
| sh_syscolors.d | 16 * DELTA(us) Elapsed time from previous line to this line 60 printf("%s %6s %10s %16s:%-4s %-8s -- %s\n", "C", "PID", "DELTA(us)", 78 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" [all...] |
| php_syscolors.d | 16 * DELTA(us) Elapsed time from previous line to this line 59 "DELTA(us)", "FILE", "LINE", "TYPE", "NAME"); 72 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, "" [all...] |
| pl_syscolors.d | 16 * DELTA(us) Elapsed time from previous line to this line 61 printf("%s %6s %10s %16s:%-4s %-8s -- %s\n", "C", "PID", "DELTA(us)", 76 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, "" [all...] |
| py_syscolors.d | 16 * DELTA(us) Elapsed time from previous line to this line 58 printf("%s %6s %10s %16s:%-4s %-8s -- %s\n", "C", "PID", "DELTA(us)", 73 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, "" [all...] |
| tcl_flowtime.d | 3 * tcl_flowtime.d - snoop Tcl execution showing procedure flow and delta times. 20 * DELTA(us) Elapsed time from previous line to this line 59 "DELTA(us)", "CALL"); 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 [all...] |
| /src/external/cddl/dtracetoolkit/dist/Shell/ |
| sh_flowinfo.d | 19 * DELTA(us) Elapsed time from previous line to this line 55 printf("%3s %6s %10s %16s:%-4s %-8s -- %s\n", "C", "PID", "DELTA(us)", 74 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" [all...] |
| sh_syscolors.d | 16 * DELTA(us) Elapsed time from previous line to this line 60 printf("%s %6s %10s %16s:%-4s %-8s -- %s\n", "C", "PID", "DELTA(us)", 78 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" [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| timecmp.c | 40 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);
|
| /src/sys/arch/arm/arm32/ |
| arm11_pmc.c | 117 uint32_t delta = 0; local 124 delta = usecs = 0; 136 delta += (last + (counts_per_wrap - cur)); 138 delta += (cur - last); 141 if (delta >= COUNTS_PER_USEC) { 142 usecs += delta / COUNTS_PER_USEC; 143 delta %= COUNTS_PER_USEC;
|
| cortex_pmc.c | 84 uint32_t delta = 0; local 94 delta = usecs = 0; 109 delta += (cur + (counts_per_wrap - last)); 111 delta += (cur - last); 114 if (delta >= counts_per_usec) { 115 usecs += delta / counts_per_usec; 116 delta %= counts_per_usec;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| date_and_time.c | 203 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) 240 for (i = 0; i < VALUES_SIZE; i++, vptr2 += delta) 253 for (i = 0; i < VALUES_SIZE; i++, vptr16 += delta) 361 index_type len, delta; local 370 delta = GFC_DESCRIPTOR_STRIDE(__values,0) 387 index_type len, delta; local 439 index_type len, delta; local 465 index_type len, delta; local 527 index_type len, delta; local 554 index_type len, delta; local 619 index_type len, delta; local 646 index_type len, delta; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| date_and_time.c | 203 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 = 1 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...] |
| /src/lib/libc/sys/ |
| adjtime.c | 57 adjtime(const struct timeval *delta, struct timeval *olddelta) 67 rv = ____adjtime50(delta, olddelta); 91 args.delta = delta;
|
| /src/external/bsd/ntp/dist/libntp/ |
| adjtime.c | 26 int adjtime(struct timeval *delta, struct timeval *olddelta); 28 int adjtime(struct timeval *delta, struct timeval *olddelta) 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, olddelta)) [all...] |
| /src/external/cddl/dtracetoolkit/dist/Perl/ |
| pl_syscolors.d | 16 * DELTA(us) Elapsed time from previous line to this line 61 printf("%s %6s %10s %16s:%-4s %-8s -- %s\n", "C", "PID", "DELTA(us)", 76 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, "" [all...] |
| /src/external/cddl/dtracetoolkit/dist/Php/ |
| php_syscolors.d | 16 * DELTA(us) Elapsed time from previous line to this line 59 "DELTA(us)", "FILE", "LINE", "TYPE", "NAME"); 72 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, "" [all...] |
| /src/external/cddl/dtracetoolkit/dist/Python/ |
| py_syscolors.d | 16 * DELTA(us) Elapsed time from previous line to this line 58 printf("%s %6s %10s %16s:%-4s %-8s -- %s\n", "C", "PID", "DELTA(us)", 73 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, "" [all...] |