Home
last modified time | relevance | path

Searched refs:vmax_over_base (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers.cc924 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local
926 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()
937 if (value > vmax_over_base) { in safe_parse_positive_int()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc703 const IntType vmax_over_base = vmax / base; in safe_parse_positive_int() local
714 if (value > vmax_over_base) { in safe_parse_positive_int()