Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching refs:n2

86 /* Compare the intervals [a1,a1+n1) and [a2,a2+n2).  Return -1 if the
94 Addr a2, SizeT n2 ) {
98 UWord n2w = (UWord)n2;
207 Word i, r, n1, n2;
209 n2 = VG_(sizeXA)( fb2s );
210 if (n1 < n2) return -1;
211 if (n1 > n2) return 1;
219 tl_assert(i == n1 && i == n2);