Home
last modified time | relevance | path

Searched refs:z_error (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzutil.h226 extern void ZLIB_INTERNAL z_error(char *m);
227 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c122 void ZLIB_INTERNAL z_error(char *m) { in z_error() function