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

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Ddebug.h75 # define _ERR_ASSERT(_e) Assert((_e)) macro
80 if (g_VBoxVDbgBreakOn##_t) { _ERR_ASSERT(_e); } \
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Ddebug.h75 # define _ERR_ASSERT(_e) Assert((_e)) macro
80 if (g_VBoxVDbgBreakOn##_t) { _ERR_ASSERT(_e); } \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddebug.h81 # define _ERR_ASSERT(_e) Assert((_e)) macro
86 if (g_VBoxVDbgBreakOn##_t) { _ERR_ASSERT(_e); } \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Ddebug.h75 # define _ERR_ASSERT(_e) Assert((_e)) macro
80 if (g_VBoxVDbgBreakOn##_t) { _ERR_ASSERT(_e); } \

Completed in 544 milliseconds