Searched refs:adjusted (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/class/
H A Dphasers.t16 my $adjusted;
19 ADJUST { $adjusted .= "a" }
20 ADJUST { $adjusted .= "b" }
24 is($adjusted, "ab", 'both ADJUST blocks run in order');
/openbsd-current/sbin/mount_tmpfs/
H A Dmount_tmpfs.c239 pathadj(const char *input, char *adjusted) argument
242 if (realpath(input, adjusted) == NULL)
244 if (strncmp(input, adjusted, PATH_MAX)) {
246 warnx("using \"%s\" instead.", adjusted);
/openbsd-current/sys/uvm/
H A Duvm_addr.c190 vaddr_t adjusted; local
197 adjusted = addr & ~(align - 1);
198 adjusted += offset;
199 return (adjusted < addr ? adjusted + align : adjusted);
205 vaddr_t adjusted; local
212 adjusted = addr & ~(align - 1);
213 adjusted += offset;
214 return (adjusted > add
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM.pm16 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc91 // the correct adjusted exponent in the destination type.
/openbsd-current/usr.bin/tsort/
H A Dtsort.c481 int adjusted;
487 adjusted = 0;
504 adjusted = 1;
509 } while (adjusted);
513 adjusted = 0;
520 adjusted = 1;
522 } while (adjusted);
479 int adjusted; local
/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_invlist.c39 UV adjusted = i - offset; local
41 BITMAP_BYTE(bitmap, adjusted) |= BITMAP_BIT(adjusted);
1324 * code above has adjusted things so that both ends are in ranges that are
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_modes.c1319 struct drm_display_mode adjusted; local
1321 drm_mode_init(&adjusted, mode);
1323 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY);
1324 *hdisplay = adjusted.crtc_hdisplay;
1325 *vdisplay = adjusted.crtc_vdisplay;
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm362 | be adjusted here.
1249 | be adjusted here.
1271 | be adjusted here.
1335 | be adjusted here.
1696 | be adjusted here.
1981 | be adjusted here.
2170 | be adjusted here.
2212 | be adjusted here.
2301 | be adjusted here.
2312 | be adjusted her
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm292 | be adjusted here.
1178 | be adjusted here.
1200 | be adjusted here.
1259 | be adjusted here.
1620 | be adjusted here.
1905 | be adjusted here.
2094 | be adjusted here.
2136 | be adjusted here.
2225 | be adjusted here.
2236 | be adjusted her
[all...]
/openbsd-current/sys/kern/
H A Dkern_sysctl.c2640 struct timespec adjusted, now; local
2658 adjusted = now;
2659 adjusted.tv_sec -= adjustment_seconds;
2660 tc_setrealtimeclock(&adjusted);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcofflink.c2357 bfd_boolean adjusted;
2371 &adjusted))
2373 if (adjusted)
2356 bfd_boolean adjusted; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcofflink.c2358 bfd_boolean adjusted;
2372 &adjusted))
2374 if (adjusted)
2357 bfd_boolean adjusted; local
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DupdateAUTHORS.pm1282 perform. Returns a hash of adjusted entries and a hash with additional
/openbsd-current/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm755 package namespace adjusted and the opmask enabled.
/openbsd-current/gnu/gcc/gcc/
H A Dgcse.c3106 bool adjusted;
3108 adjusted = adjust_libcall_notes (x, newcnst, insn, libcall_sp);
3109 gcc_assert (adjusted);
3094 bool adjusted; local
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm1626 my %adjusted; # map new keys to heap indices
1629 $adjusted{$nkeys->[$_]} = delete $self->[HASH]{$okeys->[$_]};
1631 while (my ($nk, $ix) = each %adjusted) {
1632 # @{$self->[HASH]}{keys %adjusted} = values %adjusted;
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dieee754-sf.S154 @ Result must be shifted left and exponent adjusted.
H A Dieee754-df.S204 @ Result must be shifted left and exponent adjusted.
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm3450 restricted to all being integers, and some have to be adjusted (hence the name
3524 adjusted.
3581 solidus), it may need to be adjusted to get the correct value by adding the
3669 all these properties, an entry should be adjusted only if the map is a scalar
4058 # yielding the same format. So here we convert them to adjusted
4104 # should not be adjusted, as after the adjustment
4107 # adjusted, as there is nothing after it to include in the
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.pm383 value (unlike time() or gettimeofday(), which can be adjusted).
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables2918 my $adjusted;
2925 ($adjusted, $_) = @{$inserted_ref};
2926 trace $adjusted, $_ if main::DEBUG && $to_trace;
2927 return 1 if $adjusted;
3172 # # Non-destructive lookahead one non-adjusted, non-comment, non-blank
3180 # my ($adjusted, $line) = @{$inserted_ref};
3181 # next if $adjusted;
3214 # indicate that this line hasn't been adjusted, and needs to be
3224 # adjusted, ready to be processed; each_line_handler()s handlers will
3237 # indicate that this line has been adjusted
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm2453 #pod This value can be adjusted to reduce security checking if required.
3489 This value can be adjusted to reduce security checking if required.

Completed in 488 milliseconds