HomeSort by: relevance | last modified time | path
    Searched defs:runs (Results 1 - 8 of 8) sorted by relevancy

  /src/games/canfield/canfield/
betinfo.h 39 long runs; /* cost of running through hands */ member in struct:betinfo
  /src/usr.sbin/lpr/pac/
pac.c 88 int h_count; /* Number of runs */
253 int hno, c, runs; local
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/external/gpl3/gcc/dist/gcc/
gcov-io.h 154 summary: int32:checksum int32:runs int32:sum_max
164 several runs concatenated, or the data might be merged.
345 gcov_unsigned_t runs; /* Number of program runs. */ member in struct:gcov_summary
lto-cgraph.cc 722 unsigned runs = (profile_info->runs); local
723 streamer_write_uhwi_stream (ob->main_stream, runs);
1676 unsigned int runs = streamer_read_uhwi (ib); local
1677 if (runs)
1679 file_data->profile_info.runs = runs;
1689 /* Rescale profile summaries to the same number of runs in the whole unit. */
1700 /* Find unit with maximal number of runs. If we ever get serious about
1704 if (max_runs < file_data->profile_info.runs)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcov-io.h 147 summary: int32:checksum int32:runs int32:sum_max
157 several runs concatenated, or the data might be merged.
334 gcov_unsigned_t runs; /* Number of program runs. */ member in struct:gcov_summary
lto-cgraph.cc 712 unsigned runs = (profile_info->runs); local
713 streamer_write_uhwi_stream (ob->main_stream, runs);
1631 unsigned int runs = streamer_read_uhwi (ib); local
1632 if (runs)
1634 file_data->profile_info.runs = runs;
1644 /* Rescale profile summaries to the same number of runs in the whole unit. */
1655 /* Find unit with maximal number of runs. If we ever get serious about
1659 if (max_runs < file_data->profile_info.runs)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 431 uint32_t runs = 1; local
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/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...]

Completed in 34 milliseconds