Searched refs:rhs_end (Results 1 – 4 of 4) sorted by relevance
71 unsigned rhs_end = other.GetStart() + other.GetSizeInBits() - 1; in PaddingDistance() local75 rhs_end = GetStart() + GetSizeInBits() - 1; in PaddingDistance()78 return lhs_start - rhs_end - 1; in PaddingDistance()
755 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); in Update() local756 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos) { in Update()
71 const BaseType rhs_end = rhs.GetRangeEnd(); in Intersect() local 74 range.SetRangeEnd(std::min(lhs_end, rhs_end)); in Intersect() 111 const BaseType rhs_end = rhs.GetRangeEnd(); in DoesAdjoinOrIntersect() local 112 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in DoesAdjoinOrIntersect()
9324 uint8_t *rhs_end; in scsi_devid_match() local9327 rhs_end = rhs + rhs_len; in scsi_devid_match()9338 (rhs_end - __offsetof(struct scsi_vpd_id_descriptor, identifier)); in scsi_devid_match()9347 && (rhs_id->identifier + rhs_id->length) <= rhs_end) { in scsi_devid_match()