Searched refs:ebitmap_xor (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 86 extern int ebitmap_xor(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2);
|
/external/selinux/libsepol/src/ |
D | ebitmap.c | 88 int ebitmap_xor(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) in ebitmap_xor() function 142 int rc = ebitmap_xor(&tmp, e1, e2); in ebitmap_hamming_distance()
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 445 if (ebitmap_xor(&temp, &word->cat, &group->def) < 0) in add_word() 1205 if (ebitmap_xor(&tmp, &w->cat, &g->def) < 0) goto err; in compute_raw_from_trans() 1329 if (ebitmap_xor(&unhandled, &l->cat, &bc->level->cat) < 0) in compute_trans_from_raw() 1359 if (ebitmap_xor(&handled, &unhandled, &orig_unhandled) < 0) in compute_trans_from_raw() 1399 if (ebitmap_xor(&bit_diff, ¤tWord->cat, &bc->level->cat) < 0) in compute_trans_from_raw()
|
/external/selinux/libsepol/cil/src/ |
D | cil_post.c | 1365 rc = ebitmap_xor(&tmp, &b1, &b2); in __cil_expr_to_bitmap()
|