| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| random.c | 105 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter) { 108 REQUIRE(jitter < max || (jitter == 0 && max == 0)); 110 if (jitter == 0) 114 return (max - rnd % jitter);
|
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-kasp-jitter.conf | 15 * The dnssec-policy jitter is more than signatures-validity, 18 dnssec-policy high-jitter { 19 signatures-jitter P8DT1S; 26 dnssec-policy high-jitter;
|
| good-kasp.conf | 38 signatures-jitter PT12H;
|
| good.conf.j2 | 38 signatures-jitter PT12H;
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| random.h | 56 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter); 58 * Get a random value between (max - jitter) and (max).
|
| /src/sys/dev/ieee1394/ |
| fwphyreg.h | 60 jitter:3, member in struct:phyreg_base 90 jitter:3,
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_local.c | 53 * have a rather large jitter, depending on the interval between 208 pp->jitter = 0; 212 pp->jitter = 0;
|
| ntp_util.c | 580 * jitter 589 double jitter 608 delay, dispersion, jitter); 621 * jitter 629 double jitter, /* jitter */ 646 day, ulfptoa(&now, 3), offset, freq * 1e6, jitter,
|
| ntp_refclock.c | 577 * calculates the mean offset and RMS jitter. A time adjustment 622 * Determine the offset and jitter. 625 pp->jitter = 0; 628 pp->jitter += SQUARE(off[k] - off[k - 1]); 631 m -= (m > 1); /* only (m-1) terms attribute to jitter! */ 632 pp->jitter = max(SQRT(pp->jitter / m), LOGTOD(sys_precision)); 635 * If the source has a jitter that cannot be estimated, because 636 * it is not statistic jitter, the source will be detected as 637 * falseticker sooner or later. Enforcing a minimal jitter valu [all...] |
| ntpsim.c | 318 d1 = poisson(curr_script->prop_delay, curr_script->jitter); 320 d3 = poisson(curr_script->prop_delay, curr_script->jitter);
|
| ntp_proto.c | 102 double error; /* jitter */ 103 double seljit; /* selection jitter */ 152 double sys_jitter; /* system jitter */ 2932 * p.psi is the PollProc's jitter 3273 peer->jitter = LOGTOD(sys_precision); 3420 * further improve the jitter estimate, of the remainder leave 3422 * least two samples for jitter calculation. 3434 * Compute the dispersion and jitter. The dispersion is weighted 3436 * to 1.0. The jitter is the RMS differences relative to the 3439 peer->disp = peer->jitter = 0 [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntpsim.h | 87 double jitter; member in struct:script_info_tag
|
| ntp_refclock.h | 171 double jitter; /* jitter (mean squares) */ member in struct:refclockproc 179 double fudgeminjitter; /* manually set lower bound for jitter */
|
| /src/sys/compat/freebsd/ |
| freebsd_timex.h | 147 * MAXTIME is the maximum jitter tolerance of the PPS signal if the 156 #define MAXTIME (200L << PPS_AVG) /* max PPS error (jitter) (200 us) */ 218 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */ 271 long jitter; /* pps jitter (us) (ro) */ member in struct:freebsd_timex 274 long jitcnt; /* jitter limit exceeded (ro) */
|
| /src/sys/sys/ |
| timex.h | 153 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */ 210 * Note: The offset, precision and jitter members are in microseconds if 231 long jitter; /* PPS jitter (ns/us) (ro) */ member in struct:timex 234 long jitcnt; /* jitter limit exceeded (ro) */
|
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| 00-base-templates.conf | 63 if !$disabled{jitter} && $withargs{jitter_include}; 110 push(@libs, "-l:libjitterentropy.a") if !defined($disabled{jitter});
|
| /src/external/bsd/ntp/dist/kernel/sys/ |
| timex.h | 153 * MAXTIME is the maximum jitter tolerance of the PPS signal if the 162 #define MAXTIME (200L << PPS_AVG) /* max PPS error (jitter) (200 us) */ 226 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */ 278 long jitter; /* pps jitter (us) (ro) */ member in struct:timex 281 long jitcnt; /* jitter limit exceeded (ro) */
|
| /src/external/mpl/bind/dist/bin/tests/system/doth/ |
| stress_http_quota.py | 36 def jitter(): function 84 # some jitter for BSDs 85 jitter() 88 jitter()
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| decay.c | 22 nstime_t jitter; local 24 nstime_init(&jitter, prng_range_u64(&decay->jitter_state, 26 nstime_add(&decay->deadline, &jitter); 84 * to clock jitter triggering premature epoch advances, but 85 * clock jitter estimation and compensation isn't feasible here
|
| /src/external/bsd/jemalloc/dist/src/ |
| decay.c | 21 nstime_t jitter; local 23 nstime_init(&jitter, 26 nstime_add(&decay->deadline, &jitter); 84 * to clock jitter triggering premature epoch advances, but 85 * clock jitter estimation and compensation isn't feasible here
|
| /src/external/mpl/bind/dist/bin/tests/system/ksr/ns1/ |
| named.conf.j2 | 109 signatures-jitter 0;
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns2/ |
| named.conf.j2 | 64 /* validity 500 days, with one 1 day jitter (resign in 499 days) */ 65 signatures-jitter 1d;
|
| /src/external/mpl/bind/dist/bin/tests/system/autosign/ns3/ |
| named.conf.j2 | 81 # Jitter 82 dnssec-policy "jitter" { 91 signatures-jitter P8D; 94 # Jitter, NSEC3 95 dnssec-policy "jitter-nsec3" { 188 zone "jitter.nsec3.example" { 190 file "jitter.nsec3.example.db"; 193 dnssec-policy jitter-nsec3; 276 dnssec-policy jitter;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| update.c | 1391 isc_stdtime_t jitter = DEFAULT_JITTER; local 1396 jitter = dns_kasp_sigjitter(kasp); 1398 INSIST(jitter <= sigvalidity); 1401 if (jitter > sigvalidity) { 1402 jitter = sigvalidity; 1407 sigvalidity -= isc_random_uniform(jitter);
|
| /src/sys/kern/ |
| kern_ntptime.c | 212 static long pps_jitter; /* nominal jitter (ns) */ 224 static long pps_jitcnt; /* jitter limit exceeded */ 401 ntv->jitter = pps_jitter; 403 ntv->jitter = pps_jitter / 1000; 758 * dispersion (jitter) estimate. 785 * Nominal jitter is due to PPS signal noise and interrupt 913 * PPS jitter exceeded when time synchronization
|