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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVrdpBmp.h76 VRDPBCENTRY aEntries[VRDPBMP_N_CACHED_BITMAPS]; member in struct:_VRDPBC
/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h146 PPKAVLNODECORE aEntries[KAVL_MAX_STACK]; member in struct:_kAvlStack
152 PKAVLNODECORE aEntries[KAVL_MAX_STACK]; member in struct:_kAvlStack2
212 PPKAVLNODECORE ppNode = pStack->aEntries[--pStack->cEntries];
324 AVLStack.aEntries[AVLStack.cEntries++] = ppCurNode;
415 AVLStack.aEntries[AVLStack.cEntries++] = ppDeleteNode;
435 AVLStack.aEntries[AVLStack.cEntries++] = ppLeftLeast;
448 AVLStack.aEntries[iStackEntry] = &pLeftLeast->pLeft;
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp477 GMMCHUNKTLBE aEntries[GMM_CHUNKTLB_ENTRIES]; member in struct:GMMCHUNKTLB
775 for (unsigned i = 0; i < RT_ELEMENTS(pGMM->ChunkTLB.aEntries); i++)
776 pGMM->ChunkTLB.aEntries[i].idChunk = NIL_GMM_CHUNKID;
1826 PGMMCHUNKTLBE pTlbe = &pGMM->ChunkTLB.aEntries[GMM_CHUNKTLB_IDX(idChunk)];
3264 PGMMCHUNKTLBE pTlbe = &pGMM->ChunkTLB.aEntries[GMM_CHUNKTLB_IDX(pChunk->Core.Key)];
/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp832 SSMFILEDIRENTRY aEntries[1]; member in struct:SSMFILEDIR
4636 size_t cbDir = RT_OFFSETOF(SSMFILEDIR, aEntries[pVM->ssm.s.cUnits]);
4654 PSSMFILEDIRENTRY pEntry = &pDir->aEntries[pDir->cEntries++];
4667 cbDir = RT_OFFSETOF(SSMFILEDIR, aEntries[pDir->cEntries]);
8060 AssertLogRelReturn(RT_UOFFSETOF(SSMFILEDIR, aEntries[pDir->cEntries]) == cbDir, VERR_SSM_INTEGRITY_DIR);
8064 AssertLogRelMsgReturn( ( pDir->aEntries[i].off >= cbHdr
8065 && pDir->aEntries[i].off < offDir)
8066 || ( pDir->aEntries[i].off == 0 /* bug in unreleased code */
8068 ("off=%#llx cbHdr=%#x offDir=%#llx\n", pDir->aEntries[i].off, cbHdr, offDir),
8324 size_t const cbDirHdr = RT_OFFSETOF(SSMFILEDIR, aEntries);
[all...]
/vbox/src/VBox/Storage/
H A DDMG.cpp265 DMGUDIFRSRCENTRY aEntries[10]; member in struct:DMGUDIFRSRCARRAY
838 if (pThis->aRsrcs[iRsrc].aEntries[i].pbData)
840 RTMemFree(pThis->aRsrcs[iRsrc].aEntries[i].pbData);
841 pThis->aRsrcs[iRsrc].aEntries[i].pbData = NULL;
843 if (pThis->aRsrcs[iRsrc].aEntries[i].pszName)
845 RTMemFree(pThis->aRsrcs[iRsrc].aEntries[i].pszName);
846 pThis->aRsrcs[iRsrc].aEntries[i].pszName = NULL;
848 if (pThis->aRsrcs[iRsrc].aEntries[i].pszCFName)
850 RTMemFree(pThis->aRsrcs[iRsrc].aEntries[i].pszCFName);
851 pThis->aRsrcs[iRsrc].aEntries[
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapidefs.h1200 ADRENTRY aEntries[MAPI_DIM]; member in struct:_ADRLIST
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h1203 ADRENTRY aEntries[MAPI_DIM]; member in struct:_ADRLIST
/vbox/include/VBox/
H A DVBoxVideo.h1942 VBOXCMDVBVA_RESIZE_ENTRY aEntries[1]; member in struct:VBOXCMDVBVA_RESIZE
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1664 uint64_t aEntries; member in struct:PGMPHYSCACHE
1738 PGMCHUNKR3MAPTLBE aEntries[PGM_CHUNKR3MAPTLB_ENTRIES]; member in struct:PGMCHUNKR3MAPTLB
1794 PGMPAGER3MAPTLBE aEntries[PGM_PAGER3MAPTLB_ENTRIES]; member in struct:PGMPAGER3MAPTLB
1932 PGMMAPSETENTRY aEntries[64]; member in struct:PGMMAPSET

Completed in 185 milliseconds