Lines Matching refs:llmax
6330 long long llmax = (long long) -1;6331 return ll << i | ll >> i | llmax / ll | llmax % ll;