Searched refs:lhs_end (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h94 const BaseType lhs_end = this->GetRangeEnd(); local
96 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base);
104 const BaseType lhs_end = this->GetRangeEnd(); local
106 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c9102 uint8_t *lhs_end; local
9105 lhs_end = lhs + lhs_len;
9115 (lhs_end - __offsetof(struct scsi_vpd_id_descriptor, identifier));
9121 && (lhs_id->identifier + lhs_id->length) <= lhs_end) {

Completed in 122 milliseconds