HomeSort by: relevance | last modified time | path
    Searched refs:adjustment (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.sbin/rdate/
rdate.c 75 int adjustment; local
85 adjustment = 0;
165 adjustment = tv.tv_sec = tim - tv_current.tv_sec;
177 getprogname(), adjustment);
  /src/lib/libc/arch/mips/gen/
swapcontext.S 52 PTR_L v1, 0(sp) # load oucp again for adjustment
  /src/share/locale/ctype/
gen_ctype_utf8.pl 299 my $adjustment;
311 $adjustment = undef;
316 $adjustment //= $points->{$point};
321 push @{ $map{$first_point}{$adjustment} }, $point;
327 foreach my $adjustment ( keys %{ $map{$point} } ) {
330 ? ( $adjustment || '0x0000' )
331 : format_point($adjustment);
333 @{ squish_points( $map{$point}{$adjustment} ) }
  /src/lib/libc/arch/or1k/gen/
swapcontext.S 60 l.lwz r4,CALLFRAME_OUCP(r5) # load oucp for adjustment
  /src/lib/libc/arch/powerpc/gen/
swapcontext.S 55 lwz %r11,XCALLFRAME_OUCP(%r1) # load oucp for adjustment
  /src/lib/libc/arch/powerpc64/gen/
swapcontext.S 50 ld %r11,SF_PARAM(%r1) # load oucp for adjustment
  /src/lib/libc/arch/riscv/gen/
swapcontext.S 51 REG_L a1, CALLFRAME_OUCP(sp) # load oucp for adjustment
  /src/sys/sys/
timex.h 244 void ntp_update_second(int64_t *adjustment, time_t *newsec);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_mul_impl.inc 58 // include the necessary exponent adjustment.
  /src/bin/sh/
expand.c 561 int adjustment; local
597 adjustment = expdest - start;
598 STADJUST(-adjustment, expdest); /* remove the argstr() result */
608 adjustment = q - expdest - 1;
609 STADJUST(adjustment, expdest); /* move expdest to end */
611 adjustment, stackblock() + begoff, p));
  /src/sys/kern/
kern_ntptime.c 185 static time_t time_reftime; /* time at last adjustment (s) */
423 ntp_update_second(int64_t *adjustment, time_t *newsec)
435 * necessary. The phase adjustment to be used for the next
504 * Compute the total time adjustment for the next second
508 * since the adjustment is added at each tick interrupt.
512 /* XXX even if PPS signal dies we should finish adjustment ? */
555 *adjustment = time_adj;
  /src/usr.sbin/sysinst/
README.md_defs 27 runtime adjustment is needed.
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 9305 fmul.x ADJFACT(%a6),%fp0 # FINAL ADJUSTMENT
9616 # the dst is a DENORM. normalize the DENORM and add the adjustment to
9628 add.l (%sp)+,%d0 # add adjustment to src
23222 # any adjustment due to append/strip zeros will drive the resultane
24186 # Since ICTR <> 0, we have already been through one adjustment,
24791 # need to invert adjustment value if the <ea> was predec
fplsp.s 9199 fmul.x ADJFACT(%a6),%fp0 # FINAL ADJUSTMENT
9257 # the dst is a DENORM. normalize the DENORM and add the adjustment to
9269 add.l (%sp)+,%d0 # add adjustment to src
pfpsp.s 13183 # any adjustment due to append/strip zeros will drive the resultane
14147 # Since ICTR <> 0, we have already been through one adjustment,
14752 # need to invert adjustment value if the <ea> was predec

Completed in 63 milliseconds