Home | History | Annotate | Download | only in perf

Lines Matching refs:errcode

439 extern void BZ2_bz__AssertH__fail ( int errcode );
440 #define AssertH(cond,errcode) \
441 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
465 extern void bz_internal_error ( int errcode );
466 #define AssertH(cond,errcode) \
467 { if (!(cond)) bz_internal_error ( errcode ); }
4443 void BZ2_bz__AssertH__fail ( int errcode )
4445 vex_printf("BZ2_bz__AssertH__fail(%d) called, exiting\n", errcode);
4449 void bz_internal_error ( int errcode )
4451 vex_printf("bz_internal_error called, exiting\n", errcode);