Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc320 int other_i = step - this_i; in MultiplyStep() local
324 for (; this_i >= 0 && other_i < other_size; --this_i, ++other_i) { in MultiplyStep()
326 product *= other_words[other_i]; in MultiplyStep()
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc320 int other_i = step - this_i; in MultiplyStep() local
324 for (; this_i >= 0 && other_i < other_size; --this_i, ++other_i) { in MultiplyStep()
326 product *= other_words[other_i]; in MultiplyStep()