| /src/games/canfield/canfield/ | 
| betinfo.h | 39 	long	runs;		/* cost of running through hands */  member in struct:betinfo 
 | 
| canfield.c | 330 	    printw("| Runs                             |"); 739 	this.runs = 0;
 891 			this.runs += costofrunthroughhand;
 892 			game.runs += costofrunthroughhand;
 893 			total.runs += costofrunthroughhand;
 1126 		this.runs + this.information + this.thinktime;
 1128 		game.runs + game.information + game.thinktime;
 1130 		total.runs + total.information + total.thinktime;
 1147 	printw("%4ld%8ld%9ld", this.runs, game.runs, total.runs)
 [all...]
 | 
| /src/usr.bin/make/unit-tests/ | 
| opt-debug-x-trace.mk | 3 # Tests for the -dx command line option, which runs shell commands with 
 | 
| opt-no-action-runflags.mk | 3 # Tests for the -n command line option, which runs almost no commands, 
 | 
| varmod-sun-shell.mk | 3 # Tests for the :sh variable modifier, which runs the shell command 
 | 
| opt-no-action.mk | 3 # Tests for the -n command line option, which runs almost no commands. 
 | 
| varname-dot-curdir.mk | 10 # while a process runs in it, but this is so unrealistic that it's no worth 
 | 
| varmod-order-shuffle.mk | 21 # lets the whole test fail once in 1.209.600 runs, on average. 
 | 
| varmod-shell.mk | 3 # Tests for the ':!cmd!' variable modifier, which runs the shell command 
 | 
| cmd-interrupt.mk | 65 # the child command runs in the same process group as make itself.  The child 
 | 
| sh-flags.mk | 6 # this test runs each possible combination of these switches, for now. 
 | 
| var-op-shell.mk | 3 # Tests for the != variable assignment operator, which runs its right-hand 
 | 
| opt-debug-lint.mk | 3 # Tests for the -dL command line option, which runs additional checks 
 | 
| var-op-sunsh.mk | 3 # Tests for the :sh= variable assignment operator, which runs its right-hand 
 | 
| /src/usr.sbin/lpr/pac/ | 
| pac.c | 88 	int	h_count;		/* Number of runs */ 253 	int hno, c, runs;  local in function:dumpit
 268 	printf(" pages/feet runs price    %s\n",
 272 	runs = 0;
 275 		runs += hp->h_count;
 284 		printf("Sum:%7.2f %4d $%7.2f\n", feet, runs,
 285 			feet * price * runs);
 
 | 
| /src/games/canfield/cfscores/ | 
| cfscores.c | 138 	printf("| Runs        %8ld |\n", total.runs); 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ | 
| GCDAProfiling.c | 431   uint32_t runs = 1;  local in function:llvm_gcda_summary_info 458     runs += read_32bit_value(); /* Add previous run count to new counter. */
 468   write_32bit_value(runs);
 477   fprintf(stderr, "llvmgcda:   %u runs\n", runs);
 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ | 
| integratorcp.dts | 146 		/* TIMER0 runs directly on the 25MHz chrystal */ 152 		/* TIMER1 runs @ 1MHz */
 158 		/* TIMER2 runs @ 1MHz */
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ | 
| asan_mac_test_helpers.mm | 95   // dispatch_async() runs the task on a worker thread that does not go through 105   // dispatch_sync() runs the task on a worker thread that does not go through
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ | 
| FuzzerDriver.cpp | 375   if (Flags.runs <= 0 && Flags.max_total_time == 0) { 376     Printf("INFO: you need to specify -runs=N or "
 597   if (Flags.runs >= 0)
 598     Options.MaxNumberOfRuns = Flags.runs;
 706     int Runs = std::max(1, Flags.runs);
 708            Inputs->size(), Runs);
 712       for (int Iter = 0; Iter < Runs; Iter++)
 767     Printf("Done %zd runs in %zd second(s)\n", F->getTotalNumberOfRuns(),
 
 | 
| /src/lib/libc/stdlib/ | 
| jemalloc.c | 44  *   + Memory is managed in chunks and runs (chunks can be split into runs), 87  *   Small : Each size class is segregated into its own set of runs.  Each run
 329  * RUN_MAX_OVRHD indicates maximum desired run header overhead.  Runs are sized
 331  * violating other constraints.  The goal is to make runs as small as possible
 339  * per object (plus a constant).  This constraint is relaxed (ignored) for runs
 380 	/* Total number of runs created for this bin's size class. */
 384 	 * Total number of runs reused by extracting them from the runs tree for
 392 	/* Current number of runs in this bin. *
 578  rb_tree_t runs;  member in struct:arena_bin_s
 [all...]
 | 
| /src/share/mk/ | 
| bsd.test.mk | 145 # host building a release for the same system).  The target runs ATF, which is 
 | 
| bsd.lib.mk | 677 #  XXX Also creates dead symlinks until the .full rule runs 
 | 
| /src/common/dist/zlib/contrib/ada/ | 
| zlib.ads | 102    --  when it gets to the end of that block, or when it runs out of data. 
 | 
| /src/tools/compat/ | 
| configure | 1011   | --runstate | --runstat | --runsta | --runst | --runs \ 1015   | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
 1954 # Strip out --silent because we don't want to record it for future runs.
 3634   # On the NeXT, cc -E runs the code through the compiler's parser,
 3693   # On the NeXT, cc -E runs the code through the compiler's parser,
 8062 # scripts and configure runs, see configure's option --config-cache.
 
 |