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

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c1629 Addr gMin, gMax, sMin, sMax, uMin, uMax; local
1720 uMax = Addr__min( sMax, gMax );
1721 if (0) VG_(printf)("uMin %lx uMax %lx\n", uMin, uMax);
1722 tl_assert(uMin <= uMax);
1723 tl_assert(uMin <= ea && ea+szB-1 <= uMax);
1724 /* Finally, we can park [uMin,uMax] in the cache. However,
1725 if uMax is ~0, we can't represent the difference; hence
1726 fudge uMax. */
1727 if (uMin < uMax
[all...]
/external/svox/pico/lib/
H A Dpicopam.c418 picoos_uint16 uMax);

Completed in 130 milliseconds