Home | History | Annotate | Download | only in memcheck

Lines Matching refs:start2

1400       Addr start2    = ch2->data;
1406 if (end1 < start2) {
1410 //} else if (start1 == start2 && end1 == end2) {
1413 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
1421 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
1431 start1, end1, start2, end2);