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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h95 const BaseType rhs_end = rhs.GetRangeEnd(); local
96 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base);
105 const BaseType rhs_end = rhs.GetRangeEnd(); local
106 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp716 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); local
717 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c9103 uint8_t *rhs_end; local
9106 rhs_end = rhs + rhs_len;
9117 (rhs_end - __offsetof(struct scsi_vpd_id_descriptor, identifier));
9126 && (rhs_id->identifier + rhs_id->length) <= rhs_end) {

Completed in 204 milliseconds