Home | History | Annotate | Download | only in memcheck

Lines Matching full:start1

1399       Addr start1    = ch1->data;
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);