Home
last modified time | relevance | path

Searched refs:adjustment (Results 1 – 25 of 122) sorted by relevance

12345

/NextBSD/contrib/subversion/subversion/libsvn_diff/
HDdiff4.c116 apr_off_t adjustment; in adjust_diff() local
122 adjustment = adjust->original_length - adjust->modified_length; in adjust_diff()
125 if (adjustment == 0) in adjust_diff()
135 hunk->modified_start += adjustment; in adjust_diff()
151 hunk->modified_length += adjustment; in adjust_diff()
159 if (adjustment < 0) in adjust_diff()
163 hunk->modified_length -= adjustment; in adjust_diff()
/NextBSD/contrib/ntp/util/
HDtestrs6000.c16 struct timeval adjustment, result; variable
32 adjustment.tv_sec = 0; in main()
33 adjustment.tv_usec = -2000; in main()
49 if (adjtime(&adjustment, &result)) in timeout()
/NextBSD/lib/libosxsupport/uuid/
HDgen_uuid.c324 THREAD_LOCAL int adjustment = 0; in get_clock() local
373 adjustment = a; in get_clock()
390 adjustment = 0; in get_clock()
394 if (adjustment >= MAX_ADJUSTMENT) in get_clock()
396 adjustment++; in get_clock()
398 adjustment = 0; in get_clock()
402 clock_reg = tv.tv_usec*10 + adjustment; in get_clock()
407 adjustment += *num - 1; in get_clock()
408 last.tv_usec += adjustment / 10; in get_clock()
409 adjustment = adjustment % 10; in get_clock()
[all …]
/NextBSD/contrib/groff/src/preproc/pic/
HDtext.h15 struct adjustment { struct
22 adjustment adj;
HDobject.h128 adjustment adj;
/NextBSD/contrib/gcc/
HDgenmodes.c98 const char *adjustment; member
202 const char *adjustment, in new_adjust() argument
235 a->adjustment = adjustment; in new_adjust()
1160 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1198 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1228 a->file, a->line, a->mode->name, a->adjustment); in emit_mode_adjustments()
/NextBSD/sys/sys/
HDtimex.h159 void ntp_update_second(int64_t *adjustment, time_t *newsec);
/NextBSD/contrib/ntp/parseutil/
HDdcfd.c1103 register long adjustment; in periodic_adjust() local
1107 adjustment = R_SHIFT(clock_adjust, PHASE_WEIGHT); in periodic_adjust()
1109 clock_adjust -= adjustment; in periodic_adjust()
1111 adjustment += R_SHIFT(accum_drift, USECSCALE+ADJINTERVAL); in periodic_adjust()
1113 adj_time(adjustment); in periodic_adjust()
/NextBSD/contrib/ofed/management/opensm/doc/
HDtodo17 11 070413 - Add dynamic rate adjustment for multicast groups
/NextBSD/sys/compat/mach/
HDmach_vm.c884 vm_size_t adjustment;
1026 adjustment = start - vm_copy_start;
1030 entry->vme_start += adjustment;
1031 entry->vme_end += adjustment;
/NextBSD/contrib/ntp/scripts/calc_tickadj/
HDcalc_tickadj-opts.def28 doc = 'The current tick which to adjustment will be calculated';
HDinvoke-calc_tickadj.texi92 The current tick which to adjustment will be calculated
/NextBSD/usr.sbin/bsdconfig/security/include/
HDsecurelevel.hlp29 than this will log the message ``Time adjustment clamped to +1
/NextBSD/usr.sbin/timed/timed/
HDCHANGES50 when the requested adjustment is small, perform only part of it, to
86 add #ifdef code to compute an aged total adjustment. This can be used
/NextBSD/contrib/gcclibs/libgomp/
HDlibgomp.texi180 @code{omp_set_dynamic}. If undefined, dynamic adjustment is
370 Enable or disable the dynamic adjustment of the number of threads
373 adjustment of team sizes and @code{false} disables it.
402 dynamic adjustment of team sizes and @code{false} disables it.
807 * OMP_DYNAMIC:: Dynamic adjustment of threads
817 @section @env{OMP_DYNAMIC} -- Dynamic adjustment of threads
822 Enable or disable the dynamic adjustment of the number of threads
824 @code{TRUE} or @code{FALSE}. If undefined, dynamic adjustment is
/NextBSD/contrib/ncurses/ncurses/
HDREADME37 these files is generated using cproto; some manual cleanup and adjustment of
/NextBSD/contrib/ntp/html/hints/
HDmpeix27 The one-time clock adjustment functionality of ntpdate and ntp_timeset is not
/NextBSD/release/picobsd/tinyware/view/
HDREADME68 * I didn't have time to add gamma adjustment to the pop-up menu. It's
/NextBSD/contrib/ntp/sntp/
HDsntp.texi62 (+0800) is the local timezone adjustment (so we would add 8 hours and 0 minutes to convert the repo…
HDsntp-opts.def158 If the time adjustment is less than @file{steplimit} milliseconds,
307 then if the offset adjustment is less than 128 milliseconds
/NextBSD/contrib/ntp/ntpdc/
HDntpdc.texi62 (+0800) is the local timezone adjustment (so we would add 8 hours and 0 minutes to convert the repo…
/NextBSD/contrib/ntp/ntpd/
HDntpdbase-opts.def100 descrip = "Allow the first adjustment to be Big";
434 …ew rate of typical Unix kernels is limited to 0.5 ms/s, each second of adjustment requires an amor…
435 Thus, an adjustment as much as 600 s will take almost 14 days to complete.
/NextBSD/sys/kern/
HDkern_ntptime.c484 ntp_update_second(int64_t *adjustment, time_t *newsec) in ntp_update_second() argument
602 *adjustment = time_adj; in ntp_update_second()
/NextBSD/share/me/
HDsummary.external88 ad M\(sc set text adjustment
162 na M\(sc turn off text adjustment
/NextBSD/contrib/compiler-rt/lib/builtins/
HDfp_mul_impl.inc58 // include the necessary exponent adjustment.

12345