Lines Matching refs:ullmax
7156 unsigned long long ullmax = (unsigned long long) -1;7157 return ull << i | ull >> i | ullmax / ull | ullmax % ull;