Home
last modified time | relevance | path

Searched defs:Assert (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Ddecompress.c16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
23 # define Assert(cond,msg) macro
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dzutil.h102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
109 # define Assert(cond,msg) macro
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dmisc.c65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
72 # define Assert(cond,msg) macro
/OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/
H A Dmisc.c55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro
62 # define Assert(cond, msg) macro
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddefutil.h6 #define Assert(err, str) macro
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js107 function Assert(testContext){this.test=testContext;} class