Home
last modified time | relevance | path

Searched refs:KiB (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libstorage_literals/storage_literals/
H A Dstorage_literals.h37 using KiB = Size<10>; variable
46 constexpr KiB operator""_KiB(unsigned long long v) { // NOLINT
47 return KiB{v};
78 static_assert(size_cast<KiB>(1_B).count() == 0);
79 static_assert(size_cast<KiB>(1024_B).count() == 1);
80 static_assert(size_cast<KiB>(1_MiB).count() == 1024);
/aosp14/frameworks/base/core/proto/android/os/
H A Dps.proto45 // Virtual set size (memory size) of the process, in KiB.
48 // process; real memory usage, in KiB.