Searched refs:Assert (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/zlib/ | ||
A D | zutil.h | 242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro |
A D | zutil.c | 265 Assert(0, "zcfree: ptr not found"); in zcfree() |
Completed in 4 milliseconds