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

/vbox/src/VBox/Runtime/common/log/
H A Dtracebuf.cpp101 uint32_t offVolatile; member in struct:RTTRACEBUFINT
124 #define RTTRACEBUF_TO_VOLATILE(a_pThis) ((PRTTRACEBUFVOLATILE)((uint8_t *)(a_pThis) + (a_pThis)->offVolatile))
135 AssertReturn((a_pThis)->offVolatile < RTTRACEBUF_ALIGNMENT * 2, (a_rc)); \
160 AssertReturn((a_pThis)->offVolatile < RTTRACEBUF_ALIGNMENT * 2, VERR_INVALID_HANDLE); \
222 AssertReturn(pThis->offVolatile < RTTRACEBUF_ALIGNMENT * 2, VERR_INVALID_HANDLE); \
379 uint32_t offVolatile = RTTRACEBUF_ALIGNMENT - ((uintptr_t)pvBlock & (RTTRACEBUF_ALIGNMENT - 1)); local
380 if (offVolatile < sizeof(RTTRACEBUFINT))
381 offVolatile += RTTRACEBUF_ALIGNMENT;
382 size_t cbReqBlock = offVolatile
401 pThis->offVolatile
[all...]

Completed in 67 milliseconds