Searched refs:bit_diff (Results 1 – 1 of 1) sorted by relevance
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.c | 1290 ebitmap_t bit_diff, temp, handled, nothandled, unhandled, orig_unhandled; in compute_trans_from_raw() local 1292 ebitmap_init(&bit_diff); in compute_trans_from_raw() 1378 ebitmap_t bit_diff; in compute_trans_from_raw() local 1381 if (ebitmap_and(&bit_diff, &temp, ¬handled) < 0) in compute_trans_from_raw() 1385 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0) in compute_trans_from_raw() 1387 if (ebitmap_cmp(&bit_diff, &temp)) { in compute_trans_from_raw() 1388 int h = ebitmap_hamming_distance(&bit_diff, &unhandled); in compute_trans_from_raw() 1395 ebitmap_destroy(&bit_diff); in compute_trans_from_raw() 1403 ebitmap_t bit_diff; in compute_trans_from_raw() local 1404 if (ebitmap_xor(&bit_diff, ¤tWord->cat, &bc->level->cat) < 0) in compute_trans_from_raw() [all …]
|