Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbranch-elimination.cc199 size_t other_size = other.condition_count_; in Merge() local
201 while (other_size > condition_count_) { in Merge()
203 other_size--; in Merge()
205 while (condition_count_ > other_size) { in Merge()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/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()