HomeSort by: relevance | last modified time | path
    Searched defs:runs (Results 1 - 4 of 4) 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 in function:dumpit
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/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 431 uint32_t runs = 1; local in function:llvm_gcda_summary_info
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 14 milliseconds