Home
last modified time | relevance | path

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

12345678910>>...21

/netbsd-src/share/locale/ctype/
H A Dgen_ctype_utf8.pl299 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} ) }
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtestrs6000.c18 struct timeval adjustment, result; variable
34 adjustment.tv_sec = 0; in main()
35 adjustment.tv_usec = -2000; in main()
51 if (adjtime(&adjustment, &result)) in timeout()
/netbsd-src/usr.sbin/rdate/
H A Drdate.c75 int adjustment; in main() local
85 adjustment = 0; in main()
165 adjustment = tv.tv_sec = tim - tv_current.tv_sec; in main()
177 getprogname(), adjustment); in main()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dtext.h17 struct adjustment { struct
24 adjustment adj;
/netbsd-src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/
H A Djh7100-starfive-visionfive-v1.dts27 * manual adjustment of the RX internal delay to work properly. The default
31 * It is worth noting the adjustment is not necessary on BeagleV Starlight SBC,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmodes.c103 const char *adjustment; member
215 const char *adjustment, in new_adjust() argument
251 a->adjustment = adjustment; in new_adjust()
1728 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1754 printf (" ps = %s;\n", a->adjustment); in emit_mode_adjustments()
1759 printf (" ps = s = %s;\n", a->adjustment); in emit_mode_adjustments()
1811 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1850 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1858 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1865 a->file, a->line, a->mode->name, a->adjustment); in emit_mode_adjustments()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.cc105 const char *adjustment; member
217 const char *adjustment, in new_adjust() argument
253 a->adjustment = adjustment; in new_adjust()
1796 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1822 printf (" ps = %s;\n", a->adjustment); in emit_mode_adjustments()
1827 printf (" ps = s = %s;\n", a->adjustment); in emit_mode_adjustments()
1879 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1918 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1926 a->file, a->line, a->adjustment); in emit_mode_adjustments()
1933 a->file, a->line, a->mode->name, a->adjustment); in emit_mode_adjustments()
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-ANDROID.md29 Apart from `PATH` adjustment you need to set `ANDROID_NDK_ROOT` environment
64 Also, PATH would need even further adjustment to cover unprefixed, yet
72 adjustment becomes simpler, `$ANDROID_NDK_ROOT/bin:$PATH` suffices.
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.ANDROID27 adjustment you need to set ANDROID_NDK_HOME environment to point at the
61 Also, PATH would need even further adjustment to cover unprefixed, yet
69 adjustment becomes simpler, $ANDROID_NDK_HOME/bin:$PATH suffices.
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1043a.dtsi810 snps,quirk-frame-length-adjustment = <0x20>;
812 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
821 snps,quirk-frame-length-adjustment = <0x20>;
823 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
832 snps,quirk-frame-length-adjustment = <0x20>;
834 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls1046a.dtsi709 snps,quirk-frame-length-adjustment = <0x20>;
711 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
719 snps,quirk-frame-length-adjustment = <0x20>;
721 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
729 snps,quirk-frame-length-adjustment = <0x20>;
731 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/netbsd-src/lib/libc/arch/riscv/gen/
H A Dswapcontext.S51 REG_L a1, CALLFRAME_OUCP(sp) # load oucp for adjustment
/netbsd-src/lib/libc/arch/mips/gen/
H A Dswapcontext.S52 PTR_L v1, 0(sp) # load oucp again for adjustment
/netbsd-src/sys/sys/
H A Dtimex.h244 void ntp_update_second(int64_t *adjustment, time_t *newsec);
/netbsd-src/lib/libc/arch/powerpc/gen/
H A Dswapcontext.S55 lwz %r11,XCALLFRAME_OUCP(%r1) # load oucp for adjustment
/netbsd-src/lib/libc/arch/powerpc64/gen/
H A Dswapcontext.S50 ld %r11,SF_PARAM(%r1) # load oucp for adjustment
/netbsd-src/external/bsd/nvi/dist/gtk/
H A Dgtkviwindow.c372 vi_adjustment_value_changed (adjustment, ipviwin) in vi_adjustment_value_changed() argument
373 GtkAdjustment *adjustment; in vi_adjustment_value_changed()
379 ipviwin->c_settop(ipviwin, adjustment->value);
/netbsd-src/lib/libc/arch/or1k/gen/
H A Dswapcontext.S60 l.lwz r4,CALLFRAME_OUCP(r5) # load oucp for adjustment
/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c1283 FILE_TIMESTAMP adjustment = FAT_ADJ_OFFSET << FILE_TIMESTAMP_LO_BITS; in f_mtime() local
1284 if (ORDINARY_MTIME_MIN + adjustment <= adjusted_mtime) in f_mtime()
1285 adjusted_mtime -= adjustment; in f_mtime()
1290 FILE_TIMESTAMP adjustment = (((FILE_TIMESTAMP_S (adjusted_mtime) & 1) == 0 in f_mtime() local
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dformat-text.c1341 uint64_t adjustment; in _text_pv_write() local
1427 adjustment = in _text_pv_write()
1429 if (adjustment) in _text_pv_write()
1430 pv->pe_start += pv->pe_align - adjustment; in _text_pv_write()
1437 (adjustment ? in _text_pv_write()
1438 pv->pe_start -= pv->pe_align - adjustment : in _text_pv_write()
1440 pv->pe_align, pv->pe_align_offset, adjustment); in _text_pv_write()
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.4.rst
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dpeepholes.md378 ;; stack adjustment of -4, generate one push
393 ;; stack adjustment of -8, generate one push
411 ;; stack adjustment of -12, generate one push
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dmeson8m2.dtsi35 clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
/netbsd-src/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def28 doc = 'The current tick which to adjustment will be calculated';
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvmcmdline.c244 uint64_t v_tmp, adjustment; in _size_arg() local
283 adjustment = v_tmp % 512; in _size_arg()
284 if (adjustment) { in _size_arg()
285 v_tmp += (512 - adjustment); in _size_arg()

12345678910>>...21