Searched refs:adjustment (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dtext.h15 struct adjustment { struct
22 adjustment adj;
H A Dobject.h128 adjustment adj;
/freebsd-10.0-release/contrib/ntp/util/
H A Dtestrs6000.c3 * adjustment. If the problem is fixed, this program will print the
16 struct timeval adjustment, result; variable in typeref:struct:timeval
32 adjustment.tv_sec = 0;
33 adjustment.tv_usec = -2000;
49 if (adjtime(&adjustment, &result))
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff4.c37 * Variance adjustment rules:
41 * ###: Expand this comment to contain the full set of adjustment
116 apr_off_t adjustment; local
122 adjustment = adjust->original_length - adjust->modified_length;
125 if (adjustment == 0)
135 hunk->modified_start += adjustment;
151 hunk->modified_length += adjustment;
159 if (adjustment < 0)
163 hunk->modified_length -= adjustment;
/freebsd-10.0-release/sys/sys/
H A Dtimex.h227 void ntp_update_second(int64_t *adjustment, time_t *newsec);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c217 double flladj; /* FLL frequency adjustment (ppm) */
218 double plladj; /* PLL frequency adjustment (ppm) */
219 double clock_frequency; /* clock frequency adjustment (ppm) */
764 double adjustment; local
805 adjustment = clock_offset / (CLOCK_PLL * min(ULOGTOD(sys_poll),
807 clock_offset -= adjustment;
808 adj_systime(adjustment + drift_comp);
/freebsd-10.0-release/contrib/gcc/
H A Dgenmodes.c98 const char *adjustment; member in struct:mode_adjust
202 const char *adjustment,
227 error ("%s:%d: mode \"%s\" already has a %s adjustment",
229 error ("%s:%d: previous adjustment here", a->file, a->line);
235 a->adjustment = adjustment;
1156 A size adjustment forces us to recalculate the alignment too. */
1160 a->file, a->line, a->adjustment);
1198 a->file, a->line, a->adjustment);
1228 a->file, a->line, a->mode->name, a->adjustment);
200 new_adjust(const char *name, struct mode_adjust **category, const char *catname, const char *adjustment, enum mode_class required_class, const char *file, unsigned int line) argument
[all...]
H A Dvar-tracking.c36 pre-modifying stack adjustment < use < use with no var < call insn <
37 < set < clobber < post-modifying stack adjustment
46 The IN and OUT sets for basic blocks consist of a current stack adjustment
141 /* Stack adjustment. */
360 /* Given a SET, calculate the amount of stack adjustment it contains
449 /* Given an INSN, calculate the amount of stack adjustment it contains
475 /* Compute stack adjustment in basic block BB. */
570 adjust_stack_reference (rtx mem, HOST_WIDE_INT adjustment) argument
575 adjustment -= FRAME_POINTER_CFA_OFFSET (current_function_decl);
576 cfa = plus_constant (frame_pointer_rtx, adjustment);
[all...]
H A Dcalls.c1196 the size of the block we need. So make the adjustment. */
1679 be popped after the call. Returns the adjustment. */
1688 HOST_WIDE_INT adjustment;
1707 adjustment = pending_stack_adjust;
1713 adjustment -= preferred_unit_stack_boundary - unadjusted_alignment;
1715 adjustment += unadjusted_alignment;
1723 = pending_stack_adjust - adjustment + unadjusted_args_size;
1725 return adjustment;
2258 recursion "call". That way we know any adjustment after the tail
2451 an adjustment befor
1687 HOST_WIDE_INT adjustment; local
[all...]
/freebsd-10.0-release/contrib/ntp/parseutil/
H A Ddcfd.c152 * adjustment) in microseconds (receiver/OS dependent)
176 * clock adjustment PLL - see NTP protocol spec (RFC1305) for details
190 static long clock_adjust = 0; /* current adjustment value (usec * 2^USECSCALE) */
193 static char skip_adjust = 1; /* discard first adjustment (bad samples) */
1058 clock_adjust = R_SHIFT(usecoffset, TIMECONSTANT); /* adjustment to make for next period */
1089 register long adjustment; local
1093 adjustment = R_SHIFT(clock_adjust, PHASE_WEIGHT);
1095 clock_adjust -= adjustment;
1097 adjustment += R_SHIFT(accum_drift, USECSCALE+ADJINTERVAL);
1099 adj_time(adjustment);
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c2223 int64_t adjustment, delta; local
2229 adjustment = MIN((int64_t)(arc_size - arc_c),
2233 if (adjustment > 0 && arc_mru->arcs_lsize[ARC_BUFC_DATA] > 0) {
2234 delta = MIN(arc_mru->arcs_lsize[ARC_BUFC_DATA], adjustment);
2236 adjustment -= delta;
2239 if (adjustment > 0 && arc_mru->arcs_lsize[ARC_BUFC_METADATA] > 0) {
2240 delta = MIN(arc_mru->arcs_lsize[ARC_BUFC_METADATA], adjustment);
2249 adjustment = arc_size - arc_c;
2251 if (adjustment > 0 && arc_mfu->arcs_lsize[ARC_BUFC_DATA] > 0) {
2252 delta = MIN(adjustment, arc_mf
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_ntptime.c158 static long time_reftime; /* time at last adjustment (s) */
484 ntp_update_second(int64_t *adjustment, time_t *newsec) argument
492 * necessary. The phase adjustment to be used for the next
561 * Compute the total time adjustment for the next second
565 * since the adjustment is added at each tick interrupt.
569 /* XXX even if PPS signal dies we should finish adjustment ? */
602 *adjustment = time_adj;
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY23 3545321 FTP sequence number adjustment incorrectly applied
/freebsd-10.0-release/contrib/ntp/
H A Dconfigure1628 --enable-dst-minutes n minutes per DST adjustment [60]
22128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a the number of minutes in a DST adjustment" >&5
22129 $as_echo_n "checking for a the number of minutes in a DST adjustment... " >&6; }

Completed in 159 milliseconds