Searched refs:cCur (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Runtime/common/misc/ |
H A D | handletablectx.cpp | 80 Assert(pThis->cCurAllocated <= pThis->cCur); 94 else if (pThis->cCur >= pThis->cMax) 97 Assert(pThis->cCur == pThis->cCurAllocated); 108 uint32_t const iLevel1 = pThis->cCur / RTHT_LEVEL2_ENTRIES; 169 iLevel1New = pThis->cCur / RTHT_LEVEL2_ENTRIES; 171 && pThis->cCur < pThis->cMax) 176 Assert(!(pThis->cCur % RTHT_LEVEL2_ENTRIES)); 179 RTHT_SET_FREE_IDX((PRTHTENTRYFREE)&paTable[i], i + 1 + pThis->cCur); 187 pThis->iFreeHead = pThis->cCur; 192 RTHT_SET_FREE_IDX(pPrev, pThis->cCur); [all...] |
H A D | handletablesimple.cpp | 77 Assert(pThis->cCurAllocated <= pThis->cCur); 90 else if (pThis->cCur >= pThis->cMax) 93 Assert(pThis->cCur == pThis->cCurAllocated); 100 uint32_t const iLevel1 = pThis->cCur / RTHT_LEVEL2_ENTRIES; 159 uint32_t iLevel1New = pThis->cCur / RTHT_LEVEL2_ENTRIES; 161 && pThis->cCur < pThis->cMax) 166 Assert(!(pThis->cCur % RTHT_LEVEL2_ENTRIES)); 168 RTHT_SET_FREE_IDX((PRTHTENTRYFREE)&paTable[i], i + 1 + pThis->cCur); 173 pThis->iFreeHead = pThis->cCur; 178 RTHT_SET_FREE_IDX(pPrev, pThis->cCur); [all...] |
H A D | handletable.h | 129 uint32_t cCur; member in struct:RTHANDLETABLEINT 162 if (i < pThis->cCur) 194 if (i < pThis->cCur)
|
H A D | handletable.cpp | 92 pThis->cCur = 0;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
H A D | DumpD3DCaps9.cpp | 757 int cCur = strLength(pCur, ' '); local 759 int iCmp = strncmp(pCur, pCmp, MIN(cCur, cCmp)); 761 iCmp = cCur - cCmp; 767 cLength = cCur; 776 int iCmp = strncmp(pCur, pPrevCmp, MIN(cCur, cPrevLength)); 778 iCmp = cCur - cPrevLength; 782 cLength = cCur; 788 cLength = cCur;
|
Completed in 1335 milliseconds