Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRangeMap.h139 const BaseType rhs_end = rhs.GetRangeEnd(); in DoesAdjoinOrIntersect() local
140 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in DoesAdjoinOrIntersect()
151 const BaseType rhs_end = rhs.GetRangeEnd(); in DoesIntersect() local
152 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base); in DoesIntersect()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadList.cpp768 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); in Update() local
769 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos) in Update()
/NextBSD/sys/cam/scsi/
HDscsi_all.c8701 uint8_t *rhs_end; in scsi_devid_match() local
8704 rhs_end = rhs + rhs_len; in scsi_devid_match()
8715 (rhs_end - __offsetof(struct scsi_vpd_id_descriptor, identifier)); in scsi_devid_match()
8724 && (rhs_id->identifier + rhs_id->length) <= rhs_end) { in scsi_devid_match()