Searched defs:Assert (Results 1 - 3 of 3) sorted by relevance

/src/lib/libc/net/
H A Dbase64.c73 #define Assert(Cond) if (!(Cond)) abort() macro
/src/common/dist/zlib/
H A Dzutil.h238 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
245 # define Assert(cond,msg) macro
/src/sys/net/
H A Dzlib.c256 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
263 # define Assert(cond,msg) macro
[all...]

Completed in 10 milliseconds