Home
last modified time | relevance | path

Searched refs:other_words (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.h265 // MultiplyStep(). `other_words` and `other_size` are the contents of our
267 void MultiplyStep(int original_size, const uint32_t* other_words,
270 void MultiplyBy(int other_size, const uint32_t* other_words) { in MultiplyBy() argument
275 MultiplyStep(original_size, other_words, other_size, step); in MultiplyBy()
H A Dcharconv_bigint.cc317 const uint32_t* other_words, in MultiplyStep()
326 product *= other_words[other_i]; in MultiplyStep()
316 MultiplyStep(int original_size, const uint32_t* other_words, int other_size, int step) MultiplyStep() argument

Completed in 2 milliseconds