Searched refs:aBig (Results 1 - 1 of 1) sorted by last modified time

/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
111 return aBig <= aSmall && aSmall + nSmall <= aBig + nBig;

Completed in 100 milliseconds