Home
last modified time | relevance | path

Searched refs:bit_diff (Results 1 – 1 of 1) sorted by relevance

/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c1290 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, &nothandled) < 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, &currentWord->cat, &bc->level->cat) < 0) in compute_trans_from_raw()
[all …]