HomeSort by relevance Sort by last modified time
    Searched refs:nruns (Results 1 - 11 of 11) sorted by null

  /external/jemalloc/test/unit/
pack.c 138 size_t nruns = nruns_per_chunk * NCHUNKS; local
139 size_t nregs = nregs_per_run * nruns;
144 for (i = offset = 0; i < nruns; i++) {
163 i < nruns;
180 i < nruns;
stats.c 285 uint64_t nruns, nreruns; local
321 assert_d_eq(mallctl("stats.arenas.0.bins.0.nruns", (void *)&nruns, &sz,
344 assert_u64_gt(nruns, 0,
  /prebuilts/go/darwin-x86/src/math/big/
calibrate_test.go 112 func measureBasicSqr(words, nruns int, enable bool) time.Duration {
125 for i := 0; i < nruns; i++ {
129 testval /= int64(nruns)
136 func computeSqrThreshold(from, to, step, nruns int) int {
142 baseline := measureBasicSqr(i, nruns, false)
143 testval := measureBasicSqr(i, nruns, true)
  /prebuilts/go/linux-x86/src/math/big/
calibrate_test.go 112 func measureBasicSqr(words, nruns int, enable bool) time.Duration {
125 for i := 0; i < nruns; i++ {
129 testval /= int64(nruns)
136 func computeSqrThreshold(from, to, step, nruns int) int {
142 baseline := measureBasicSqr(i, nruns, false)
143 testval := measureBasicSqr(i, nruns, true)
  /external/ltp/utils/benchmark/kernbench-0.42/
kernbench 32 n) nruns=$OPTARG ;;
58 if [[ $nruns -gt 0 ]] ; then
59 num_runs=$nruns
  /external/jemalloc/include/jemalloc/internal/
stats.h 53 uint64_t nruns; member in struct:malloc_bin_stats_s
  /external/pdfium/third_party/libtiff/
tif_fax3.c 511 uint32 rowpixels, nruns; local
544 nruns = TIFFroundup_32(rowpixels,32);
546 nruns = TIFFSafeMultiply(uint32,nruns,2);
548 if ((nruns == 0) || (TIFFSafeMultiply(uint32,nruns,2) == 0)) {
555 TIFFSafeMultiply(uint32,nruns,2),
560 memset( dsp->runs, 0, TIFFSafeMultiply(uint32,nruns,2)*sizeof(uint32));
563 dsp->refruns = dsp->runs + nruns;
    [all...]
  /external/jemalloc/src/
stats.c 68 uint64_t nruns; local
75 CTL_M2_M4_GET("stats.arenas.0.bins.0.nruns", i, j, &nruns,
78 in_gap = (nruns == 0);
162 nruns, nreruns);
171 run_size / page, util, nruns, nreruns);
    [all...]
ctl.c 415 {NAME("nruns"), CTL(stats_arenas_i_bins_j_nruns)},
636 sstats->bstats[i].nruns += astats->bstats[i].nruns;
    [all...]
arena.c     [all...]
  /external/autotest/cli/
job_unittest.py     [all...]

Completed in 412 milliseconds