Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:ullmax

7056 unsigned long long ullmax = (unsigned long long) -1;
7057 return ull << i | ull >> i | ullmax / ull | ullmax % ull;