Home | History | Annotate | Download | only in tests

Lines Matching defs:max

12     size_t max = std::numeric_limits<size_t>::max();
15 size_t halfMax = max >> 1;
20 REPORTER_ASSERT(r, safe.add(halfMax, halfMaxPlus1) == max);
22 REPORTER_ASSERT(r, safe.add(max, 1) == 0);
28 (void) safe.add(max, max);
35 size_t sqrtMax = max >> halfBits;
48 (void) safe.mul(max, max);