Searched defs:Assert (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/vfs/hammer2/zlib/ |
H A D | hammer2_zlib_zutil.h | 130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 137 # define Assert(cond,msg) macro
|
/dflybsd-src/sbin/hammer2/zlib/ |
H A D | hammer2_zlib_zutil.h | 130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 137 # define Assert(cond,msg) macro
|
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/ |
H A D | hammer2_zlib_zutil.h | 130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 137 # define Assert(cond,msg) macro
|
/dflybsd-src/contrib/zlib-1.2/ |
H A D | zutil.h | 241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 248 # define Assert(cond,msg) macro
|
/dflybsd-src/sys/net/ |
H A D | zlib.c | 243 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 250 # define Assert(cond,msg) macro
|