Home
last modified time | relevance | path

Searched refs:overflow_if_mul_base (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/io/
H A Dtokenizer.c710 uint64_t overflow_if_mul_base = (UINT64_MAX / 10) + 1; in upb_Parse_Integer() local
715 overflow_if_mul_base = (UINT64_MAX / 16) + 1; in upb_Parse_Integer()
720 overflow_if_mul_base = (UINT64_MAX / 8) + 1; in upb_Parse_Integer()
746 if (result >= overflow_if_mul_base) { in upb_Parse_Integer()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc951 uint64_t overflow_if_mul_base = (kuint64max / 10) + 1; in ParseInteger() local
956 overflow_if_mul_base = (kuint64max / 16) + 1; in ParseInteger()
961 overflow_if_mul_base = (kuint64max / 8) + 1; in ParseInteger()
987 if (result >= overflow_if_mul_base) { in ParseInteger()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/io/
Dtokenizer.c730 uint64_t overflow_if_mul_base = (UINT64_MAX / 10) + 1; in upb_Parse_Integer() local
735 overflow_if_mul_base = (UINT64_MAX / 16) + 1; in upb_Parse_Integer()
740 overflow_if_mul_base = (UINT64_MAX / 8) + 1; in upb_Parse_Integer()
766 if (result >= overflow_if_mul_base) { in upb_Parse_Integer()
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc951 uint64_t overflow_if_mul_base = (kuint64max / 10) + 1; in ParseInteger() local
956 overflow_if_mul_base = (kuint64max / 16) + 1; in ParseInteger()
961 overflow_if_mul_base = (kuint64max / 8) + 1; in ParseInteger()
987 if (result >= overflow_if_mul_base) { in ParseInteger()