Home | History | Annotate | Download | only in src

Lines Matching refs:minLong

472         long minLong = -9223372036854775808L;
475 long result = (((minLong + plusOne) - plusOne) / negOne) / negOne;
476 if (result != minLong) { return 1; }