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

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c1628 GlobalTreeNode gNegInf, gPosInf, gKey, *gLB, *gUB; local
1637 gPosInf.addr = ~(UWord)0;
1638 gPosInf.szB = 1;
1655 (UWord)&gPosInf, 0/*unused*/,
1710 gMax = gUB == &gPosInf ? ~(UWord)0 : (gUB->addr - 1);

Completed in 122 milliseconds