Searched defs:cCur (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dhandletable.h129 uint32_t cCur; member in struct:RTHANDLETABLEINT
162 if (i < pThis->cCur)
194 if (i < pThis->cCur)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp757 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 109 milliseconds