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

12

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dtext.h17 struct adjustment { struct
24 adjustment adj;
H A Dobject.h130 adjustment adj;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Dtestrs6000.c5 * adjustment. If the problem is fixed, this program will print the
18 struct timeval adjustment, result; variable in typeref:struct:timeval
34 adjustment.tv_sec = 0;
35 adjustment.tv_usec = -2000;
51 if (adjtime(&adjustment, &result))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dsplit_i386_3.s1 # split_i386_3.s: i386 specific, adjustment failure
H A Dsplit_i386_4.s1 # split_i386_4.s: i386 specific, permitted adjustment failure
H A Dsplit_x86_64_3.s1 # split_x86_64_3.s: x86_64 specific, adjustment failure
H A Dsplit_x86_64_4.s1 # split_x86_64_4.s: x86_64 specific, permitted adjustment failure
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-m68hc11/
H A Dbug-1403.s1 ;;; Bug #1403: Branch adjustment to another section not correct when doing linker relaxation
H A Dadj-brset.s7 brclr 140,x#200,L8 ; Branch adjustment covers the whole test
40 brclr 140,x#200,_start ; Branch adjustment covers the whole test
/netbsd-6-1-5-RELEASE/usr.sbin/rdate/
H A Drdate.c74 int adjustment; local
83 adjustment = 0;
155 adjustment = tv.tv_sec = tim - tv_current.tv_sec;
167 getprogname(), adjustment);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgnu-v3-abi.c456 "this" adjustment of ADJUSTMENT bytes. */
460 LONGEST adjustment)
465 if (adjustment == 0)
497 /* Recurse with a modified adjustment. We don't need to adjust
499 if (adjustment >= pos && adjustment < pos + TYPE_LENGTH (basetype))
500 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
518 LONGEST voffset, adjustment; local
531 adjustment = extract_signed_integer (contents,
541 vbit = adjustment
459 gnuv3_find_method_in(struct type *domain, CORE_ADDR voffset, LONGEST adjustment) argument
560 LONGEST adjustment; local
678 LONGEST adjustment; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A Dswapcontext.S51 PTR_L v1, 0(sp) # load oucp again for adjustment
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/gen/
H A Dswapcontext.S50 ld %r11,SF_PARAM(%r1) # load oucp for adjustment
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/gen/
H A Dswapcontext.S55 lwz %r11,XCALLFRAME_OUCP(%r1) # load oucp for adjustment
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtimex.h243 void ntp_update_second(int64_t *adjustment, time_t *newsec);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_loopfilter.c711 double adjustment; local
736 adjustment = clock_offset / (CLOCK_PLL * ULOGTOD(sys_poll));
737 clock_offset -= adjustment;
738 adj_systime(adjustment + drift_comp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.c99 const char *adjustment; member in struct:mode_adjust
209 const char *adjustment,
237 error ("%s:%d: mode \"%s\" already has a %s adjustment",
239 error ("%s:%d: previous adjustment here", a->file, a->line);
245 a->adjustment = adjustment;
1206 A size adjustment forces us to recalculate the alignment too. */
1210 a->file, a->line, a->adjustment);
1252 a->file, a->line, a->adjustment);
1287 a->file, a->line, a->adjustment);
207 new_adjust(const char *name, struct mode_adjust **category, const char *catname, const char *adjustment, enum mode_class required_class_from, enum mode_class required_class_to, const char *file, unsigned int line) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenmodes.c97 const char *adjustment; member in struct:mode_adjust
199 const char *adjustment,
224 error ("%s:%d: mode \"%s\" already has a %s adjustment",
226 error ("%s:%d: previous adjustment here", a->file, a->line);
232 a->adjustment = adjustment;
1111 A size adjustment forces us to recalculate the alignment too. */
1115 a->file, a->line, a->adjustment);
1153 a->file, a->line, a->adjustment);
1183 a->file, a->line, a->mode->name, a->adjustment);
197 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...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/
H A Daors_n.asm79 shll $2,%eax C adjustment for pointers...
128 shll $2,%eax C adjustment for pointers...
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dsubmul_1.asm53 C done off the dependent chain. The total adjustment then is to add
59 C It's also possible to view the 0xFFFFFFFF adjustment as a ones-complement
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c154 * adjustment) in microseconds (receiver/OS dependent)
178 * clock adjustment PLL - see NTP protocol spec (RFC1305) for details
192 static long clock_adjust = 0; /* current adjustment value (usec * 2^USECSCALE) */
195 static char skip_adjust = 1; /* discard first adjustment (bad samples) */
1061 clock_adjust = R_SHIFT(usecoffset, TIMECONSTANT); /* adjustment to make for next period */
1092 register long adjustment; local
1096 adjustment = R_SHIFT(clock_adjust, PHASE_WEIGHT);
1098 clock_adjust -= adjustment;
1100 adjustment += R_SHIFT(accum_drift, USECSCALE+ADJINTERVAL);
1102 adj_time(adjustment);
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c1817 int64_t adjustment, delta; local
1823 adjustment = MIN(arc_size - arc_c,
1826 if (adjustment > 0 && arc_mru->arcs_lsize[ARC_BUFC_DATA] > 0) {
1827 delta = MIN(arc_mru->arcs_lsize[ARC_BUFC_DATA], adjustment);
1829 adjustment -= delta;
1832 if (adjustment > 0 && arc_mru->arcs_lsize[ARC_BUFC_METADATA] > 0) {
1833 delta = MIN(arc_mru->arcs_lsize[ARC_BUFC_METADATA], adjustment);
1842 adjustment = arc_size - arc_c;
1844 if (adjustment > 0 && arc_mfu->arcs_lsize[ARC_BUFC_DATA] > 0) {
1845 delta = MIN(adjustment, arc_mf
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/gtk/
H A Dgtkviwindow.c374 vi_adjustment_value_changed (adjustment, ipviwin)
375 GtkAdjustment *adjustment;
381 ipviwin->c_settop(ipviwin, adjustment->value);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S158 #; to the remainder, and do some adjustment so the remainder doesn't
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dlvmcmdline.c244 uint64_t v_tmp, adjustment; local
283 adjustment = v_tmp % 512;
284 if (adjustment) {
285 v_tmp += (512 - adjustment);

Completed in 322 milliseconds

12