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

/vbox/include/iprt/
H A Dasn1.h1506 uint8_t cDepth; member in struct:RTASN1CURSOR
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp717 unsigned cDepth = 0; local
729 AssertMsg(cDepth <= cMaxDepth, ("cDepth=%d cMaxDepth=%d\n", cDepth, cMaxDepth));
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp470 uint32_t cDepth = 0; local
475 cDepth++;
478 return cDepth;
H A DMediumImpl.cpp4075 uint32_t cDepth = 0; local
4080 AssertReturn(autoCaller.isOk(), cDepth + 1);
4083 cDepth++;
4086 return cDepth;

Completed in 102 milliseconds