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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.h148 #define ASSERT(x) assert(x) macro
/vbox/include/VBox/com/
H A Derrorprint.h238 #define ASSERT(expr) \ macro
250 * Does the same as ASSERT(), but executes the |return ret| statement if the
254 do { ASSERT(expr); if (!(expr)) return (ret); } while (0)
257 * Does the same as ASSERT(), but executes the |break| statement if the
261 if (1) { ASSERT(expr); if (!(expr)) break; } else do {} while (0)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dglheader.h263 # define ASSERT(X) _CHECK(X) macro
265 # define ASSERT(X) assert(X) macro
267 # define ASSERT(X) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDebugLib.h86 If Format is NULL, then ASSERT().
107 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
139 If Buffer is NULL, then ASSERT().
140 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
157 Returns TRUE if ASSERT() macros are enabled.
262 #define ASSERT(Expression) \ macro
271 #define ASSERT(Expression) macro
336 If Guid is NULL, then ASSERT().
350 ASSERT (Guid != NULL); \
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h66 /* Both VBox/com/assert.h and qglobal.h contain a definition of ASSERT.
68 #undef ASSERT macro
74 #undef ASSERT macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceTypes.h310 #define ASSERT(a_Expr) Assert(a_Expr) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace_impl.h1282 * DTrace calls ASSERT from probe context. To assure that a failed ASSERT
1284 * a dump cannot be gleaned), DTrace must define its own ASSERT to be one that
1286 * included by any DTrace component that calls ASSERT from probe context, and
1289 * ASSERT.)
1291 #undef ASSERT macro
1293 #define ASSERT(EX) ((void)((EX) || \ macro
1296 #define ASSERT(X) ((void)0) macro
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-velocity.h1647 #define ASSERT(x) { \ macro
1656 #define ASSERT(x) macro

Completed in 105 milliseconds