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

/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp35 #define HGSMI_STRICT_ASSERT(expr) Assert(expr) macro
38 #define HGSMI_STRICT_ASSERT(expr) do {} while (0) macro
560 HGSMI_STRICT_ASSERT(RT_SUCCESS(hgsmiVerifyBuffer(pArea, offBuffer, &bufferContext)));
/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DHGSMIHost.cpp127 #define HGSMI_STRICT_ASSERT(expr) Assert(expr) macro
130 #define HGSMI_STRICT_ASSERT(expr) do {} while (0) macro

Completed in 47 milliseconds