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

12

/freebsd-11.0-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-11.0-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-11.0-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-11.0-release/sys/kern/
H A Dkern_clocksource.c161 int done, runs; local
176 runs = 0;
179 runs++;
181 if (runs) {
185 hardclock_cnt(runs, usermode);
189 runs = 0;
192 runs++;
194 if (runs && fake < 2) {
195 statclock_cnt(runs, usermode);
199 runs
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DGCDAProfiling.c423 uint32_t runs = 1; local
450 runs += read_32bit_value(); /* Add previous run count to new counter. */
460 write_32bit_value(runs);
469 fprintf(stderr, "llvmgcda: %u runs\n", runs);
/freebsd-11.0-release/usr.bin/lastcomm/tests/
H A Dvalues.sh82 echo If your system runs with accounting enabled you probably need to run:
/freebsd-11.0-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 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 Dcoverage.c222 new function begins a new set of program runs. We
246 entry->summary.runs += csum->runs;
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-11.0-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc192 // Note that we *don't* need to escape runs of backslashes that don't
H A DPath.inc680 // This only runs if we failed to open the file, so there is probably
730 // This only runs if we failed to open the file, so there is probably
/freebsd-11.0-release/share/mk/
H A Dsuite.test.mk85 # host building a release for the same system). The target runs Kyua, which is
H A Dbsd.cpu.mk119 # Handle all the armvX types that FreeBSD runs:
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S168 .code16 # This runs in real mode
/freebsd-11.0-release/contrib/jemalloc/src/
H A Darena.c115 * region runs, and run sizes that back large regions with no explicit
146 * because under-sized runs may be mixed in. This only happens
602 * of runs is tracked individually, and upon chunk deallocation the
1106 * Run sizes are indexed, so not all candidate runs are necessarily exactly the
1151 * No usable runs. Create a new chunk from which to allocate the run.
1196 * No usable runs. Create a new chunk from which to allocate the run.
1555 /* Stash runs/chunks according to ndirty_limit. */
1737 /* Deallocate chunks/runs. */
1775 * - purge_mode_decay: Purge as many dirty runs/chunks as possible without
1841 * Iterate over the allocated runs an
[all...]
/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Darena.h84 * Following are example bit patterns for the three types of runs.
161 * runs, rather than directly embedding linkage.
166 /* Linkage for list of dirty runs. */
169 /* Profile counters, used for large object runs. */
251 * Metadata used to manipulate bitmaps for runs associated with this
262 * All operations on runcur, runs, and stats require that lock be
276 * Heap of non-full runs. This heap is used when looking for an
282 arena_run_heap_t runs; member in struct:arena_bin_s
355 /* Number of pages in active runs and huge regions. */
359 * Current count of pages within unused runs tha
[all...]
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex111 the first thing the kernel runs is a small piece of code in
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql895 ### but it only runs during an upgrade, so do we care? */
/freebsd-11.0-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-11.0-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.

Completed in 177 milliseconds

12