Lines Matching refs:unhandled
1291 ebitmap_t bit_diff, temp, handled, nothandled, unhandled, orig_unhandled; in compute_trans_from_raw() local
1297 ebitmap_init(&unhandled); in compute_trans_from_raw()
1328 if (ebitmap_xor(&unhandled, &l->cat, &bc->level->cat) < 0) in compute_trans_from_raw()
1330 if (ebitmap_cpy(&orig_unhandled, &unhandled) < 0) in compute_trans_from_raw()
1355 for (loops = 50; ebitmap_cardinality(&unhandled) && loops > 0 && change; loops--) { in compute_trans_from_raw()
1358 if (ebitmap_xor(&handled, &unhandled, &orig_unhandled) < 0) in compute_trans_from_raw()
1380 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0) in compute_trans_from_raw()
1383 int h = ebitmap_hamming_distance(&bit_diff, &unhandled); in compute_trans_from_raw()
1401 if (ebitmap_cpy(&temp, &unhandled) < 0) in compute_trans_from_raw()
1403 ebitmap_destroy(&unhandled); in compute_trans_from_raw()
1404 if (ebitmap_andnot(&unhandled, &temp, &bit_diff, maxbit) < 0) in compute_trans_from_raw()
1419 done = (ebitmap_cardinality(&unhandled) == 0); in compute_trans_from_raw()
1420 ebitmap_destroy(&unhandled); in compute_trans_from_raw()