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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp766 RTGCPHYS KeyBase = i + j * 8; local
767 PAVLROGCPHYSNODECORE pNode = RTAvlroGCPhysGet(pTree, KeyBase);
770 RTTestIFailed("sparse get i=%d j=%d KeyBase=%d\n", i, j, (unsigned)KeyBase);
773 if (pNode->Key > KeyBase || pNode->KeyLast < KeyBase)
775 RTTestIFailed("sparse get i=%d j=%d KeyBase=%d pNode->Key=%d\n", i, j, (unsigned)KeyBase, (unsigned)pNode->Key);
778 for (k = KeyBase; k < KeyBase
[all...]

Completed in 35 milliseconds