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

/external/valgrind/exp-sgcheck/
H A Dsg_main.c1635 StackTreeNode sNegInf, sPosInf, sKey, *sLB, *sUB; local
1641 sPosInf.addr = ~(UWord)0;
1642 sPosInf.szB = 1;
1657 (UWord)&sPosInf, 0/*unused*/,
1716 sMax = sUB == &sPosInf ? ~(UWord)0 : (sUB->addr - 1);

Completed in 69 milliseconds