Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Posix/
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/autotest/client/common_lib/cros/
Dmemory_eater.py196 total_mb = 0
204 return total_mb
205 total_mb += size_mb
/external/webp/src/enc/
Danalysis_enc.c490 const int total_mb = last_row * enc->mb_w_; in VP8EncAnalyze() local
526 enc->alpha_ = main_job.alpha / total_mb; in VP8EncAnalyze()
527 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);
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1087 double total_mb = 0; local
1091 total_mb += global_thread_info[i].stage_mb_trans;
1095 if (total_mb) {
1097 total_mb / runtime);
1098 fprintf(stderr, "%.2f MB in %.2fs", total_mb, runtime);