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

/haiku-fatelf/src/kits/network/libbind/isc/
H A Dbase64.c65 #define Assert(Cond) if (!(Cond)) abort() macro
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dzutil.h197 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
199 # define Assert(cond,msg) macro
/haiku-fatelf/src/libs/zlib/
H A Dzutil.h249 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
256 # define Assert(cond,msg) macro
/haiku-fatelf/src/bin/gzip/
H A Dgzip.h243 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
250 # define Assert(cond,msg) macro
/haiku-fatelf/src/bin/zip/
H A Dzip.h327 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
343 # define Assert(cond,msg) macro

Completed in 95 milliseconds