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

  /external/compiler-rt/test/asan/TestCases/
mmap_limit_mb.cc 21 long total_mb = atoi(argv[1]); local
23 fprintf(stderr, "total_mb: %zd allocation_size: %zd\n", total_mb,
26 for (long total = total_mb << 20; total > 0; total -= allocation_size)
  /external/webp/src/enc/
analysis.c 453 const int total_mb = last_row * enc->mb_w_; local
489 enc->alpha_ = main_job.alpha / total_mb;
490 enc->uv_alpha_ = main_job.uv_alpha / total_mb;

Completed in 76 milliseconds