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

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

Completed in 150 milliseconds