Home
last modified time | relevance | path

Searched refs:rhs_end (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp71 unsigned rhs_end = other.GetStart() + other.GetSizeInBits() - 1; in PaddingDistance() local
75 rhs_end = GetStart() + GetSizeInBits() - 1; in PaddingDistance()
78 return lhs_start - rhs_end - 1; in PaddingDistance()
H A DThreadList.cpp755 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); in Update() local
756 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos) { in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h71 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()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c9324 uint8_t *rhs_end; in scsi_devid_match() local
9327 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()