Searched refs:total_mb (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Dmmap_limit_mb.cc23 long total_mb = atoi(argv[1]); local
25 fprintf(stderr, "total_mb: %zd allocation_size: %zd\n", total_mb,
28 for (long total = total_mb << 20; total > 0; total -= allocation_size)
/external/webp/src/enc/
H A Danalysis.c456 const int total_mb = last_row * enc->mb_w_; local
492 enc->alpha_ = main_job.alpha / total_mb;
493 enc->uv_alpha_ = main_job.uv_alpha / total_mb;
/external/autotest/client/tests/aiostress/
H A Daio-stress.c1066 double total_mb = 0; local
1070 total_mb += global_thread_info[i].stage_mb_trans;
1074 if (total_mb) {
1076 total_mb / runtime);
1077 fprintf(stderr, "%.2f MB in %.2fs", total_mb, runtime);

Completed in 205 milliseconds