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

Lines Matching refs:n2

85 /* Compare the intervals [a1,a1+n1) and [a2,a2+n2).  Return -1 if the
93 Addr a2, SizeT n2 ) {
97 UWord n2w = (UWord)n2;
206 Word i, r, n1, n2;
208 n2 = VG_(sizeXA)( fb2s );
209 if (n1 < n2) return -1;
210 if (n1 > n2) return 1;
218 tl_assert(i == n1 && i == n2);