Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:ull

7462 unsigned long long ull = 1ULL; int i = 63;
7467 return ull << i | ull >> i | ullmax / ull | ullmax % ull;