Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/
Dmmap_limit_mb.cc23 long total_mb = atoi(argv[1]); in main() local
25 fprintf(stderr, "total_mb: %zd allocation_size: %zd\n", total_mb, in main()
28 for (long total = total_mb << 20; total > 0; total -= allocation_size) in main()
/external/webp/src/enc/
Danalysis.c456 const int total_mb = last_row * enc->mb_w_; in VP8EncAnalyze() local
492 enc->alpha_ = main_job.alpha / total_mb; in VP8EncAnalyze()
493 enc->uv_alpha_ = main_job.uv_alpha / total_mb; in VP8EncAnalyze()
/external/autotest/client/tests/aiostress/
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);