/vbox/src/VBox/VMM/VMMR3/ |
H A D | DBGFR3Trace.cpp | 422 dbgfR3TraceInfoDumpEntry(RTTRACEBUF hTraceBuf, uint32_t iEntry, uint64_t NanoTS, RTCPUID idCpu, const char *pszMsg, void *pvUser) argument 425 pHlp->pfnPrintf(pHlp, "#%04u/%'llu/%02x: %s\n", iEntry, NanoTS, idCpu, pszMsg);
|
/vbox/src/VBox/Runtime/common/log/ |
H A D | tracebuf.cpp | 59 uint32_t volatile iEntry; member in struct:RTTRACEBUFVOLATILE 197 uint32_t iEntry; \ 234 iEntry = ASMAtomicIncU32(&pVolatile->iEntry) - 1; \ 235 iEntry %= pThis->cEntries; \ 236 pEntry = RTTRACEBUF_TO_ENTRY(pThis, iEntry); \ 406 pVolatile->iEntry = 0; 547 iBase = ASMAtomicReadU32(&RTTRACEBUF_TO_VOLATILE(pThis)->iEntry); 616 iBase = ASMAtomicReadU32(&RTTRACEBUF_TO_VOLATILE(pThis)->iEntry); 643 iBase = ASMAtomicReadU32(&RTTRACEBUF_TO_VOLATILE(pThis)->iEntry); [all...] |
/vbox/src/VBox/Devices/Storage/ |
H A D | DrvDiskIntegrity.cpp | 194 unsigned iEntry; member in struct:DRVDISKINTEGRITY 264 Assert(!pThis->papIoReq[pThis->iEntry]); 265 pThis->papIoReq[pThis->iEntry] = pIoReq; 267 pThis->iEntry = (pThis->iEntry+1) % pThis->cEntries; 268 if (pThis->papIoReq[pThis->iEntry]) 270 RTMemFree(pThis->papIoReq[pThis->iEntry]); 271 pThis->papIoReq[pThis->iEntry] = NULL; 1308 while (pThis->papIoReq[pThis->iEntry]) 1310 RTMemFree(pThis->papIoReq[pThis->iEntry]); [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | vboxext.c | 807 uint32_t iBucket = 0, iEntry = 0; local 823 if (++iEntry == cEntries)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | vboxext.c | 805 uint32_t iBucket = 0, iEntry = 0; local 821 if (++iEntry == cEntries)
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInline.h | 237 unsigned iEntry = pSet->aiHashTable[iHash]; local 238 if ( iEntry < pSet->cEntries 239 && pSet->aEntries[iEntry].HCPhys == HCPhys 240 && pSet->aEntries[iEntry].cInlinedRefs < UINT16_MAX - 1) 242 pSet->aEntries[iEntry].cInlinedRefs++; 243 *ppv = pSet->aEntries[iEntry].pvPage; 298 unsigned iEntry = pSet->aiHashTable[iHash]; local 299 if ( iEntry < pSet->cEntries 300 && pSet->aEntries[iEntry].HCPhys == HCPhys 301 && pSet->aEntries[iEntry] 374 unsigned iEntry = pSet->aiHashTable[iHash]; local [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winnetwk.h | 402 BYTE iEntry; member in struct:tagPASSWORD_CACHE_ENTRY
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winnetwk.h | 406 BYTE iEntry; member in struct:tagPASSWORD_CACHE_ENTRY
|
/vbox/src/VBox/VMM/VMMRZ/ |
H A D | PGMRZDynMap.cpp | 856 uint32_t iEntry = ((uint64_t)(uintptr_t)pvPage >> pPgLvl->a[i].fPtrShift) & pPgLvl->a[i].fPtrMask; local 859 pvEntry = &pPgLvl->a[i].u.paLegacy[iEntry]; 860 uEntry = pPgLvl->a[i].u.paLegacy[iEntry]; 864 pvEntry = &pPgLvl->a[i].u.paPae[iEntry]; 865 uEntry = pPgLvl->a[i].u.paPae[iEntry]; 871 "PGMR0DynMap: pv=%p pvPage=%p iEntry=%#x fLegacyMode=%RTbool\n", 873 pPgLvl->a[i].u.pv, pvPage, iEntry, pThis->fLegacyMode)); 876 /*Log(("#%d: iEntry=%4d uEntry=%#llx pvEntry=%p HCPhys=%RHp \n", i, iEntry, uEntry, pvEntry, pPgLvl->a[i].HCPhys));*/ 2178 uint32_t iEntry local 2327 unsigned iEntry = pSet->cEntries++; local 2372 unsigned iEntry = pSet->cEntries++; local 2416 unsigned iEntry = pSet->cEntries++; local [all...] |
/vbox/src/VBox/Debugger/ |
H A D | DBGCEmulateCodeView.cpp | 1721 static int dbgcCmdDumpDTWorker64(PDBGCCMDHLP pCmdHlp, PCX86DESC64 pDesc, unsigned iEntry, bool fHyper, bool *pfDblEntry) argument 1756 iEntry, s_apszTypes[pDesc->Gen.u4Type], u32Base, cbLimit, 1795 iEntry, s_apszTypes[pDesc->Gen.u4Type], pDesc, 1811 iEntry, s_apszTypes[pDesc->Gen.u4Type], u64Base, cbLimit, 1829 iEntry, s_apszTypes[pDesc->Gen.u4Type], sel, off, 1844 iEntry, s_apszTypes[pDesc->Gen.u4Type], sel, off, 1866 * @param iEntry The descriptor entry number. 1869 static int dbgcCmdDumpDTWorker32(PDBGCCMDHLP pCmdHlp, PCX86DESC pDesc, unsigned iEntry, bool fHyper) argument 1907 iEntry, s_apszTypes[pDesc->Gen.u4Type], u32Base, cbLimit, 1940 iEntry, s_apszType 2576 unsigned iEntry = ~0U; /* The page directory index. ~0U for 'dpta'. */ local 2925 unsigned iEntry = ~0U; /* The page table index. ~0U for 'dpta'. */ local [all...] |
/vbox/src/VBox/Runtime/common/misc/ |
H A D | lockvalidator.cpp | 107 uint32_t iEntry; member in struct:RTLOCKVALDDENTRY 2591 uint32_t iEntry = UINT32_MAX; local 2608 Assert(iEntry == UINT32_MAX); 2656 Assert(iEntry == UINT32_MAX); 2664 || iEntry != UINT32_MAX 2671 while (++iEntry < cAllocated) 2673 PRTLOCKVALRECSHRDOWN pEntry = rtLockValidatorUoReadSharedOwner(&papOwners[iEntry]); 2710 iEntry = UINT32_MAX; 2737 pStack->a[i].iEntry = iEntry; 3711 unsigned iEntry = ASMBitFirstSetU32(ASMAtomicUoReadU32(&pThreadSelf->LockValidator.bmFreeShrdOwners)); local 3768 uintptr_t iEntry = pEntry - &pThread->LockValidator.aShrdOwners[0]; local 3910 rtLockValidatorRecSharedRemoveAndFreeOwner(PRTLOCKVALRECSHRD pShared, PRTLOCKVALRECSHRDOWN pEntry, uint32_t iEntry) argument 3956 uint32_t iEntry = 0; local 4055 uint32_t iEntry = UINT32_MAX; /* shuts up gcc */ local 4112 uint32_t iEntry = 0; local 4167 uint32_t iEntry = 0; local [all...] |