Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h100 extern void BZ2_bz__AssertH__fail ( int errcode );
102 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
H A Dbzlib.c93 void BZ2_bz__AssertH__fail ( int errcode ) in BZ2_bz__AssertH__fail() function