Home | History | Annotate | Download | only in memcheck

Lines Matching refs:end2

1839       Addr end2      = ch2->data + ch2->szB - 1;
1847 //} else if (start1 == start2 && end1 == end2) {
1850 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
1858 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
1868 start1, end1, start2, end2);