Searched refs:GiB (Results 1 – 3 of 3) sorted by relevance
39 using GiB = Size<30>; variable54 constexpr GiB operator""_GiB(unsigned long long v) { // NOLINT55 return GiB{v};
19 16GiB and on FAT32 it's 4GiB. Images are saved into `/data/gsi/<name>/`
52 def GiB(count): function