Searched refs:this_size (Results 1 – 3 of 3) sorted by relevance
29 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() argument34 return (other_size << REF_SCALE_SHIFT) / this_size; in get_fixed_point_scale_factor()
164 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); in DoUnify() local166 if (that->IsFrozen() && this_size > that_size) { in DoUnify()
368 lldb::addr_t this_size = m_descriptors[i + 1].code_start - m_descriptors[i].code_start; in SetUpRegion() local370 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()