Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h83 extern int ebitmap_xor(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2);
/external/selinux/libsepol/src/
Debitmap.c88 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/
Dmcstrans.c445 if (ebitmap_xor(&temp, &word->cat, &group->def) < 0) in add_word()
1204 if (ebitmap_xor(&tmp, &w->cat, &g->def) < 0) goto err; in compute_raw_from_trans()
1328 if (ebitmap_xor(&unhandled, &l->cat, &bc->level->cat) < 0) in compute_trans_from_raw()
1358 if (ebitmap_xor(&handled, &unhandled, &orig_unhandled) < 0) in compute_trans_from_raw()
1398 if (ebitmap_xor(&bit_diff, &currentWord->cat, &bc->level->cat) < 0) in compute_trans_from_raw()
/external/selinux/libsepol/cil/src/
Dcil_post.c1116 rc = ebitmap_xor(&tmp, &b1, &b2); in __cil_expr_to_bitmap()