/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/ |
H A D | x_deprecated-META.json | 9 "generated_by" : "Dist::Zilla version 5.035, CPAN::Meta::Converter version 2.150002", 28 "name" : "Dist-Zilla-Plugin-Test-EOL", 44 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.092" 47 "Dist::Zilla" : "5" 53 "Dist::Zilla::File::InMemory" : "0", 54 "Dist::Zilla::Role::FileFinderUser" : "0", 55 "Dist::Zilla::Role::FileGatherer" : "0", 56 "Dist::Zilla::Role::FileMunger" : "0", 57 "Dist::Zilla::Role::PrereqSource" : "0", 58 "Dist::Zilla::Role::TextTemplate" : "0", [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/ |
H A D | x_deprecated-META.yml | 15 generated_by: 'Dist::Zilla version 5.035, CPAN::Meta::Converter version 2.150002' 30 name: Dist-Zilla-Plugin-Test-EOL 36 Dist::Zilla::Plugin::EOLTests: 37 file: lib/Dist/Zilla/Plugin/EOLTests.pm 40 Dist::Zilla::Plugin::Test::EOL: 41 file: lib/Dist/Zilla/Plugin/Test/EOL.pm 45 Dist::Zilla::File::InMemory: '0' 46 Dist::Zilla::Role::FileFinderUser: '0' 47 Dist::Zilla::Role::FileGatherer: '0' 48 Dist::Zilla::Role::FileMunger: '0' [all …]
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | mkppport.lst | 11 dist/Data-Dumper 12 dist/Devel-PPPort 13 dist/ExtUtils-ParseXS 14 dist/IO 15 dist/PathTools 16 dist/Storable 17 dist/threads 18 dist/threads-shared 19 dist/Time-HiRes 20 dist/Unicode-Normalize
|
H A D | write_buildcustomize.pl | 32 dist/Carp/lib 33 dist/PathTools dist/PathTools/lib 39 dist/Term-ReadLine/lib 40 dist/Exporter/lib 43 dist/constant/lib 53 dist/ExtUtils-ParseXS/lib 56 dist/base/lib
|
/openbsd-src/gnu/usr.bin/perl/Porting/ |
H A D | corecpan.pl | 81 for my $dist (sort keys %Modules) { 82 next unless $Modules{$dist}{CPAN}; 83 for my $file (get_module_files($dist)) { 94 $module =~ s{^(lib|ext|dist|cpan)/}{} 95 and $1 =~ /(?:ext|dist|cpan)/ 106 $results{$dist}{$file}{$label} = $vcore; 107 $results{$dist}{$file}{CPAN} = $vcpan; 121 for my $dist (sort { lc $a cmp lc $b } keys %results) { 122 for my $file (sort keys %{$results{$dist}}) { 123 my @versions = @{$results{$dist}{$file}}{@labels}; [all …]
|
H A D | corelist.pl | 24 my $corelist_file = './dist/Module-CoreList/lib/Module/CoreList.pm'; 25 my $utils_file = './dist/Module-CoreList/lib/Module/CoreList/Utils.pm'; 114 $module =~ s{^(lib|cpan|dist|ext|os2/OS2)/}{} 142 'dist' 181 # data by "Module", which is really a dist. 209 my $dist = $modlist{$module}; 210 unless ($dist) { 214 $module_to_dist{$module} = $dist; 216 next if exists $dist_to_meta_YAML{$dist}; 218 $dist_to_meta_YAML{$dist} = undef; [all …]
|
/openbsd-src/games/trek/ |
H A D | computer.c | 112 double dist, time; in computer() local 180 course = kalc(Ship.quadx, Ship.quady, Etc.klingon[i].x, Etc.klingon[i].y, &dist); in computer() 181 prkalc(course, dist); in computer() 208 course = kalc(tqx, tqy, ix, iy, &dist); in computer() 211 warp(-1, course, dist); in computer() 216 prkalc(course, dist); in computer() 224 dist = getfltpar("range"); in computer() 225 if (dist < 0.0) in computer() 227 dist *= 10.0; in computer() 228 cost = pow(0.90, dist) * 98.0 + 0.5; in computer() [all …]
|
H A D | warp.c | 71 double power, dist, time, speed, frac; in warp() local 86 dist = d; in warp() 89 power = (dist + 0.05) * Ship.warp3; in warp() 101 time = dist / speed; in warp() 117 dist *= frac; in warp() 126 dist = Move.time * speed; in warp() 127 Ship.energy -= dist * Ship.warp3 * (Ship.shldup + 1); in warp() 138 if (ranf(100) >= 100 * dist) in warp() 152 time = (Ship.warp - 8.0) * dist * (franf() + 1.0); in warp()
|
H A D | autover.c | 58 double dist; in autover() local 67 dist = 0.75 * Ship.energy / (Ship.warp3 * (Ship.shldup + 1)); in autover() 68 if (dist > 1.4142) in autover() 69 dist = 1.4142; in autover() 73 warp(-1, course, dist); in autover()
|
H A D | move.c | 78 double dist, sectsize, xn, evtime; in move() local 96 dist = fabs(dy); in move() 97 if (dist > bigger) in move() 98 bigger = dist; in move() 119 dist = time * speed; in move() 125 xn = NSECTS * dist * bigger; in move() 208 dist = sqrt(dx * dx + dy * dy) / NSECTS; in move() 209 time = dist / speed; in move()
|
H A D | help.c | 65 double dist, x; in help() local 92 dist = 1e50; in help() 105 if (x < dist) in help() 107 dist = x; in help() 119 dist = 0.0; in help() 127 x = pow(1.0 - pow(0.94, dist), 0.3333333); in help()
|
/openbsd-src/gnu/usr.bin/perl/plan9/ |
H A D | mkfile | 17 distlib=`{cd dist; ls -ld * | grep '^d' | awk '{ print $10 }' | grep -v '^\.'} 18 idistlib=`{echo $pwd^/dist/^$distlib $pwd^/dist/^$distlib^/lib } 25 xscmd=`{echo $pwd/dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp -noprototypes -typemap $pwd/dist/ExtUti… 144 extensions:V: miniperl archlib/Config.pm $ext_c dist/XSLoader/XSLoader.pm 180 cp dist/IO/ppport.h dist/PathTools 236 Cwd.c: archlib/Config.pm dist/PathTools/Cwd.xs 237 $miniperlxs dist/PathTools/Cwd.xs > $target 238 cp dist/PathTools/Cwd.pm archlib 239 { cd dist/PathTools/lib; tar c . } | { mkdir -p archlib; cd archlib; tar x } 241 IO.c: archlib/Config.pm dist/IO/IO.xs ppport.h [all …]
|
H A D | 9front.patch | 1 diff --git a/dist/IO/poll.h b/dist/IO/poll.h 2 --- a/dist/IO/poll.h 3 +++ b/dist/IO/poll.h
|
/openbsd-src/gnu/llvm/clang/utils/ |
H A D | CmpDriver | 31 def insertMinimumPadding(a, b, dist): argument 35 been inserted into the shorter list such that sum(map(dist, a', 38 Assumes dist(X, Y) -> int and non-negative. 42 return sum(map(dist, a + [None] * (len(b) - len(a)), b)) 46 b, a = insertMinimumPadding(b, a, dist) 69 def dist(self, a, b): member in ZipperDiff 73 a,b = insertMinimumPadding(self.a, self.b, self.dist) 75 if self.dist(aElt, bElt): 85 def dist(self, a, b): member in DriverZipperDiff 88 return super(DriverZipperDiff, self).dist(a,b)
|
/openbsd-src/lib/libz/ |
H A D | deflate.h | 307 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 315 #define d_code(dist) \ 316 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) 317 /* Mapping from a distance to a distance code. dist is the distance - 1 and 343 ush dist = (ush)(distance); \ 344 s->d_buf[s->sym_next] = dist; \ 346 dist--; \ 348 s->dyn_dtree[d_code(dist)] 312 d_code(dist) global() argument [all...] |
H A D | inffast.c | 74 unsigned dist; /* match distance */ in inflate_fast() local 145 dist = (unsigned)(here->val); in inflate_fast() 155 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 157 if (dist > dmax) { in inflate_fast() 165 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast() 167 if (dist > op) { /* see if copy from window */ in inflate_fast() 168 op = dist - op; /* distance back in window */ in inflate_fast() 192 from = out - dist; in inflate_fast() 208 from = out - dist; /* rest from output */ in inflate_fast() 226 from = out - dist; /* rest from output */ in inflate_fast() [all …]
|
/openbsd-src/sys/lib/libz/ |
H A D | deflate.h | 307 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 315 #define d_code(dist) \ 316 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) 317 /* Mapping from a distance to a distance code. dist is the distance - 1 and 343 ush dist = (ush)(distance); \ 344 s->d_buf[s->sym_next] = dist; \ 346 dist--; \ 348 s->dyn_dtree[d_code(dist)] 312 d_code(dist) global() argument [all...] |
H A D | inffast.c | 74 unsigned dist; /* match distance */ in inflate_fast() local 145 dist = (unsigned)(here->val); in inflate_fast() 155 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 157 if (dist > dmax) { in inflate_fast() 165 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast() 167 if (dist > op) { /* see if copy from window */ in inflate_fast() 168 op = dist - op; /* distance back in window */ in inflate_fast() 192 from = out - dist; in inflate_fast() 208 from = out - dist; /* rest from output */ in inflate_fast() 226 from = out - dist; /* rest from output */ in inflate_fast() [all …]
|
/openbsd-src/sys/kern/ |
H A D | exec_subr.c | 378 vsize_t dist = 0; 390 dist = USRSTACK - MAXSSIZ - MAXSSIZ_GUARD - VM_MIN_STACK_ADDRESS; in exec_setup_stack() 391 if (dist >> PAGE_SHIFT > 0xffffffff) in exec_setup_stack() 392 dist = (vsize_t)arc4random() << PAGE_SHIFT; in exec_setup_stack() 394 dist = (vsize_t)arc4random_uniform(dist >> PAGE_SHIFT) << PAGE_SHIFT; in exec_setup_stack() 397 dist = arc4random() & (stackgap_random - 1); in exec_setup_stack() 398 dist = trunc_page(dist); in exec_setup_stack() 403 epp->ep_maxsaddr += dist; in exec_setup_stack() 382 vsize_t dist = 0; exec_setup_stack() local [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inffast.c | 74 unsigned dist; /* match distance */ in inflate_fast() 145 dist = (unsigned)(here->val); in inflate_fast() 155 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 157 if (dist > dmax) { in inflate_fast() 165 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast() 167 if (dist > op) { /* see if copy from window */ in inflate_fast() 168 op = dist - op; /* distance back in window */ in inflate_fast() 188 from = out - dist; in inflate_fast() 204 from = out - dist; /* rest from output */ in inflate_fast() 222 from = out - dist; /* res in inflate_fast() 77 unsigned dist; /* match distance */ inflate_fast() local [all...] |
H A D | deflate.h | 306 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 314 #define d_code(dist) \ 315 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) 316 /* Mapping from a distance to a distance code. dist is the distance - 1 and 342 ush dist = (ush)(distance); \ 343 s->d_buf[s->sym_next] = dist; \ 345 dist--; \ 347 s->dyn_dtree[d_code(dist)] 303 d_code(dist) global() argument [all...] |
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 119 DitheringDistributer(Distribution &Dist, const BlockMass &Mass); 126 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer() argument 128 Dist.normalize(); in DitheringDistributer() 129 RemWeight = Dist.Total; in DitheringDistributer() 311 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist() argument 340 Dist.addBackedge(Resolved, Weight); in addToDist() 346 Dist.addExit(Resolved, Weight); in addToDist() 369 Dist.addLocal(Resolved, Weight); in addToDist() 374 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist() argument 375 // Copy the exit map into Dist. in addLoopSuccessorsToDist() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1990 | 5 * Makefile.dist: Parameterize the location of the "include" 348 * Makefile.dist: Add symfile.h, remote-nindy.c, remote-eb.c. 365 * Makefile.dist: Merge i960 "nindy-share" files. Rename 592 * Makefile.dist (VERSION): 3.91.4. 733 Makefile.dist: Roll version to 3.92.3. Add vx-share stuff to 765 * Makefile.dist (VERSION): Roll version to 3.91.9 and freeze. 814 * TODO, Makefile.dist, ChangeLog: Freeze for 3.91.8 release. 897 * Makefile.dist: Roll version to 3.91.8. Add bfd.h and bfdconfig.h 928 * TODO, ChangeLog, Makefile.dist: Roll version. 1058 * Makefile.dist: Update to 3.91.6. [all …]
|
/openbsd-src/gnu/usr.bin/cvs/ |
H A D | Makefile.in | 102 AUTOMAKE_OPTIONS = 1.4a dist-bzip2 317 dist: distdir 321 dist-bzip2: distdir 325 # This target untars the dist file and tries a VPATH configuration. Then 328 distcheck: dist 345 && $(MAKE) $(AM_MAKEFLAGS) dist \ 391 dist-all: dist dist-bzip2 424 clean-generic clean-recursive dist dist-all dist-bzip2 \
|
/openbsd-src/games/hunt/hunt/ |
H A D | otto.c | 192 stop_look(struct item *itemp, char c, int dist, int side) in stop_look() argument 206 itemp->distance = dist; in stop_look() 223 itemp->distance = dist; in stop_look() 237 itemp->distance = dist; in stop_look() 251 itemp->distance = dist; in stop_look() 486 int i, rel_dir, dist; in go_for_ammo() local 489 dist = WIDTH; in go_for_ammo() 491 if (flbr[i].what == mine && flbr[i].distance < dist) { in go_for_ammo() 493 dist = flbr[i].distance; in go_for_ammo() 501 if (dist > 4) in go_for_ammo() [all …]
|