Searched refs:nBig (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/exp-sgcheck/
H A Dsg_main.c105 within [aBig,aBig+nBig). */
107 static Bool is_subinterval_of ( Addr aBig, SizeT nBig, argument
109 tl_assert(nBig > 0 && nSmall > 0);
110 return aBig <= aSmall && aSmall + nSmall <= aBig + nBig;

Completed in 62 milliseconds