Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc319 int this_i = std::min(original_size - 1, step); in MultiplyStep() local
320 int other_i = step - this_i; in MultiplyStep()
324 for (; this_i >= 0 && other_i < other_size; --this_i, ++other_i) { in MultiplyStep()
325 uint64_t product = words_[this_i]; in MultiplyStep()
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc319 int this_i = std::min(original_size - 1, step); in MultiplyStep() local
320 int other_i = step - this_i; in MultiplyStep()
324 for (; this_i >= 0 && other_i < other_size; --this_i, ++other_i) { in MultiplyStep()
325 uint64_t product = words_[this_i]; in MultiplyStep()