Home | History | Annotate | Download | only in memcheck

Lines Matching refs:end2

1140       Addr end2      = ch2->data + ch2->szB - 1;
1148 //} else if (start1 == start2 && end1 == end2) {
1151 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
1159 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
1169 start1, end1, start2, end2);