Lines Matching refs:ER_MB_ERROR
257 int left_damage = left_status & ER_MB_ERROR;
258 int right_damage = right_status & ER_MB_ERROR;
326 int top_damage = top_status & ER_MB_ERROR;
327 int bottom_damage = bottom_status & ER_MB_ERROR;
799 memset(s->error_status_table, ER_MB_ERROR | VP_START | ER_MB_END,
857 if (status & ER_MB_ERROR) {
1037 if (error2 == (VP_START | ER_MB_ERROR | ER_MB_END) &&
1038 error1 != (VP_START | ER_MB_ERROR | ER_MB_END) &&
1046 s->error_status_table[mb_xy] |= ER_MB_ERROR;
1084 error = old_error & ER_MB_ERROR;
1086 error |= old_error & ER_MB_ERROR;
1096 if (error & ER_MB_ERROR)
1097 error |= ER_MB_ERROR;