Lines Matching refs:unhandled
1292 ebitmap_t bit_diff, temp, handled, nothandled, unhandled, orig_unhandled; in compute_trans_from_raw() local
1298 ebitmap_init(&unhandled); in compute_trans_from_raw()
1329 if (ebitmap_xor(&unhandled, &l->cat, &bc->level->cat) < 0) in compute_trans_from_raw()
1331 if (ebitmap_cpy(&orig_unhandled, &unhandled) < 0) in compute_trans_from_raw()
1356 for (loops = 50; ebitmap_cardinality(&unhandled) && loops > 0 && change; loops--) { in compute_trans_from_raw()
1359 if (ebitmap_xor(&handled, &unhandled, &orig_unhandled) < 0) in compute_trans_from_raw()
1381 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0) in compute_trans_from_raw()
1384 int h = ebitmap_hamming_distance(&bit_diff, &unhandled); in compute_trans_from_raw()
1402 if (ebitmap_cpy(&temp, &unhandled) < 0) in compute_trans_from_raw()
1404 ebitmap_destroy(&unhandled); in compute_trans_from_raw()
1405 if (ebitmap_andnot(&unhandled, &temp, &bit_diff, maxbit) < 0) in compute_trans_from_raw()
1420 done = (ebitmap_cardinality(&unhandled) == 0); in compute_trans_from_raw()
1421 ebitmap_destroy(&unhandled); in compute_trans_from_raw()