Home
last modified time | relevance | path

Searched refs:maxv (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/tools/tzcode/
Dtz2icu.cpp241 int64_t maxv=numeric_limits<int64_t>::max()) { in readcoded() argument
248 if (val < minv || val > maxv) { in readcoded()
251 << minv << ", " << maxv << "]"; in readcoded()
259 int64_t maxv=numeric_limits<int64_t>::max()) { in readcoded64() argument
266 if (val < minv || val > maxv) { in readcoded64()
269 << minv << ", " << maxv << "]"; in readcoded64()
/external/chromium/third_party/icu/source/tools/tzcode/
Dtz2icu.cpp240 int64_t maxv=numeric_limits<int64_t>::max()) { in readcoded() argument
247 if (val < minv || val > maxv) { in readcoded()
250 << minv << ", " << maxv << "]"; in readcoded()
258 int64_t maxv=numeric_limits<int64_t>::max()) { in readcoded64() argument
265 if (val < minv || val > maxv) { in readcoded64()
268 << minv << ", " << maxv << "]"; in readcoded64()
/external/jpeg/
Djquant2.c299 register INT32 maxv = 0; in find_biggest_volume() local
303 if (boxp->volume > maxv) { in find_biggest_volume()
305 maxv = boxp->volume; in find_biggest_volume()