Searched defs:Assert (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | decompress.c | 16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 23 # define Assert(cond,msg) macro
|
/openbmc/u-boot/lib/zlib/ |
H A D | zutil.h | 102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 109 # define Assert(cond,msg) macro
|
/openbmc/linux/arch/alpha/boot/ |
H A D | misc.c | 65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 72 # define Assert(cond,msg) macro
|
/openbmc/linux/arch/nios2/boot/compressed/ |
H A D | misc.c | 55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro 62 # define Assert(cond, msg) macro
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | defutil.h | 6 #define Assert(err, str) macro
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 107 function Assert(testContext){this.test=testContext;} class
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | LogEntry.v1_17_0.json | 687 "Assert": "The condition has been asserted.", string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | LogEntry.v1_17_0.json | 687 "Assert": "The condition has been asserted.", string
|