Home | History | Annotate | Download | only in memcheck

Lines Matching defs:start2

1711       Addr start2    = ch2->data;
1717 if (end1 < start2) {
1721 //} else if (start1 == start2 && end1 == end2) {
1724 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
1732 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
1742 start1, end1, start2, end2);