Home | History | Annotate | Download | only in tzcode

Lines Matching refs:maxv

241                                int64_t maxv=numeric_limits<int64_t>::max()) {
248 if (val < minv || val > maxv) {
251 << minv << ", " << maxv << "]";
259 int64_t maxv=numeric_limits<int64_t>::max()) {
266 if (val < minv || val > maxv) {
269 << minv << ", " << maxv << "]";