Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbranch-elimination.cc237 size_t other_size = other.condition_count_; in Merge() local
239 while (other_size > condition_count_) { in Merge()
241 other_size--; in Merge()
243 while (condition_count_ > other_size) { in Merge()
Dloop-variable-optimizer.cc118 size_t other_size = other->limit_count_; in Merge() local
120 while (other_size > limit_count_) { in Merge()
122 other_size--; in Merge()
124 while (limit_count_ > other_size) { in Merge()
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
Dtsig.py141 (original_id, error, other_size) = \
144 other_data = wire[current:current + other_size]
145 current += other_size
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c29 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() argument
34 return (other_size << REF_SCALE_SHIFT) / this_size; in get_fixed_point_scale_factor()
/external/protobuf/src/google/protobuf/
Dreflection_internal.h320 int other_size = other_mutator->Size(other_data); in Swap() local
321 for (int i = 0; i < other_size; ++i) { in Swap()
Drepeated_field.h1484 int other_size = other.current_size_;
1486 void** new_elements = InternalExtend(other_size);
1489 other_size, allocated_elems);
1490 current_size_ += other_size;