Lines Matching defs:tgt_matches
222 ebitmap_t src_matches, tgt_matches, self_matches;
234 ebitmap_init(&tgt_matches);
245 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types, &p->attr_type_map[k->target_type -1]);
255 rc = ebitmap_union(&tgt_matches, &self_matches);
261 if (ebitmap_is_empty(&tgt_matches))
272 ebitmap_for_each_positive_bit(&tgt_matches, tnode, j) {
289 ebitmap_destroy(&tgt_matches);
382 ebitmap_t src_matches, tgt_matches, self_matches;
389 ebitmap_init(&tgt_matches);
402 rc = ebitmap_and(&tgt_matches, &avrule->ttypes.types,
413 rc = ebitmap_union(&tgt_matches, &self_matches);
419 if (ebitmap_is_empty(&tgt_matches)) {
425 ebitmap_for_each_positive_bit(&tgt_matches, tnode, j) {
440 ebitmap_destroy(&tgt_matches);