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

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h143 const BaseType lhs_end = this->GetRangeEnd(); local
145 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base);
155 const BaseType lhs_end = this->GetRangeEnd(); local
157 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base);
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_all.c8977 uint8_t *lhs_end; local
8980 lhs_end = lhs + lhs_len;
8990 (lhs_end - __offsetof(struct scsi_vpd_id_descriptor, identifier));
8996 && (lhs_id->identifier + lhs_id->length) <= lhs_end) {

Completed in 86 milliseconds