Searched refs:lhs_end (Results 1 – 2 of 2) sorted by relevance
70 const BaseType lhs_end = this->GetRangeEnd(); in Intersect() local 74 range.SetRangeEnd(std::min(lhs_end, rhs_end)); in Intersect() 110 const BaseType lhs_end = this->GetRangeEnd(); in DoesAdjoinOrIntersect() local 112 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in DoesAdjoinOrIntersect()
9323 uint8_t *lhs_end; in scsi_devid_match() local9326 lhs_end = lhs + lhs_len; in scsi_devid_match()9336 (lhs_end - __offsetof(struct scsi_vpd_id_descriptor, identifier)); in scsi_devid_match()9342 && (lhs_id->identifier + lhs_id->length) <= lhs_end) { in scsi_devid_match()