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

12

/freebsd-11-stable/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-stable/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-stable/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-stable/sys/kern/
H A Dkern_clocksource.c160 int done, runs; local
175 runs = 0;
178 runs++;
180 if (runs) {
184 hardclock_cnt(runs, usermode);
188 runs = 0;
191 runs++;
193 if (runs && fake < 2) {
194 statclock_cnt(runs, usermode);
198 runs
[all...]
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh82 echo If your system runs with accounting enabled you probably need to run:
/freebsd-11-stable/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-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c521 uint32_t runs = 1; local
551 runs = run_counted ? prev_runs : prev_runs + 1;
561 write_32bit_value(runs);
572 fprintf(stderr, "llvmgcda: %u runs\n", runs);
/freebsd-11-stable/share/mk/
H A Dbsd.test.mk70 # across runs.
H A Dsuite.test.mk85 # host building a release for the same system). The target runs Kyua, which is
H A Dbsd.cpu.mk121 # Handle all the armvX types that FreeBSD runs:
/freebsd-11-stable/stand/lua/
H A Dhook.lua61 -- Takes a hooktype and runs all functions associated with that specific hook
H A Dconfig.lua454 -- silent runs will not return false if we fail to open the file
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp386 if (Flags.runs <= 0 && Flags.max_total_time == 0) {
387 Printf("INFO: you need to specify -runs=N or "
677 if (Flags.runs >= 0)
678 Options.MaxNumberOfRuns = Flags.runs;
772 int Runs = std::max(1, Flags.runs);
832 Printf("Done %zd runs in %zd second(s)\n", F->getTotalNumberOfRuns(),
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S168 .code16 # This runs in real mode
/freebsd-11-stable/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-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1123 // This only runs if we failed to open the file, so there is probably
/freebsd-11-stable/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-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex111 the first thing the kernel runs is a small piece of code in

Completed in 351 milliseconds

12