Searched refs:other_size (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.c29 static int get_fixed_point_scale_factor(int other_size, int this_size) { argument
34 return (other_size << REF_SCALE_SHIFT) / this_size;
/external/v8/src/compiler/
H A Dbranch-elimination.cc245 size_t other_size = other.condition_count_; local
247 while (other_size > condition_count_) {
249 other_size--;
251 while (condition_count_ > other_size) {
H A Dloop-variable-optimizer.cc118 size_t other_size = other->limit_count_; local
120 while (other_size > limit_count_) {
122 other_size--;
124 while (limit_count_ > other_size) {
/external/protobuf/src/google/protobuf/
H A Dreflection_internal.h320 int other_size = other_mutator->Size(other_data); local
321 for (int i = 0; i < other_size; ++i) {
H A Drepeated_field.h1484 int other_size = other.current_size_; local
1486 void** new_elements = InternalExtend(other_size);
1489 other_size, allocated_elems);
1490 current_size_ += other_size;

Completed in 184 milliseconds