OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_mb
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/test/asan/TestCases/Posix/
mmap_limit_mb.cc
23
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/
analysis_enc.c
488
const int
total_mb
= last_row * enc->mb_w_;
local
524
enc->alpha_ = main_job.alpha /
total_mb
;
525
enc->uv_alpha_ = main_job.uv_alpha /
total_mb
;
/external/autotest/client/tests/aiostress/
aio-stress.c
1066
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);
[
all
...]
/external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c
1083
double
total_mb
= 0;
local
1087
total_mb
+= global_thread_info[i].stage_mb_trans;
1091
if (
total_mb
) {
1093
total_mb
/ runtime);
1094
fprintf(stderr, "%.2f MB in %.2fs",
total_mb
, runtime);
[
all
...]
Completed in 211 milliseconds