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

12

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drandtest.c74 unsigned long runs[2][34]; local
91 runs[0][i] = runs[1][i] = 0;
110 runs[sign][nsign - 1]++;
112 runs[sign][5]++;
126 runs[sign][nsign - 1]++;
158 if (!((2267 < runs[i][0]) && (runs[i][0] < 2733))) {
160 i, 1, runs[i][0]);
163 if (!((1079 < runs[
[all...]
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dmisc.c96 int runs = 0; local
99 /* Count the number of runs of non-dot characters. */
106 runs++;
110 return (runs == 4 ? inet_addr(str) : INADDR_NONE);
/freebsd-9.3-release/usr.sbin/lpr/pac/
H A Dpac.c90 int h_count; /* Number of runs */
257 register int hno, runs; local
271 printf(" Login pages/feet runs price\n");
273 runs = 0;
276 runs += hp->h_count;
284 runs, feet * price);
/freebsd-9.3-release/sys/kern/
H A Dkern_clocksource.c188 int done, runs; local
206 runs = 0;
209 runs++;
214 if (runs && fake < 2) {
215 hardclock_cnt(runs, usermode);
218 runs = 0;
221 runs++;
223 if (runs && fake < 2) {
224 statclock_cnt(runs, usermode);
228 runs
[all...]
/freebsd-9.3-release/tools/regression/usr.bin/lastcomm/
H A Dvalues.sh81 echo If your system runs with accounting enabled you probably need to run:
/freebsd-9.3-release/contrib/gcc/
H A Dlibgcov.c437 if (!cs_obj->runs++)
446 if (!cs_prg->runs++)
458 if (!cs_all->runs && cs_prg->runs)
461 && (!GCOV_LOCKED || cs_all->runs == cs_prg->runs)
H A Dgcov-io.c364 gcov_write_unsigned (csum->runs);
483 csum->runs = gcov_read_unsigned ();
H A Dgcov-dump.c427 printf ("\t\tcounts=%u, runs=%u",
428 summary.ctrs[ix].num, summary.ctrs[ix].runs);
H A Dgcov-io.h140 count-summary: int32:num int32:runs int64:sum
151 Note that the data file might contain information from several runs
386 gcov_unsigned_t runs; /* number of program runs */ member in struct:gcov_ctr_summary
H A Dcoverage.c222 new function begins a new set of program runs. We
246 entry->summary.runs += csum->runs;
H A Dprofile.c254 profile_info->runs, (unsigned) profile_info->sum_max);
281 if (profile_info->run_max * profile_info->runs < profile_info->sum_max)
283 error ("corrupted profile info: run_max * runs < sum_max");
H A Dpredict.c148 return ((bb->count + profile_info->runs / 2) / profile_info->runs) == 0;
H A Dgcov.c1796 object_summary.ctrs[GCOV_COUNTER_ARCS].runs);
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc151 // Note that we *don't* need to escape runs of backslashes that don't
H A DPath.inc990 // This only runs if we failed to open the file, so there is probably
1037 // This only runs if we failed to open the file, so there is probably
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.computer64 09/20 Harlan Herrick runs first FORTRAN program, 1954
/freebsd-9.3-release/contrib/file/
H A DREADME87 src/fsmagic.c - first set of tests the program runs, based on filesystem info
/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c44 * + Memory is managed in chunks and runs (chunks can be split into runs),
108 * Small/medium : Each size class is segregated into its own set of runs.
363 * violating other constraints. The goal is to make runs as small as possible
371 * per object (plus a constant). This constraint is relaxed (ignored) for runs
469 /* Total number of runs created for this bin's size class. */
473 * Total number of runs reused by extracting them from the runs tree for
481 /* Current number of runs in this bin. */
495 /* Current number of runs o
713 arena_run_tree_t runs; member in struct:arena_bin_s
[all...]
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0.S168 .code16 # This runs in real mode
/freebsd-9.3-release/bin/sh/
H A Deval.c867 * runs, by the command finding mechanism
870 * the command runs. Partly deleting like
872 * bookinging effort, since most such runs add
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES707 changed rehash so that if it runs out, it just returns;
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex111 the first thing the kernel runs is a small piece of code in
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex51 % The extra TeX runs get the cross-reference information correct.
302 % before the \shipout runs.
1106 % be able to disable indexing, cross-referencing, and contents, for test runs.
3683 % runs and this will be a no-op. See the indexspread.tex test case.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex51 % The extra TeX runs get the cross-reference information correct.
311 % before the \shipout runs.
1130 % be able to disable indexing, cross-referencing, and contents, for test runs.
3857 % runs and this will be a no-op. See the indexspread.tex test case.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex51 % The extra TeX runs get the cross-reference information correct.
303 % before the \shipout runs.
1107 % be able to disable indexing, cross-referencing, and contents, for test runs.
3755 % runs and this will be a no-op. See the indexspread.tex test case.

Completed in 242 milliseconds

12