Searched defs:MEBI (Results 1 – 6 of 6) sorted by relevance
29 static const unsigned long MEBI (1048576ul); in render_bytes() local
47 constexpr size_t MEBI = KIBI * KIBI; in pretty_format_bytes() local
22 const MEBI: u64 = KIBI * 1024; const
46 MEBI = float(2 ** 20) variable
120 #define MEBI (KIBI*KIBI) macro
55 #define MEBI (1024 * 1024) macro