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

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c1627 StackTreeNode sNegInf, sPosInf, sKey, *sLB, *sUB; local
1633 sPosInf.addr = ~(UWord)0;
1634 sPosInf.szB = 1;
1649 (UWord)&sPosInf, 0/*unused*/,
1708 sMax = sUB == &sPosInf ? ~(UWord)0 : (sUB->addr - 1);

Completed in 33 milliseconds