Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/strings/
Dnumbers.cc166 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local
177 if (value > vmax_over_base) { in safe_parse_positive_int()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers.cc800 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local
802 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()
813 if (value > vmax_over_base) { in safe_parse_positive_int()
/external/abseil-cpp/absl/strings/
Dnumbers.cc800 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local
802 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()
813 if (value > vmax_over_base) { in safe_parse_positive_int()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dnumbers.cc800 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local
802 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()
813 if (value > vmax_over_base) { in safe_parse_positive_int()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dnumbers.cc800 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local
802 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()
813 if (value > vmax_over_base) { in safe_parse_positive_int()
/external/angle/third_party/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()
/external/openscreen/third_party/abseil/src/absl/strings/
Dnumbers.cc914 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local
916 std::numeric_limits<IntType>::max() / base == vmax_over_base); in safe_parse_positive_int()
927 if (value > vmax_over_base) { in safe_parse_positive_int()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc722 const IntType vmax_over_base = vmax / base; in safe_parse_positive_int() local
733 if (value > vmax_over_base) { in safe_parse_positive_int()