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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dschannel.h243 ALG_ID aiHash; member in struct:_SecPkgContext_ConnectionInfo
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dschannel.h209 ALG_ID aiHash; member in struct:_SecPkgContext_ConnectionInfo
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp1969 pPage->iNext = pPool->aiHash[iHash];
1970 pPool->aiHash[iHash] = pPage->idx;
1984 if (pPool->aiHash[iHash] == pPage->idx)
1985 pPool->aiHash[iHash] = pPage->iNext;
1988 uint16_t iPrev = pPool->aiHash[iHash];
2203 unsigned i = pPool->aiHash[PGMPOOL_HASH(GCPhys)];
2357 unsigned i = pPool->aiHash[PGMPOOL_HASH(GCPhys)];
5218 unsigned i = pPool->aiHash[PGMPOOL_HASH(GCPhys)];
5428 for (unsigned i = 0; i < RT_ELEMENTS(pPool->aiHash); i++)
5429 pPool->aiHash[
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp277 for (unsigned i = 0; i < RT_ELEMENTS(pPool->aiHash); i++)
278 pPool->aiHash[i] = NIL_PGMPOOL_IDX;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h901 GEN_CHECK_OFF(PGMPOOL, aiHash);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2303 uint16_t aiHash[PGMPOOL_HASH_SIZE]; member in struct:PGMPOOL

Completed in 86 milliseconds