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

12

/freebsd-10.1-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-10.1-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-10.1-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-10.1-release/sys/kern/
H A Dkern_clocksource.c171 int done, runs; local
186 runs = 0;
189 runs++;
191 if (runs) {
195 hardclock_cnt(runs, usermode);
199 runs = 0;
202 runs++;
204 if (runs && fake < 2) {
205 statclock_cnt(runs, usermode);
209 runs
[all...]
/freebsd-10.1-release/usr.bin/lastcomm/tests/
H A Dvalues.sh82 echo If your system runs with accounting enabled you probably need to run:
/freebsd-10.1-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-10.1-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-10.1-release/usr.bin/calendar/calendars/
H A Dcalendar.computer64 09/20 Harlan Herrick runs first FORTRAN program, 1954
/freebsd-10.1-release/share/mk/
H A Dsuite.test.mk89 # host building a release for the same system). The target runs Kyua, which is
H A Datf.test.mk146 # host building a release for the same system). The target runs ATF, which is
/freebsd-10.1-release/contrib/file/
H A DREADME87 src/fsmagic.c - first set of tests the program runs, based on filesystem info
/freebsd-10.1-release/contrib/jemalloc/src/
H A Darena.c190 * re-allocating dirty runs.
443 * Update the page map separately for large vs. small runs, since it is
670 * No usable runs. Create a new chunk from which to allocate the run.
747 * Operate on all dirty runs if there is no clean/dirty run
754 * Temporarily allocate free dirty runs within chunk. If all is false,
755 * only operate on dirty runs that are fragments; otherwise operate on
756 * all dirty runs.
842 /* Deallocate runs. */
1117 * run first, in case of single-page runs.
1149 * run first, in case of single-page runs
[all...]
/freebsd-10.1-release/sys/boot/i386/boot0/
H A Dboot0.S168 .code16 # This runs in real mode
/freebsd-10.1-release/bin/sh/
H A Deval.c919 * runs, by the command finding mechanism
922 * the command runs. Partly deleting like
924 * bookinging effort, since most such runs add
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Darena.h7 * violating other constraints. The goal is to make runs as small as possible
16 * constraint is relaxed (ignored) for runs that are so small that the
74 * non-full runs, rather than directly embedding linkage.
78 * List of runs currently in purgatory. arena_chunk_purge()
79 * temporarily allocates runs that contain dirty pages while
80 * purging, so that other threads cannot use the runs while the
86 /* Profile counters, used for large object runs. */
108 * Following are example bit patterns for the three types of runs.
167 /* Linkage for tree of arena chunks that contain dirty runs. */
173 /* Number of available runs
303 arena_run_tree_t runs; member in struct:arena_bin_s
[all...]
/freebsd-10.1-release/contrib/one-true-awk/
H A DFIXES707 changed rehash so that if it runs out, it just returns;
/freebsd-10.1-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex111 the first thing the kernel runs is a small piece of code in

Completed in 163 milliseconds

12