Home
last modified time | relevance | path

Searched refs:other_size (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h268 int other_size, int step);
270 void MultiplyBy(int other_size, const uint32_t* other_words) { in MultiplyBy() argument
273 (std::min)(original_size + other_size - 2, max_words - 1); in MultiplyBy()
275 MultiplyStep(original_size, other_words, other_size, step); in MultiplyBy()
Dcharconv_bigint.cc318 int other_size, int step) { in MultiplyStep() argument
324 for (; this_i >= 0 && other_i < other_size; --this_i, ++other_i) { in MultiplyStep()
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h268 int other_size, int step);
270 void MultiplyBy(int other_size, const uint32_t* other_words) { in MultiplyBy() argument
273 (std::min)(original_size + other_size - 2, max_words - 1); in MultiplyBy()
275 MultiplyStep(original_size, other_words, other_size, step); in MultiplyBy()
Dcharconv_bigint.cc318 int other_size, int step) { in MultiplyStep() argument
324 for (; this_i >= 0 && other_i < other_size; --this_i, ++other_i) { in MultiplyStep()
/third_party/boost/libs/geometry/test/iterators/
Dconcatenate_iterator.cpp53 std::size_t other_size, in test_using_max_element()
70 while ( counter != other_size ) in test_using_max_element()
/third_party/protobuf/src/google/protobuf/
Dreflection_internal.h310 int other_size = other_mutator->Size(other_data); in Swap() local
311 for (int i = 0; i < other_size; ++i) { in Swap()
Drepeated_field.h1811 int other_size = other.current_size_;
1813 void** new_elements = InternalExtend(other_size);
1815 (this->*inner_loop)(new_elements, other_elements, other_size,
1817 current_size_ += other_size;
/third_party/python/Objects/
Dbytearrayobject.c1007 Py_ssize_t self_size, other_size; in bytearray_richcompare() local
1034 other_size = other_bytes.len; in bytearray_richcompare()
1036 if (self_size != other_size && (op == Py_EQ || op == Py_NE)) { in bytearray_richcompare()
1044 Py_MIN(self_size, other_size)); in bytearray_richcompare()
1054 Py_RETURN_RICHCOMPARE(self_size, other_size, op); in bytearray_richcompare()
Dsetobject.c1488 Py_ssize_t pos = 0, other_size; in set_difference() local
1492 other_size = PySet_GET_SIZE(other); in set_difference()
1495 other_size = PyDict_GET_SIZE(other); in set_difference()
1503 if ((PySet_GET_SIZE(so) >> 2) > other_size) { in set_difference()
/third_party/json/test/thirdparty/doctest/
Ddoctest.h3068 const unsigned other_size = other.size();
3069 const unsigned total_size = my_old_size + other_size;
3074 memcpy(buf + my_old_size, other.c_str(), other_size + 1);
3087 memcpy(data.ptr + my_old_size, other.c_str(), other_size + 1);
3093 memcpy(data.ptr + my_old_size, other.c_str(), other_size + 1);
3109 memcpy(data.ptr + my_old_size, other.c_str(), other_size + 1);
/third_party/ffmpeg/fftools/
Dffmpeg.c1587 uint64_t video_size = 0, audio_size = 0, extra_size = 0, other_size = 0; in print_final_stats() local
1600 default: other_size += ost->data_size; break; in print_final_stats()
1616 other_size / 1024.0, in print_final_stats()