Searched refs:ONE_MB (Results 1 - 4 of 4) sorted by relevance

/external/qemu/android/
H A Dmain-common.h38 #define ONE_MB (1024*1024) macro
H A Dmain-common.c56 size = (size + ONE_MB-1) >> 20;
H A Dmain.c553 long maxSizeMB = LONG_MAX / ONE_MB;
564 defaultPartitionSize = (uint64_t) sizeMB * ONE_MB;
770 hw->disk_cachePartition_size = (uint64_t) sizeMB * ONE_MB;
/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp355 long maxSizeMB = LONG_MAX / ONE_MB;
366 defaultPartitionSize = (uint64_t) sizeMB * ONE_MB;
571 hw->disk_cachePartition_size = (uint64_t) sizeMB * ONE_MB;

Completed in 121 milliseconds