Searched refs:cbActive (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp540 + pThis->Core.CodeBuf.offActive + pThis->Core.CodeBuf.cbActive )
746 pBuf->cbActive = pBuf->cb;
776 memcpy(pbUsingBuf + pBuf->offActive, pvSrc, pBuf->cbActive);
808 if (memcmp(pbUsingBuf + pBuf->offActive, pvExpected, pBuf->cbActive) != 0)
870 pBuf->cbActive = pBuf->cb;
903 memcpy(pbDst, pvInstr, pBuf->cbActive);
904 pbDst += pBuf->cbActive;
H A Dcidet.h717 uint16_t cbActive; member in struct:CIDETBUF

Completed in 51 milliseconds