Home | History | Annotate | Download | only in bison

Lines Matching refs:ullmax

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