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

/vbox/src/VBox/Runtime/common/log/
H A Dtracebuf.cpp62 typedef RTTRACEBUFVOLATILE *PRTTRACEBUFVOLATILE; typedef
124 #define RTTRACEBUF_TO_VOLATILE(a_pThis) ((PRTTRACEBUFVOLATILE)((uint8_t *)(a_pThis) + (a_pThis)->offVolatile))
199 PRTTRACEBUFVOLATILE pVolatile; \
404 PRTTRACEBUFVOLATILE pVolatile = (PRTTRACEBUFVOLATILE)((uint8_t *)pThis + offVolatile);

Completed in 40 milliseconds