Searched refs:ebitmap_and (Results 1 - 7 of 7) sorted by relevance

/external/selinux/libsepol/src/
H A Dassertion.c236 rc = ebitmap_and(&src_matches, &avrule->stypes.types,
244 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types, &p->attr_type_map[k->target_type -1]);
249 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1]);
252 rc = ebitmap_and(&self_matches, &avrule->stypes.types, &matches);
405 rc = ebitmap_and(&src_matches, &avrule->stypes.types,
413 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types,
419 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1],
423 rc = ebitmap_and(&self_matches, &avrule->stypes.types, &matches);
491 rc = ebitmap_and(&match, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type - 1] );
H A Debitmap.c74 int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) function
121 rc = ebitmap_and(dst, e1, &e3);
H A Dmodule_to_cil.c3624 ebitmap_and(&res, &sup_map, &sub_map);
3639 ebitmap_and(&res, &sup_map, &sub_map);
/external/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h82 extern int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2);
/external/selinux/mcstrans/src/
H A Dmcstrans.c447 if (ebitmap_and(&word->inverse, &temp, &group->def) < 0)
531 if (ebitmap_and(&common, &s->cat, &l->cat) < 0)
545 if (ebitmap_and(&common, &c->mask, &l->cat) < 0)
550 if (ebitmap_and(&common, &c->cat, &l->cat) < 0)
1205 if (ebitmap_and(&clear, &tmp, &g->def) < 0) goto err;
1376 if (ebitmap_and(&bit_diff, &temp, &nothandled) < 0)
1380 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0)
/external/selinux/libsepol/cil/src/
H A Dcil_find.c109 rc = ebitmap_and(matches, a1->types, a2->types);
H A Dcil_post.c1363 rc = ebitmap_and(&tmp, &b1, &b2);

Completed in 1793 milliseconds