Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Dzutil.h101 extern void z_error OF((char *m));
102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c33 void z_error (m) in z_error() function
H A Ddeflate.c1282 z_error("invalid match");
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c723 z_error("invalid match"); in check_match()