Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:ullmax

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