Home
last modified time | relevance | path

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

/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/v8/src/
Dinterface.cc164 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); in DoUnify() local
166 if (that->IsFrozen() && this_size > that_size) { in DoUnify()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp368 lldb::addr_t this_size = m_descriptors[i + 1].code_start - m_descriptors[i].code_start; in SetUpRegion() local
370 code_size = this_size; in SetUpRegion()
373 if (this_size != code_size) in SetUpRegion()
375 if (this_size > code_size) in SetUpRegion()
376 code_size = this_size; in SetUpRegion()