Home | History | Annotate | Download | only in memcheck

Lines Matching full:end1

979       Addr end1      = ch1->data + ch1->szB - 1;
984 if (end1 < start2) {
988 //} else if (start1 == start2 && end1 == end2) {
991 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
999 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
1009 start1, end1, start1, end2);