Searched defs:uMax (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/exp-ptrcheck/
H A Dsg_main.c1576 Addr gMin, gMax, sMin, sMax, uMin, uMax; local
1667 uMax = Addr__min( sMax, gMax );
1668 if (0) VG_(printf)("uMin %lx uMax %lx\n", uMin, uMax);
1669 tl_assert(uMin <= uMax);
1670 tl_assert(uMin <= ea && ea+szB-1 <= uMax);
1671 /* Finally, we can park [uMin,uMax] in the cache. However,
1672 if uMax is ~0, we can't represent the difference; hence
1673 fudge uMax. */
1674 if (uMin < uMax
[all...]

Completed in 122 milliseconds