Home | History | Annotate | Download | only in memcheck

Lines Matching refs:start2

2071       Addr start2    = ch2->data;
2077 if (end1 < start2) {
2081 //} else if (start1 == start2 && end1 == end2) {
2084 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
2092 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
2126 if ( (ch1_is_meta && (start2 < start1 || end2 > end1)) ||
2127 (ch2_is_meta && (start1 < start2 || end1 > end2)) ) {
2134 start1, end1, start2, end2);