Home | History | Annotate | Download | only in os

Lines Matching defs:MiB

939     // Read last_install; then report time (in seconds) and I/O (in MiB) for
974 final int MiB = 1024 * 1024;
978 scaled = Math.toIntExact(parsedNum / MiB);