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

/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp52 static bool rtDirFilterWinNtMatchDosStar(unsigned iDepth, RTUNICP uc, const char *pszNext, PCRTUNICP puszFilter);
53 static bool rtDirFilterWinNtMatchStar(unsigned iDepth, RTUNICP uc, const char *pszNext, PCRTUNICP puszFilter);
54 static bool rtDirFilterWinNtMatchBase(unsigned iDepth, const char *pszName, PCRTUNICP puszFilter);
163 static bool rtDirFilterWinNtMatchDosStar(unsigned iDepth, RTUNICP uc, const char *pszNext, PCRTUNICP puszFilter) argument
165 AssertReturn(iDepth++ < 256, false);
175 return rtDirFilterWinNtMatchStar(iDepth, uc, pszNext, puszFilter);
203 if (rtDirFilterWinNtMatchBase(iDepth, pszNext, puszFilter))
210 return rtDirFilterWinNtMatchBase(iDepth, pszNext, puszFilter);
220 && rtDirFilterWinNtMatchBase(iDepth, pszNext, puszFilter))
226 && rtDirFilterWinNtMatchBase(iDepth, pszNex
242 rtDirFilterWinNtMatchStar(unsigned iDepth, RTUNICP uc, const char *pszNext, PCRTUNICP puszFilter) argument
375 rtDirFilterWinNtMatchBase(unsigned iDepth, const char *pszName, PCRTUNICP puszFilter) argument
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp1568 * @param iDepth The tree depth to insert at.
1573 static bool rtCrX509CpvPolicyTreeInsertNew(PRTCRX509CERTPATHSINT pThis, PRTCRX509CERTPATHSPOLICYNODE pParent, uint32_t iDepth,
1577 Assert(iDepth <= pThis->v.cNodes);
1593 RTListAppend(&pThis->v.paValidPolicyDepthLists[iDepth], &pNode->DepthEntry);
1692 * Removes all leaf nodes at level @a iDepth and above.
1695 * @param iDepth The depth to start pruning at.
1697 static void rtCrX509CpvPolicyTreePrune(PRTCRX509CERTPATHSINT pThis, uint32_t iDepth)
1701 PRTLISTANCHOR pList = &pThis->v.paValidPolicyDepthLists[iDepth];
1709 } while (iDepth-- > 0);
1797 for (uint32_t iDepth
[all...]
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuitestresult.py118 iFailure, oTestSet, iDepth): # pylint: disable=R0914
163 % ( 'tmodd' if iRow & 1 else 'tmeven', iDepth, oTestResult.enmStatus,
182 % ( 'tmodd' if iRow & 1 else 'tmeven', iDepth,
191 iRow, iFailure, oTestSet, iDepth + 1);
204 % ( 'tmodd' if iRow & 1 else 'tmeven', iDepth,
221 % ( 'tmodd' if iRow & 1 else 'tmeven', iDepth,
270 % ( 'tmodd' if iRow & 1 else 'tmeven', iDepth,
285 % ( 'tmodd' if iRow & 1 else 'tmeven', iDepth, oTestResult.enmStatus,
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp628 static PPGMRAMRANGE pgmR3PhysRebuildRamRangeSearchTreesRecursively(PPGMRAMRANGE *ppRam, int iDepth) argument
631 if (iDepth <= 0)
649 PPGMRAMRANGE pLeft = pgmR3PhysRebuildRamRangeSearchTreesRecursively(ppRam, iDepth - 1);
658 PPGMRAMRANGE pRight = pgmR3PhysRebuildRamRangeSearchTreesRecursively(ppRam, iDepth - 1);
678 int iDepth = 0; local
690 PPGMRAMRANGE pRight = pgmR3PhysRebuildRamRangeSearchTreesRecursively(&pRam, iDepth);
695 iDepth++;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dexdisp.idl839 [id(25)] HRESULT Expand([in] VARIANT var, int iDepth);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexdisp.idl720 [id(25)] HRESULT Expand([in] VARIANT var, int iDepth);

Completed in 69 milliseconds