Searched refs:runs (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dcluster.c51 runlist *runs; local
76 runs = ntfs_mapping_pairs_decompress(vol, a_ctx->attr, NULL);
77 if (!runs) {
78 ntfs_log_error("Couldn't read the data runs.\n");
85 for (j = 0; runs[j].length > 0; j++) {
86 LCN a_begin = runs[j].lcn;
87 LCN a_end = a_begin + runs[j].length - 1;
93 (long long)runs[j].vcn,
94 (long long)runs[j].lcn,
95 (long long)(runs[
[all...]
H A Dntfscluster.c393 runlist *runs; local
405 runs = ntfs_mapping_pairs_decompress(vol, rec, NULL);
406 if (runs) {
408 for (i = 0; runs[i].length > 0; i++) {
410 (long long)runs[i].vcn,
411 (long long)runs[i].lcn,
413 runs[i].length);
415 free(runs);
H A Dntfsresize.c856 * data runs will be marked in lcn_bitmap.
1313 int rl_size, runs = 0; local
1323 if (runs)
1329 rl_size = (runs + 2) * sizeof(runlist_element);
1333 rl_set(rl + runs, vcn, rle.lcn, rle.length);
1337 runs++;
1340 rl_set(rl + runs, vcn, -1LL, 0LL);
1342 if (runs > 1) {
/osnet-11/usr/src/lib/libwrap/
H A Dmisc.c80 int runs = 0; local
83 /* Count the number of runs of non-dot characters. */
90 runs++;
94 return (runs == 4 ? inet_addr(str) : INADDR_NONE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c69 ** initialize looking for natural runs, we'll always produce stable
133 ** The array of elements at list1 will be organized into runs of length 2,
134 ** or runs of length >= 2 * PTHRESH. We only try to form long runs when
142 ** p2 parallels b in the list2 array, where runs are defined by
187 IV runs = 0; local
200 /* Having laid out the playing field, look for long runs */
225 p2 = NEXT(p2) = p2 + (p - b); ++runs;
234 p2 = NEXT(p2) = p2 + 2; ++runs;
242 NEXT(p2) = p2 + 1; ++runs;
335 IV runs; /* how many runs must be combined into 1 */ member in struct:__anon102
341 IV i, run, runs, offset; local
[all...]
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell.in53 $0 runs input GRUB script or SOURCE file in a Qemu instance and prints
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm40 runs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm40 runs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm43 runs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm33 The open2() function runs the given $cmd and connects $rdrfh for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm179 family. Think of it as the head of the family, who runs the shop, and orders
H A DCPAN.pm6188 runs the make/test/install cycle with brute force over all installed
6374 Recursively runs the C<clean> method on all items contained in the bundle.
6392 Recursively runs the C<get> method on all items contained in the bundle
6410 Recursively runs the C<install> method on all items contained in the bundle
6414 Recursively runs the C<make> method on all items contained in the bundle
6418 Recursively runs the C<readme> method on all items contained in the bundle
6422 Recursively runs the C<test> method on all items contained in the bundle
6435 runs C<make clean> there.
6447 runs something like
6474 runs th
[all...]
H A Dbigint.pm345 family. Think of it as the head of the family, who runs the shop, and orders
H A Dconstant.pm158 above, each machine your script runs upon can have as many digits
H A DBenchmark.pm72 countit - see how many times a chunk of code runs in a given time
146 also tell the number of C<$code> runs/second, which should be a more
H A Dbignum.pm443 family. Think of it as the head of the family, who runs the shop, and orders
H A DMemoize.pm687 program has exited. Next time the program runs, it will find the
690 runs in the background and populates the cache file. Then when you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm462 Returns a $command line which runs the given set of $tests with
480 Returns a $command line which just runs a single test without
518 Defines a simple perl call that runs autosplit. May be deprecated by
H A DMakeMaker.pm1044 A useful variation of the above is the target C<testdb>. It runs the
2295 Makes a distdir first, and runs a C<perl Makefile.PL>, a make, and
2303 otherwise. Next it runs C<tar> on that directory into a tarfile and
2318 command. Next it runs C<shar> on that directory into a sharfile and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm245 Like C<analyze>, but it runs the given C<$test_file> and parses its
323 Returns the command that runs the test. Combine this with _switches()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm1205 Starting from Perl 5.8.1 different runs of Perl will have different
1208 different runs of Perl will have different Data::Dumper outputs if
1210 outputs from different runs of Perl, use the environment variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm92 script. Test::Harness::runtests(@tests) runs all the testscripts
341 This runs all the given @test_files and divines whether they passed
1054 it runs the tests. This is different from C<HARNESS_VERBOSE>, which prints
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm373 file. Unfortunately, not all systems on which Perl runs will set C<$0>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm447 And suppose you write a program that reads that file and then runs as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1863 DynaLoader can look for) does the appropriate initialisation and runs

Completed in 86 milliseconds

12